body {
  font-family: Figtree;
}
.display-1 {
  font-family: 'Newsreader', serif;
  font-size: 7.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.81rem;
}
.display-2 {
  font-family: 'Newsreader', serif;
  font-size: 2.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-4 {
  font-family: 'Newsreader', serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 0.585rem;
}
.display-5 {
  font-family: 'Newsreader', serif;
  font-size: 1.88rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.222rem;
}
.display-7 {
  font-family: 'Newsreader', serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 0.78rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 5.92rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.18rem;
    font-size: calc( 2.2799999999999994rem + (7.4 - 2.2799999999999994) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.2799999999999994rem + (7.4 - 2.2799999999999994) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.2999999999999998rem + (2.5 - 1.2999999999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.2999999999999998rem + (2.5 - 1.2999999999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.504rem;
    font-size: calc( 1.22rem + (1.88 - 1.22) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.22rem + (1.88 - 1.22) * ((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))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #c32f2f !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #1e2e90 !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0e132f !important;
  border-color: #0e132f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #c32f2f !important;
  border-color: #c32f2f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #7d1e1e !important;
  border-color: #7d1e1e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #1e2e90 !important;
  border-color: #1e2e90 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #0f1748 !important;
  border-color: #0f1748 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #45494e !important;
  border-color: #45494e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #1c1e20 !important;
  border-color: #1c1e20 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  position: relative !important;
  min-height: auto !important;
  color: #ffffff;
}
.btn-primary-outline:before,
.btn-primary-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #ffffff;
  opacity: 0.1;
}
.btn-primary-outline:after,
.btn-primary-outline:active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #ffffff;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.btn-primary-outline .mbr-iconfont,
.btn-primary-outline:active .mbr-iconfont {
  position: relative;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #ffffff;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease !important;
}
.btn-primary-outline .mbr-iconfont:before,
.btn-primary-outline:active .mbr-iconfont:before {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move 0.3s ease;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !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 {
  background: #ffffff;
  color: #808080;
}
.btn-primary-outline:hover .mbr-iconfont::before,
.btn-primary-outline:focus .mbr-iconfont::before,
.btn-primary-outline.focus .mbr-iconfont::before,
.btn-primary-outline.active .mbr-iconfont::before {
  animation: btn-move-hover 0.3s ease;
}
.btn-primary-outline:hover:after,
.btn-primary-outline:focus:after,
.btn-primary-outline.focus:after,
.btn-primary-outline.active:after {
  transform: scaleX(1);
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  position: relative !important;
  min-height: auto !important;
  color: #0e132f;
}
.btn-secondary-outline:before,
.btn-secondary-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #0e132f;
  opacity: 0.1;
}
.btn-secondary-outline:after,
.btn-secondary-outline:active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #0e132f;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.btn-secondary-outline .mbr-iconfont,
.btn-secondary-outline:active .mbr-iconfont {
  position: relative;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #0e132f;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease !important;
}
.btn-secondary-outline .mbr-iconfont:before,
.btn-secondary-outline:active .mbr-iconfont:before {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move 0.3s ease;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0e132f !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 {
  background: #0e132f;
  color: #ffffff;
}
.btn-secondary-outline:hover .mbr-iconfont::before,
.btn-secondary-outline:focus .mbr-iconfont::before,
.btn-secondary-outline.focus .mbr-iconfont::before,
.btn-secondary-outline.active .mbr-iconfont::before {
  animation: btn-move-hover 0.3s ease;
}
.btn-secondary-outline:hover:after,
.btn-secondary-outline:focus:after,
.btn-secondary-outline.focus:after,
.btn-secondary-outline.active:after {
  transform: scaleX(1);
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0e132f !important;
  border-color: #0e132f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  position: relative !important;
  min-height: auto !important;
  color: #ffffff;
}
.btn-info-outline:before,
.btn-info-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #ffffff;
  opacity: 0.1;
}
.btn-info-outline:after,
.btn-info-outline:active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #ffffff;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.btn-info-outline .mbr-iconfont,
.btn-info-outline:active .mbr-iconfont {
  position: relative;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #ffffff;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease !important;
}
.btn-info-outline .mbr-iconfont:before,
.btn-info-outline:active .mbr-iconfont:before {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move 0.3s ease;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !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 {
  background: #ffffff;
  color: #808080;
}
.btn-info-outline:hover .mbr-iconfont::before,
.btn-info-outline:focus .mbr-iconfont::before,
.btn-info-outline.focus .mbr-iconfont::before,
.btn-info-outline.active .mbr-iconfont::before {
  animation: btn-move-hover 0.3s ease;
}
.btn-info-outline:hover:after,
.btn-info-outline:focus:after,
.btn-info-outline.focus:after,
.btn-info-outline.active:after {
  transform: scaleX(1);
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  position: relative !important;
  min-height: auto !important;
  color: #c32f2f;
}
.btn-success-outline:before,
.btn-success-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #c32f2f;
  opacity: 0.1;
}
.btn-success-outline:after,
.btn-success-outline:active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #c32f2f;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.btn-success-outline .mbr-iconfont,
.btn-success-outline:active .mbr-iconfont {
  position: relative;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #c32f2f;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease !important;
}
.btn-success-outline .mbr-iconfont:before,
.btn-success-outline:active .mbr-iconfont:before {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move 0.3s ease;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c32f2f !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 {
  background: #c32f2f;
  color: #ffffff;
}
.btn-success-outline:hover .mbr-iconfont::before,
.btn-success-outline:focus .mbr-iconfont::before,
.btn-success-outline.focus .mbr-iconfont::before,
.btn-success-outline.active .mbr-iconfont::before {
  animation: btn-move-hover 0.3s ease;
}
.btn-success-outline:hover:after,
.btn-success-outline:focus:after,
.btn-success-outline.focus:after,
.btn-success-outline.active:after {
  transform: scaleX(1);
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #c32f2f !important;
  border-color: #c32f2f !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  position: relative !important;
  min-height: auto !important;
  color: #1e2e90;
}
.btn-warning-outline:before,
.btn-warning-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #1e2e90;
  opacity: 0.1;
}
.btn-warning-outline:after,
.btn-warning-outline:active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #1e2e90;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.btn-warning-outline .mbr-iconfont,
.btn-warning-outline:active .mbr-iconfont {
  position: relative;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #1e2e90;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease !important;
}
.btn-warning-outline .mbr-iconfont:before,
.btn-warning-outline:active .mbr-iconfont:before {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move 0.3s ease;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #1e2e90 !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 {
  background: #1e2e90;
  color: #ffffff;
}
.btn-warning-outline:hover .mbr-iconfont::before,
.btn-warning-outline:focus .mbr-iconfont::before,
.btn-warning-outline.focus .mbr-iconfont::before,
.btn-warning-outline.active .mbr-iconfont::before {
  animation: btn-move-hover 0.3s ease;
}
.btn-warning-outline:hover:after,
.btn-warning-outline:focus:after,
.btn-warning-outline.focus:after,
.btn-warning-outline.active:after {
  transform: scaleX(1);
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #1e2e90 !important;
  border-color: #1e2e90 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  position: relative !important;
  min-height: auto !important;
  color: #000000;
}
.btn-danger-outline:before,
.btn-danger-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #000000;
  opacity: 0.1;
}
.btn-danger-outline:after,
.btn-danger-outline:active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #000000;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.btn-danger-outline .mbr-iconfont,
.btn-danger-outline:active .mbr-iconfont {
  position: relative;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #000000;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease !important;
}
.btn-danger-outline .mbr-iconfont:before,
.btn-danger-outline:active .mbr-iconfont:before {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move 0.3s ease;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !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 {
  background: #000000;
  color: #ffffff;
}
.btn-danger-outline:hover .mbr-iconfont::before,
.btn-danger-outline:focus .mbr-iconfont::before,
.btn-danger-outline.focus .mbr-iconfont::before,
.btn-danger-outline.active .mbr-iconfont::before {
  animation: btn-move-hover 0.3s ease;
}
.btn-danger-outline:hover:after,
.btn-danger-outline:focus:after,
.btn-danger-outline.focus:after,
.btn-danger-outline.active:after {
  transform: scaleX(1);
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  position: relative !important;
  min-height: auto !important;
  color: #45494e;
}
.btn-black-outline:before,
.btn-black-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #45494e;
  opacity: 0.1;
}
.btn-black-outline:after,
.btn-black-outline:active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #45494e;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.btn-black-outline .mbr-iconfont,
.btn-black-outline:active .mbr-iconfont {
  position: relative;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #45494e;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease !important;
}
.btn-black-outline .mbr-iconfont:before,
.btn-black-outline:active .mbr-iconfont:before {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move 0.3s ease;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #45494e !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 {
  background: #45494e;
  color: #ffffff;
}
.btn-black-outline:hover .mbr-iconfont::before,
.btn-black-outline:focus .mbr-iconfont::before,
.btn-black-outline.focus .mbr-iconfont::before,
.btn-black-outline.active .mbr-iconfont::before {
  animation: btn-move-hover 0.3s ease;
}
.btn-black-outline:hover:after,
.btn-black-outline:focus:after,
.btn-black-outline.focus:after,
.btn-black-outline.active:after {
  transform: scaleX(1);
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #45494e !important;
  border-color: #45494e !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  position: relative !important;
  min-height: auto !important;
  color: #fafafa;
}
.btn-white-outline:before,
.btn-white-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #fafafa;
  opacity: 0.1;
}
.btn-white-outline:after,
.btn-white-outline:active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #fafafa;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.btn-white-outline .mbr-iconfont,
.btn-white-outline:active .mbr-iconfont {
  position: relative;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #fafafa;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease !important;
}
.btn-white-outline .mbr-iconfont:before,
.btn-white-outline:active .mbr-iconfont:before {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move 0.3s ease;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #fafafa !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 {
  background: #fafafa;
  color: #7a7a7a;
}
.btn-white-outline:hover .mbr-iconfont::before,
.btn-white-outline:focus .mbr-iconfont::before,
.btn-white-outline.focus .mbr-iconfont::before,
.btn-white-outline.active .mbr-iconfont::before {
  animation: btn-move-hover 0.3s ease;
}
.btn-white-outline:hover:after,
.btn-white-outline:focus:after,
.btn-white-outline.focus:after,
.btn-white-outline.active:after {
  transform: scaleX(1);
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #0e132f !important;
}
.text-success {
  color: #c32f2f !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #1e2e90 !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #45494E !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !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: #711b1b !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: #0c133c !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !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: #151618 !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: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #26292C;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #1e2e90;
}
.alert-danger {
  background-color: #000000;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e48e8e;
}
.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: #5266db;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b3b3b3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Newsreader', serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 0.585rem;
}
.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: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Newsreader', serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 0.585rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !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: #0e132f !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='%23ffffff' %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-duration: .2s;
}
a:hover {
  background-image: none !important;
}
.container,
.container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1599px) {
  .container,
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .container,
  .container-fluid {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 767px) {
  .container,
  .container-fluid {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .container,
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.container {
  max-width: 1920px;
  margin: 0 auto;
}
.row {
  margin-left: -20px;
  margin-right: -20px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 991px) {
  .row {
    margin-left: -18px;
    margin-right: -18px;
    justify-content: center;
  }
  .row > [class*="col"] {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .row {
    margin-left: -16px;
    margin-right: -16px;
    justify-content: center;
  }
  .row > [class*="col"] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.row {
  justify-content: center;
}
.mbr-section-btn .btn {
  min-width: 100px;
  min-height: 60px;
  padding: 15px 30px;
  font-weight: 500;
  line-height: 1 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@keyframes btn-move {
  0% {
    left: 0;
  }
  49% {
    left: -100%;
  }
  50% {
    left: -100%;
    opacity: 0;
  }
  51% {
    left: 100%;
    opacity: 0;
  }
  52% {
    left: 100%;
    opacity: 1;
  }
  100% {
    left: 0;
  }
}
@keyframes btn-move-hover {
  0% {
    left: 0;
  }
  49% {
    left: 100%;
  }
  50% {
    left: 100%;
    opacity: 0;
  }
  51% {
    left: -100%;
    opacity: 0;
  }
  52% {
    left: -100%;
    opacity: 1;
  }
  100% {
    left: 0;
  }
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-tfwmi2c9NS {
  display: flex;
  padding-top: 75px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/ocean-empress-main-800x600.jpg-800x600.jpg");
}
.cid-tfwmi2c9NS .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-tfwmi2c9NS .row {
  justify-content: flex-start;
  align-items: center;
  min-height: calc((50vh + 50vw) / 2);
}
.cid-tfwmi2c9NS .content-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 92%;
}
@media (max-width: 991px) {
  .cid-tfwmi2c9NS .content-wrap {
    flex-wrap: wrap;
    width: 100%;
  }
}
.cid-tfwmi2c9NS .mbr-section-title {
  flex-grow: 1;
  margin-bottom: 0;
  text-align: center;
}
.cid-tfwmi2c9NS .text-wrap {
  width: max-content;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-tfwmi2c9NS .text-wrap {
    width: 100%;
    padding-top: 36px;
  }
}
.cid-tfwmi2c9NS .mbr-section-subtitle {
  text-align: left;
  color: #fafafa;
}
.cid-tfwmi2c9NS .mbr-text {
  margin-top: 5px;
  text-align: left;
}
.cid-tfwoItJy6f {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #092975;
}
.cid-tfwoItJy6f .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfwoItJy6f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfwoItJy6f .card-wrapper {
  width: 100%;
}
.cid-tfwoItJy6f .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tfwoItJy6f .card-box {
    flex-direction: column;
    align-items: center;
  }
}
.cid-tfwoItJy6f .iconfont-wrapper {
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .cid-tfwoItJy6f .iconfont-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-tfwoItJy6f .iconfont-wrapper {
    padding: 8px 16px;
  }
}
.cid-tfwoItJy6f .mbr-iconfont {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tfwoItJy6f .text-wrap {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .cid-tfwoItJy6f .text-wrap {
    padding: 8px 16px;
  }
}
.cid-tfwoItJy6f .card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-tfwoItJy6f .card-title {
    text-align: center !important;
  }
}
.cid-tfwoItJy6f .card-text {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tfwoItJy6f .card-text {
    text-align: center !important;
  }
}
.cid-u7otzxvkEF {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u7otzxvkEF .mbr-section-head {
  padding: 0 1rem;
}
.cid-u7otzxvkEF img,
.cid-u7otzxvkEF .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-u7otzxvkEF .item:focus,
.cid-u7otzxvkEF span:focus {
  outline: none;
}
.cid-u7otzxvkEF .item-wrapper {
  position: relative;
}
.cid-u7otzxvkEF .slide-content {
  position: relative;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-u7otzxvkEF .slide-content:hover .item-content {
  background: #ff4712;
}
.cid-u7otzxvkEF .slide-content:hover .mbr-text {
  color: #ffffff;
}
.cid-u7otzxvkEF .slide-content:hover .item-content span {
  color: #ffffff;
}
.cid-u7otzxvkEF .item-content {
  background: #ffffff;
  padding: 50px 40px 58px;
  transition: all .4s ease;
}
@media (max-width: 992px) {
  .cid-u7otzxvkEF .item-content {
    padding: 35px 25px;
  }
}
@media (max-width: 425px) {
  .cid-u7otzxvkEF .item-content {
    padding: 30px 25px 32px;
  }
}
.cid-u7otzxvkEF .item-content span {
  font-size: 35px;
  margin: 0 auto;
  color: #ff4712;
  transition: all .4s ease;
}
.cid-u7otzxvkEF .item-content .mbr-text {
  margin: 18px 0 0 0;
}
.cid-u7otzxvkEF .item-person {
  margin-top: 40px;
}
.cid-u7otzxvkEF .item-person img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  margin: 0 auto 20px;
  border-radius: 50%;
}
.cid-u7otzxvkEF .item-person .item-title {
  margin: 0;
}
.cid-u7otzxvkEF .item-person .item-subtitle {
  margin: 6px 0 0 0;
}
.cid-u7otzxvkEF .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 568px) {
  .cid-u7otzxvkEF .embla__slide {
    min-width: 100%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-u7otzxvkEF .embla__button--next,
.cid-u7otzxvkEF .embla__button--prev {
  display: flex;
}
.cid-u7otzxvkEF .embla__button {
  bottom: -10%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ff4712;
  border: 2px solid #ff4712;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u7otzxvkEF .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u7otzxvkEF .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-u7otzxvkEF .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u7otzxvkEF .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u7otzxvkEF .embla__button {
    top: auto;
  }
}
.cid-u7otzxvkEF .embla {
  position: relative;
  width: 100%;
}
.cid-u7otzxvkEF .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-u7otzxvkEF .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u7otzxvkEF .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u7otzxvkEF .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u7otzxvkEF .mbr-section-title {
  margin-bottom: 45px;
  color: #20232a;
  text-align: center;
}
.cid-u7otzxvkEF .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-u7otzxvkEF .mbr-text {
  color: #20232a;
  text-align: center;
}
.cid-u7otzxvkEF .item-title {
  color: #20232a;
  text-align: center;
}
.cid-u7otzxvkEF .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-up8ajfGMN4 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-up8ajfGMN4 img,
.cid-up8ajfGMN4 .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-up8ajfGMN4 .item:focus,
.cid-up8ajfGMN4 span:focus {
  outline: none;
}
.cid-up8ajfGMN4 .item-wrapper {
  position: relative;
  border-radius: 10px;
}
.cid-up8ajfGMN4 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-up8ajfGMN4 .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-up8ajfGMN4 .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-up8ajfGMN4 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-up8ajfGMN4 .mbr-section-title {
  color: #1e2e90;
  text-align: center;
}
.cid-up8ajfGMN4 .mbr-text,
.cid-up8ajfGMN4 .mbr-section-btn {
  text-align: right;
  color: #1e2e90;
}
.cid-up8ajfGMN4 .item-title {
  text-align: left;
  color: #c32f2f;
}
.cid-up8ajfGMN4 .item-subtitle {
  text-align: left;
}
.cid-up8ajfGMN4 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-up8ajfGMN4 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-up8ajfGMN4 .embla__button--next,
.cid-up8ajfGMN4 .embla__button--prev {
  display: flex;
}
.cid-up8ajfGMN4 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-up8ajfGMN4 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-up8ajfGMN4 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-up8ajfGMN4 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-up8ajfGMN4 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-up8ajfGMN4 .embla__button {
    top: auto;
  }
}
.cid-up8ajfGMN4 .embla {
  position: relative;
  width: 100%;
}
.cid-up8ajfGMN4 .embla__viewport {
  overflow: hidden;
  width: 90%;
}
.cid-up8ajfGMN4 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-up8ajfGMN4 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-up8ajfGMN4 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-up8ajfGMN4 .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-up8ajfGMN4 .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-up8ajfGMN4 .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-up8ajfGMN4 .mbr-section-subtitle {
  text-align: center;
}
.cid-upc90BqFI5 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-upc90BqFI5 img,
.cid-upc90BqFI5 .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-upc90BqFI5 .item:focus,
.cid-upc90BqFI5 span:focus {
  outline: none;
}
.cid-upc90BqFI5 .item-wrapper {
  position: relative;
  border-radius: 10px;
}
.cid-upc90BqFI5 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-upc90BqFI5 .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upc90BqFI5 .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-upc90BqFI5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-upc90BqFI5 .mbr-section-title {
  color: #1e2e90;
  text-align: center;
}
.cid-upc90BqFI5 .mbr-text,
.cid-upc90BqFI5 .mbr-section-btn {
  text-align: right;
  color: #1e2e90;
}
.cid-upc90BqFI5 .item-title {
  text-align: left;
  color: #c32f2f;
}
.cid-upc90BqFI5 .item-subtitle {
  text-align: left;
}
.cid-upc90BqFI5 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-upc90BqFI5 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-upc90BqFI5 .embla__button--next,
.cid-upc90BqFI5 .embla__button--prev {
  display: flex;
}
.cid-upc90BqFI5 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-upc90BqFI5 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-upc90BqFI5 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-upc90BqFI5 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-upc90BqFI5 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-upc90BqFI5 .embla__button {
    top: auto;
  }
}
.cid-upc90BqFI5 .embla {
  position: relative;
  width: 100%;
}
.cid-upc90BqFI5 .embla__viewport {
  overflow: hidden;
  width: 90%;
}
.cid-upc90BqFI5 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-upc90BqFI5 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-upc90BqFI5 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-upc90BqFI5 .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-upc90BqFI5 .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-upc90BqFI5 .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-upc90BqFI5 .mbr-section-subtitle {
  text-align: center;
}
.cid-upc946VY7t {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-upc946VY7t img,
.cid-upc946VY7t .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-upc946VY7t .item:focus,
.cid-upc946VY7t span:focus {
  outline: none;
}
.cid-upc946VY7t .item-wrapper {
  position: relative;
  border-radius: 10px;
}
.cid-upc946VY7t .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-upc946VY7t .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upc946VY7t .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-upc946VY7t .mbr-section-btn {
  margin-top: auto !important;
}
.cid-upc946VY7t .mbr-section-title {
  color: #1e2e90;
  text-align: center;
}
.cid-upc946VY7t .mbr-text,
.cid-upc946VY7t .mbr-section-btn {
  text-align: right;
  color: #1e2e90;
}
.cid-upc946VY7t .item-title {
  text-align: left;
  color: #c32f2f;
}
.cid-upc946VY7t .item-subtitle {
  text-align: left;
}
.cid-upc946VY7t .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-upc946VY7t .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-upc946VY7t .embla__button--next,
.cid-upc946VY7t .embla__button--prev {
  display: flex;
}
.cid-upc946VY7t .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-upc946VY7t .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-upc946VY7t .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-upc946VY7t .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-upc946VY7t .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-upc946VY7t .embla__button {
    top: auto;
  }
}
.cid-upc946VY7t .embla {
  position: relative;
  width: 100%;
}
.cid-upc946VY7t .embla__viewport {
  overflow: hidden;
  width: 90%;
}
.cid-upc946VY7t .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-upc946VY7t .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-upc946VY7t .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-upc946VY7t .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-upc946VY7t .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-upc946VY7t .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-upc946VY7t .mbr-section-subtitle {
  text-align: center;
  color: #1e2e90;
}
.cid-upc967Rezp {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-upc967Rezp img,
.cid-upc967Rezp .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-upc967Rezp .item:focus,
.cid-upc967Rezp span:focus {
  outline: none;
}
.cid-upc967Rezp .item-wrapper {
  position: relative;
  border-radius: 10px;
}
.cid-upc967Rezp .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-upc967Rezp .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upc967Rezp .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-upc967Rezp .mbr-section-btn {
  margin-top: auto !important;
}
.cid-upc967Rezp .mbr-section-title {
  color: #1e2e90;
  text-align: center;
}
.cid-upc967Rezp .mbr-text,
.cid-upc967Rezp .mbr-section-btn {
  text-align: right;
  color: #1e2e90;
}
.cid-upc967Rezp .item-title {
  text-align: left;
  color: #c32f2f;
}
.cid-upc967Rezp .item-subtitle {
  text-align: left;
}
.cid-upc967Rezp .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-upc967Rezp .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-upc967Rezp .embla__button--next,
.cid-upc967Rezp .embla__button--prev {
  display: flex;
}
.cid-upc967Rezp .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-upc967Rezp .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-upc967Rezp .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-upc967Rezp .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-upc967Rezp .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-upc967Rezp .embla__button {
    top: auto;
  }
}
.cid-upc967Rezp .embla {
  position: relative;
  width: 100%;
}
.cid-upc967Rezp .embla__viewport {
  overflow: hidden;
  width: 90%;
}
.cid-upc967Rezp .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-upc967Rezp .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-upc967Rezp .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-upc967Rezp .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-upc967Rezp .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-upc967Rezp .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-upc967Rezp .mbr-section-subtitle {
  text-align: center;
  color: #1e2e90;
}
.cid-upc994kbuD {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-upc994kbuD img,
.cid-upc994kbuD .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-upc994kbuD .item:focus,
.cid-upc994kbuD span:focus {
  outline: none;
}
.cid-upc994kbuD .item-wrapper {
  position: relative;
  border-radius: 10px;
}
.cid-upc994kbuD .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-upc994kbuD .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upc994kbuD .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-upc994kbuD .mbr-section-btn {
  margin-top: auto !important;
}
.cid-upc994kbuD .mbr-section-title {
  color: #1e2e90;
  text-align: center;
}
.cid-upc994kbuD .mbr-text,
.cid-upc994kbuD .mbr-section-btn {
  text-align: right;
  color: #1e2e90;
}
.cid-upc994kbuD .item-title {
  text-align: left;
  color: #c32f2f;
}
.cid-upc994kbuD .item-subtitle {
  text-align: left;
}
.cid-upc994kbuD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-upc994kbuD .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-upc994kbuD .embla__button--next,
.cid-upc994kbuD .embla__button--prev {
  display: flex;
}
.cid-upc994kbuD .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-upc994kbuD .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-upc994kbuD .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-upc994kbuD .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-upc994kbuD .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-upc994kbuD .embla__button {
    top: auto;
  }
}
.cid-upc994kbuD .embla {
  position: relative;
  width: 100%;
}
.cid-upc994kbuD .embla__viewport {
  overflow: hidden;
  width: 90%;
}
.cid-upc994kbuD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-upc994kbuD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-upc994kbuD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-upc994kbuD .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-upc994kbuD .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-upc994kbuD .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-upc994kbuD .mbr-section-subtitle {
  text-align: center;
  color: #1e2e90;
}
.cid-upc9bixs2z {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-upc9bixs2z img,
.cid-upc9bixs2z .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-upc9bixs2z .item:focus,
.cid-upc9bixs2z span:focus {
  outline: none;
}
.cid-upc9bixs2z .item-wrapper {
  position: relative;
  border-radius: 10px;
}
.cid-upc9bixs2z .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-upc9bixs2z .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upc9bixs2z .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-upc9bixs2z .mbr-section-btn {
  margin-top: auto !important;
}
.cid-upc9bixs2z .mbr-section-title {
  color: #1e2e90;
  text-align: center;
}
.cid-upc9bixs2z .mbr-text,
.cid-upc9bixs2z .mbr-section-btn {
  text-align: right;
  color: #1e2e90;
}
.cid-upc9bixs2z .item-title {
  text-align: left;
  color: #c32f2f;
}
.cid-upc9bixs2z .item-subtitle {
  text-align: left;
}
.cid-upc9bixs2z .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-upc9bixs2z .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-upc9bixs2z .embla__button--next,
.cid-upc9bixs2z .embla__button--prev {
  display: flex;
}
.cid-upc9bixs2z .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-upc9bixs2z .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-upc9bixs2z .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-upc9bixs2z .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-upc9bixs2z .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-upc9bixs2z .embla__button {
    top: auto;
  }
}
.cid-upc9bixs2z .embla {
  position: relative;
  width: 100%;
}
.cid-upc9bixs2z .embla__viewport {
  overflow: hidden;
  width: 90%;
}
.cid-upc9bixs2z .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-upc9bixs2z .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-upc9bixs2z .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-upc9bixs2z .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-upc9bixs2z .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-upc9bixs2z .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-upc9bixs2z .mbr-section-subtitle {
  text-align: center;
  color: #1e2e90;
}
.cid-upc9dDTN3t {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-upc9dDTN3t img,
.cid-upc9dDTN3t .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-upc9dDTN3t .item:focus,
.cid-upc9dDTN3t span:focus {
  outline: none;
}
.cid-upc9dDTN3t .item-wrapper {
  position: relative;
  border-radius: 10px;
}
.cid-upc9dDTN3t .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-upc9dDTN3t .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upc9dDTN3t .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-upc9dDTN3t .mbr-section-btn {
  margin-top: auto !important;
}
.cid-upc9dDTN3t .mbr-section-title {
  color: #1634eb;
  text-align: center;
}
.cid-upc9dDTN3t .mbr-text,
.cid-upc9dDTN3t .mbr-section-btn {
  text-align: right;
  color: #1e2e90;
}
.cid-upc9dDTN3t .item-title {
  text-align: left;
  color: #c32f2f;
}
.cid-upc9dDTN3t .item-subtitle {
  text-align: left;
}
.cid-upc9dDTN3t .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-upc9dDTN3t .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-upc9dDTN3t .embla__button--next,
.cid-upc9dDTN3t .embla__button--prev {
  display: flex;
}
.cid-upc9dDTN3t .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-upc9dDTN3t .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-upc9dDTN3t .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-upc9dDTN3t .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-upc9dDTN3t .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-upc9dDTN3t .embla__button {
    top: auto;
  }
}
.cid-upc9dDTN3t .embla {
  position: relative;
  width: 100%;
}
.cid-upc9dDTN3t .embla__viewport {
  overflow: hidden;
  width: 90%;
}
.cid-upc9dDTN3t .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-upc9dDTN3t .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-upc9dDTN3t .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-upc9dDTN3t .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-upc9dDTN3t .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-upc9dDTN3t .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-upc9dDTN3t .mbr-section-subtitle {
  text-align: center;
  color: #1e2e90;
}
.cid-tfwpZdwU1g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tfwpZdwU1g .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfwpZdwU1g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tfwpZdwU1g .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-tfwpZdwU1g .col-img {
    order: 2;
  }
}
.cid-tfwpZdwU1g .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tfwpZdwU1g .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-tfwpZdwU1g .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-tfwpZdwU1g .col-tex {
    order: 1;
  }
}
.cid-tfwpZdwU1g .card-title {
  color: #092975;
}
.cid-tfwpZdwU1g .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-tfwpZdwU1g .mbr-section-btn {
  margin-top: 60px;
}
.cid-tfwpZdwU1g .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tfwpZv9RW9 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tfwpZv9RW9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfwpZv9RW9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfwpZv9RW9 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tfwpZv9RW9 .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-tfwpZv9RW9 .col-img {
    order: 2;
  }
}
.cid-tfwpZv9RW9 .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tfwpZv9RW9 .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-tfwpZv9RW9 .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-tfwpZv9RW9 .col-tex {
    order: 1;
  }
}
.cid-tfwpZv9RW9 .card-title {
  color: #092975;
}
.cid-tfwpZv9RW9 .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-tfwpZv9RW9 .mbr-section-btn {
  margin-top: 60px;
}
.cid-tfwpZv9RW9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tfwqG71pWu {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/ocean-empress-main-800x600.jpg");
}
.cid-tfwqG71pWu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfwqG71pWu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfwqG71pWu .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tfwr0Ye9kZ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tfwr0Ye9kZ .row {
  justify-content: flex-start;
}
.cid-tfwr0Ye9kZ .mbr-section-title {
  color: #45494E;
}
.cid-tfwr0Ye9kZ .mbr-section-subtitle {
  margin-top: 24px;
  color: #45494E;
}
@media (max-width: 991px) {
  .cid-tfwr0Ye9kZ .mbr-section-subtitle {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tfwr0Ye9kZ .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-tfwr0Ye9kZ .mbr-text {
  margin-top: 36px;
  color: #45494E;
}
@media (max-width: 991px) {
  .cid-tfwr0Ye9kZ .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tfwr0Ye9kZ .mbr-text {
    margin-top: 20px;
  }
}
.cid-u7pbaujBwV {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7pbaujBwV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pbaujBwV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 792px) {
  .cid-u7pbaujBwV .container {
    padding: 0 22px;
  }
}
.cid-u7pbaujBwV .row {
  justify-content: center;
}
.cid-u7pbaujBwV .row .card {
  justify-content: flex-end;
}
.cid-u7pbaujBwV .content-wrapper {
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-u7pbaujBwV .content-wrapper {
    height: auto;
    margin-bottom: 32px;
  }
}
.cid-u7pbaujBwV .content-wrapper .mbr-section-title {
  width: 100%;
  margin-bottom: 16px;
}
.cid-u7pbaujBwV .content-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 0;
}
.cid-u7pbaujBwV .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-u7pbaujBwV .item .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  height: 420px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-u7pbaujBwV .item .item-wrapper .item-img {
    height: 350px;
  }
}
.cid-u7pbaujBwV .item .item-wrapper .item-img:hover .mbr-iconfont,
.cid-u7pbaujBwV .item .item-wrapper .item-img:focus .mbr-iconfont {
  transform: translateY(0);
  opacity: 1;
}
.cid-u7pbaujBwV .item .item-wrapper .item-img:hover::before,
.cid-u7pbaujBwV .item .item-wrapper .item-img:focus::before {
  opacity: .7;
}
.cid-u7pbaujBwV .item .item-wrapper .item-img:hover img,
.cid-u7pbaujBwV .item .item-wrapper .item-img:focus img {
  filter: blur(10px);
}
.cid-u7pbaujBwV .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-u7pbaujBwV .item .item-wrapper .item-img .mbr-iconfont {
  position: relative;
  z-index: 2;
  font-size: 64px;
  color: #ffffff;
  transform: translateY(16px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.cid-u7pbaujBwV .item .item-wrapper .item-img::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #635d60;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
.cid-u7pbaujBwV .item .item-wrapper .item-content .card-name {
  margin-bottom: 0;
}
.cid-u7pbaujBwV .item .item-wrapper .item-content .card-role {
  margin-bottom: 0;
}
.cid-u7pbaujBwV .items-wrapper {
  margin: 0 -8px;
}
.cid-u7pbaujBwV .mbr-section-title {
  color: #000000;
}
.cid-u7pbaujBwV .mbr-text {
  color: #000000;
}
.cid-u7pbaujBwV .card-name {
  color: #000000;
}
.cid-u7pbaujBwV .card-role {
  color: #ec7e7e;
}
.cid-u7pbaujBwV .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u7pbaujBwV .mbr-section-btn .btn {
    text-align: left;
  }
}
.cid-u7pbaujBwV .mbr-section-title,
.cid-u7pbaujBwV .mbr-section-btn {
  color: #526b51;
}
.cid-tfwqqhobjV {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tfwqqhobjV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfwqqhobjV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfwqqhobjV .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-tfwqqhobjV .content-container {
    flex-direction: column;
  }
}
.cid-tfwqqhobjV .icons-menu {
  display: flex;
}
.cid-tfwqqhobjV .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-tfwqqhobjV .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-tfwqqhobjV .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-tfwqqhobjV .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-tfwqqhobjV .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-tfwqqhobjV .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-tfwqqhobjV .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-u7cUvGIMRC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-u7cUvGIMRC::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u7cUvGIMRC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7cUvGIMRC .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-u7cUvGIMRC .container {
    padding: 0 22px;
  }
}
.cid-u7cUvGIMRC .row {
  position: relative;
  z-index: 1;
}
.cid-u7cUvGIMRC .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u7cUvGIMRC .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u7cUvGIMRC .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u7cUvGIMRC .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7cUvGIMRC .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7cUvGIMRC .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u7cUvGIMRC .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7cUvGIMRC .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7cUvGIMRC .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u7cUvGIMRC .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7cUvGIMRC .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u7cUvGIMRC .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u7cUvGIMRC .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7cUvGIMRC .nav-wrapper .list .item-wrap:hover,
.cid-u7cUvGIMRC .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-u7cUvGIMRC .nav-wrapper .list .item-wrap:hover::before,
.cid-u7cUvGIMRC .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u7cUvGIMRC .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7cUvGIMRC .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7cUvGIMRC .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7cUvGIMRC .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u7cUvGIMRC .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u7cUvGIMRC .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u7cUvGIMRC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u7cUvGIMRC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u7cUvGIMRC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-u7cUvGIMRC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u7cUvGIMRC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u7cUvGIMRC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7cUvGIMRC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7cUvGIMRC .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7cUvGIMRC .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7cUvGIMRC .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u7cUvGIMRC .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u7cUvGIMRC .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u7cUvGIMRC .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u7cUvGIMRC .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u7cUvGIMRC .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u7cUvGIMRC .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u7cUvGIMRC .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u7cUvGIMRC .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u7cUvGIMRC .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-u7cUvGIMRC .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u7cUvGIMRC .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-u7cUvGIMRC .mbr-section-title {
  color: #bbc4bb;
}
.cid-u7cUvGIMRC .mbr-text {
  color: #ffffff;
}
.cid-u7cUvGIMRC .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-u7cUvGIMRC .list {
  color: #ffffff;
}
.cid-u7cUvGIMRC .mbr-contact {
  color: #ffffff;
}
.cid-u7cUvGIMRC .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-ut6jFA5S9k {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ut6jFA5S9k .mbr-fallback-image.disabled {
  display: none;
}
.cid-ut6jFA5S9k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ut6jFA5S9k .item-wrapper {
  width: 100%;
}
.cid-ut6jFA5S9k .icon-wrap {
  display: inline-flex;
  margin-top: 2rem;
}
.cid-ut6jFA5S9k .mbr-link {
  background: #000000;
  padding: 0.4rem 1rem;
  margin-right: 0.5rem;
  border-radius: 1rem;
}
.cid-ut6jFA5S9k .card-box {
  padding: 0rem;
  width: 100%;
  display: inline-flex;
  flex-direction: column;
}
.cid-ut6jFA5S9k .icon {
  color: black;
  background: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding-top: 1px;
}
.cid-ut6jFA5S9k p {
  background: #000000;
  width: fit-content;
  border-radius: 0.8rem;
  padding: 0.2rem 1rem;
  line-height: 1.2;
  display: inline-block;
  transform: scale(1.05);
}
.cid-ut6jFA5S9k .card-wrapper {
  min-height: 700px;
  display: flex;
  padding: 1rem;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-ut6jFA5S9k .card-wrapper {
    padding: 1.5rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ut6jFA5S9k .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ut6jFA5S9k .card-wrapper {
    padding: 4rem;
  }
}
.cid-ut6jFA5S9k .wrap {
  background: url("../../../assets/images/cruise-marina1-1280x720.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-ut6jFA5S9k .wrap .inner-wrap {
  padding: 40px;
}
.cid-ut6jFA5S9k .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-ut6jFA5S9k .mbr-text,
.cid-ut6jFA5S9k .card-box {
  text-align: left;
  color: #ffffff;
}
.cid-ut6jFA5S9k .mbr-link,
.cid-ut6jFA5S9k .link-wrapper {
  color: #ffffff;
}
.cid-tmvxV0mlQJ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tmvxV0mlQJ .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tmvxV0mlQJ .item {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .cid-tmvxV0mlQJ .item {
    padding-bottom: 18px;
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .cid-tmvxV0mlQJ .item {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
.cid-tmvxV0mlQJ .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-tmvxV0mlQJ .item-wrapper:hover .item-img {
  transform: scale(1.1);
}
.cid-tmvxV0mlQJ .item-img {
  width: 100%;
  opacity: 0.9;
  filter: brightness(80%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
.cid-tmvxV0mlQJ .item-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  z-index: 5;
  width: 100%;
  height: 100%;
  pointer-events: none;
  padding: 2rem;
}
.cid-tmvxV0mlQJ .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: fit-content;
  margin-top: auto;
  margin-bottom: 0;
  pointer-events: auto;
}
.cid-tmvxV0mlQJ .item-title {
  color: #FFFFFF;
  text-align: left;
}
.cid-tmvxV0mlQJ .mbr-text {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-tmvxV0mlQJ .mbr-section-btn {
  margin-top: 20px;
}
.cid-tmvxV0mlQJ .mbr-section-btn .btn:before {
  display: none;
}
.cid-tmvxV0mlQJ .mbr-section-btn .btn:after {
  display: none;
}
.cid-tmvxV0mlQJ .mbr-text,
.cid-tmvxV0mlQJ .mbr-section-btn {
  text-align: left;
}
.cid-u7dqPOZS1h {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-u7dqPOZS1h h2,
.cid-u7dqPOZS1h h3,
.cid-u7dqPOZS1h h4,
.cid-u7dqPOZS1h h5,
.cid-u7dqPOZS1h p {
  margin: 0;
}
.cid-u7dqPOZS1h .inner-container {
  margin-right: -32px;
}
.cid-u7dqPOZS1h .content {
  width: 100%;
  padding-left: calc((100% - 1300px) / 2);
}
@media (max-width: 1440px) {
  .cid-u7dqPOZS1h .content {
    padding-left: calc((100% - 1100px) / 2);
  }
}
@media (max-width: 1200px) {
  .cid-u7dqPOZS1h .content {
    padding-left: calc((100% - 920px) / 2);
  }
}
@media (max-width: 1024px) {
  .cid-u7dqPOZS1h .content {
    padding-left: calc((100% - 768px) / 2);
  }
}
@media (max-width: 800px) {
  .cid-u7dqPOZS1h .content {
    width: 100%;
    padding-left: 7%;
  }
}
@media (max-width: 480px) {
  .cid-u7dqPOZS1h .content {
    padding-left: 0;
  }
}
.cid-u7dqPOZS1h .text-wrap {
  position: relative;
  width: 18.6%;
  padding-right: 30px;
}
@media (max-width: 1599px) {
  .cid-u7dqPOZS1h .text-wrap {
    width: 25%;
  }
}
@media (max-width: 1024px) {
  .cid-u7dqPOZS1h .text-wrap {
    padding-right: 24px;
  }
}
@media (max-width: 768px) {
  .cid-u7dqPOZS1h .text-wrap {
    width: 38%;
  }
}
@media (max-width: 680px) {
  .cid-u7dqPOZS1h .text-wrap {
    width: 100%;
  }
}
.cid-u7dqPOZS1h .mbr-section-title {
  color: #000000;
}
.cid-u7dqPOZS1h .mbr-section-subtitle {
  color: #ec7e7e;
}
.cid-u7dqPOZS1h .controls {
  margin-top: 45px;
}
.cid-u7dqPOZS1h .embla {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.cid-u7dqPOZS1h .embla__viewport {
  overflow: hidden;
  width: 81.4%;
}
@media (max-width: 1599px) {
  .cid-u7dqPOZS1h .embla__viewport {
    width: 75%;
  }
}
@media (max-width: 680px) {
  .cid-u7dqPOZS1h .embla__viewport {
    width: 100%;
  }
}
.cid-u7dqPOZS1h .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u7dqPOZS1h .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u7dqPOZS1h .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  width: 81.4%;
}
@media (max-width: 1599px) {
  .cid-u7dqPOZS1h .embla__container {
    width: 75%;
  }
}
@media (max-width: 680px) {
  .cid-u7dqPOZS1h .embla__container {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-u7dqPOZS1h .embla__slide {
  position: relative;
  margin-right: 30px;
}
.cid-u7dqPOZS1h .card-wrap {
  width: 345.75px;
}
@media (max-width: 680px) {
  .cid-u7dqPOZS1h .card-wrap {
    width: 296px;
  }
}
.cid-u7dqPOZS1h .image-wrap {
  width: 100%;
  overflow: hidden;
}
.cid-u7dqPOZS1h .image-wrap img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-u7dqPOZS1h .content-wrap {
  margin-top: 20px;
}
.cid-u7dqPOZS1h .mbr-card-title {
  margin-bottom: 6px;
  color: #c32f2f;
}
.cid-u7dqPOZS1h .mbr-card-subtitle {
  margin-bottom: 2px;
  color: #1e2e90;
}
.cid-u7dqPOZS1h .mbr-card-text {
  color: #6b6b6b;
}
.cid-u7dqPOZS1h .embla__button--next svg polygon,
.cid-u7dqPOZS1h .embla__button--prev svg polygon {
  transition: 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.cid-u7dqPOZS1h .embla__button--next svg,
.cid-u7dqPOZS1h .embla__button--prev svg {
  overflow: hidden;
}
.cid-u7dqPOZS1h .embla__button--prev {
  vertical-align: super;
  color: #000;
  transition: color 0.25s ease-out;
}
.cid-u7dqPOZS1h .embla__button--prev:hover {
  color: #000;
}
.cid-u7dqPOZS1h .embla__button--prev svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.cid-u7dqPOZS1h .embla__button--prev svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}
.cid-u7dqPOZS1h .embla__button--prev:hover svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.cid-u7dqPOZS1h .embla__button--prev:hover svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition-delay: 0.3s;
}
.cid-u7dqPOZS1h .embla__button--next {
  vertical-align: sub;
  color: #000;
  transition: color 0.25s ease-out;
}
.cid-u7dqPOZS1h .embla__button--next:hover {
  color: #000;
}
.cid-u7dqPOZS1h .embla__button--next svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.cid-u7dqPOZS1h .embla__button--next svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.cid-u7dqPOZS1h .embla__button--next:hover svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}
.cid-u7dqPOZS1h .embla__button--next:hover svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition-delay: 0.3s;
}
.cid-unwMvfARhI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-unwMvfARhI .row {
  align-items: stretch;
  justify-content: center;
}
.cid-unwMvfARhI .item {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .cid-unwMvfARhI .item {
    padding-bottom: 18px;
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .cid-unwMvfARhI .item {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
.cid-unwMvfARhI .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-unwMvfARhI .item-wrapper:hover .item-img {
  transform: scale(1.1);
}
.cid-unwMvfARhI .item-img {
  width: 100%;
  opacity: 1;
  filter: brightness(100%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
.cid-unwMvfARhI .item-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  z-index: 5;
  width: 100%;
  height: 100%;
  pointer-events: none;
  padding: 2rem;
}
.cid-unwMvfARhI .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: fit-content;
  margin-top: auto;
  margin-bottom: 0;
  pointer-events: auto;
}
.cid-unwMvfARhI .item-title {
  color: #FFFFFF;
  text-align: left;
}
.cid-unwMvfARhI .mbr-text {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-unwMvfARhI .mbr-section-btn {
  margin-top: 20px;
}
.cid-unwMvfARhI .mbr-section-btn .btn:before {
  display: none;
}
.cid-unwMvfARhI .mbr-section-btn .btn:after {
  display: none;
}
.cid-unwMvfARhI .mbr-text,
.cid-unwMvfARhI .mbr-section-btn {
  text-align: left;
}
.cid-ukKJ4RcyMb {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-ukKJ4RcyMb h2,
.cid-ukKJ4RcyMb h3,
.cid-ukKJ4RcyMb h4,
.cid-ukKJ4RcyMb h5,
.cid-ukKJ4RcyMb p {
  margin: 0;
}
.cid-ukKJ4RcyMb .inner-container {
  margin-right: -32px;
}
.cid-ukKJ4RcyMb .content {
  width: 100%;
  padding-left: calc((100% - 1300px) / 2);
}
@media (max-width: 1440px) {
  .cid-ukKJ4RcyMb .content {
    padding-left: calc((100% - 1100px) / 2);
  }
}
@media (max-width: 1200px) {
  .cid-ukKJ4RcyMb .content {
    padding-left: calc((100% - 920px) / 2);
  }
}
@media (max-width: 1024px) {
  .cid-ukKJ4RcyMb .content {
    padding-left: calc((100% - 768px) / 2);
  }
}
@media (max-width: 800px) {
  .cid-ukKJ4RcyMb .content {
    width: 100%;
    padding-left: 7%;
  }
}
@media (max-width: 480px) {
  .cid-ukKJ4RcyMb .content {
    padding-left: 0;
  }
}
.cid-ukKJ4RcyMb .text-wrap {
  position: relative;
  width: 18.6%;
  padding-right: 30px;
}
@media (max-width: 1599px) {
  .cid-ukKJ4RcyMb .text-wrap {
    width: 25%;
  }
}
@media (max-width: 1024px) {
  .cid-ukKJ4RcyMb .text-wrap {
    padding-right: 24px;
  }
}
@media (max-width: 768px) {
  .cid-ukKJ4RcyMb .text-wrap {
    width: 38%;
  }
}
@media (max-width: 680px) {
  .cid-ukKJ4RcyMb .text-wrap {
    width: 100%;
  }
}
.cid-ukKJ4RcyMb .mbr-section-title {
  color: #000000;
}
.cid-ukKJ4RcyMb .mbr-section-subtitle {
  color: #ec7e7e;
}
.cid-ukKJ4RcyMb .controls {
  margin-top: 45px;
}
.cid-ukKJ4RcyMb .embla {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.cid-ukKJ4RcyMb .embla__viewport {
  overflow: hidden;
  width: 81.4%;
}
@media (max-width: 1599px) {
  .cid-ukKJ4RcyMb .embla__viewport {
    width: 75%;
  }
}
@media (max-width: 680px) {
  .cid-ukKJ4RcyMb .embla__viewport {
    width: 100%;
  }
}
.cid-ukKJ4RcyMb .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ukKJ4RcyMb .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ukKJ4RcyMb .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  width: 81.4%;
}
@media (max-width: 1599px) {
  .cid-ukKJ4RcyMb .embla__container {
    width: 75%;
  }
}
@media (max-width: 680px) {
  .cid-ukKJ4RcyMb .embla__container {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-ukKJ4RcyMb .embla__slide {
  position: relative;
  margin-right: 30px;
}
.cid-ukKJ4RcyMb .card-wrap {
  width: 345.75px;
}
@media (max-width: 680px) {
  .cid-ukKJ4RcyMb .card-wrap {
    width: 296px;
  }
}
.cid-ukKJ4RcyMb .image-wrap {
  width: 100%;
  overflow: hidden;
}
.cid-ukKJ4RcyMb .image-wrap img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-ukKJ4RcyMb .content-wrap {
  margin-top: 20px;
}
.cid-ukKJ4RcyMb .mbr-card-title {
  margin-bottom: 6px;
  color: #c32f2f;
}
.cid-ukKJ4RcyMb .mbr-card-subtitle {
  margin-bottom: 2px;
  color: #1e2e90;
  text-align: left;
}
.cid-ukKJ4RcyMb .mbr-card-text {
  color: #6b6b6b;
}
.cid-ukKJ4RcyMb .embla__button--next svg polygon,
.cid-ukKJ4RcyMb .embla__button--prev svg polygon {
  transition: 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.cid-ukKJ4RcyMb .embla__button--next svg,
.cid-ukKJ4RcyMb .embla__button--prev svg {
  overflow: hidden;
}
.cid-ukKJ4RcyMb .embla__button--prev {
  vertical-align: super;
  color: #000;
  transition: color 0.25s ease-out;
}
.cid-ukKJ4RcyMb .embla__button--prev:hover {
  color: #000;
}
.cid-ukKJ4RcyMb .embla__button--prev svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.cid-ukKJ4RcyMb .embla__button--prev svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}
.cid-ukKJ4RcyMb .embla__button--prev:hover svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.cid-ukKJ4RcyMb .embla__button--prev:hover svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition-delay: 0.3s;
}
.cid-ukKJ4RcyMb .embla__button--next {
  vertical-align: sub;
  color: #000;
  transition: color 0.25s ease-out;
}
.cid-ukKJ4RcyMb .embla__button--next:hover {
  color: #000;
}
.cid-ukKJ4RcyMb .embla__button--next svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.cid-ukKJ4RcyMb .embla__button--next svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.cid-ukKJ4RcyMb .embla__button--next:hover svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}
.cid-ukKJ4RcyMb .embla__button--next:hover svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition-delay: 0.3s;
}
.cid-ukKJ4RcyMb .card-text,
.cid-ukKJ4RcyMb .mbr-section-btn,
.cid-ukKJ4RcyMb .social-row {
  color: #1e2e90;
  text-align: center;
}
.cid-ukKJ4RcyMb .mbr-text {
  color: #910b0b;
}
.cid-u7dqwTgQBR {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-u7dqwTgQBR h2,
.cid-u7dqwTgQBR h3,
.cid-u7dqwTgQBR h4,
.cid-u7dqwTgQBR h5,
.cid-u7dqwTgQBR p {
  margin: 0;
}
.cid-u7dqwTgQBR .inner-container {
  margin-right: -32px;
}
.cid-u7dqwTgQBR .content {
  width: 100%;
  padding-left: calc((100% - 1300px) / 2);
}
@media (max-width: 1440px) {
  .cid-u7dqwTgQBR .content {
    padding-left: calc((100% - 1100px) / 2);
  }
}
@media (max-width: 1200px) {
  .cid-u7dqwTgQBR .content {
    padding-left: calc((100% - 920px) / 2);
  }
}
@media (max-width: 1024px) {
  .cid-u7dqwTgQBR .content {
    padding-left: calc((100% - 768px) / 2);
  }
}
@media (max-width: 800px) {
  .cid-u7dqwTgQBR .content {
    width: 100%;
    padding-left: 7%;
  }
}
@media (max-width: 480px) {
  .cid-u7dqwTgQBR .content {
    padding-left: 0;
  }
}
.cid-u7dqwTgQBR .text-wrap {
  position: relative;
  width: 18.6%;
  padding-right: 30px;
}
@media (max-width: 1599px) {
  .cid-u7dqwTgQBR .text-wrap {
    width: 25%;
  }
}
@media (max-width: 1024px) {
  .cid-u7dqwTgQBR .text-wrap {
    padding-right: 24px;
  }
}
@media (max-width: 768px) {
  .cid-u7dqwTgQBR .text-wrap {
    width: 38%;
  }
}
@media (max-width: 680px) {
  .cid-u7dqwTgQBR .text-wrap {
    width: 100%;
  }
}
.cid-u7dqwTgQBR .mbr-section-title {
  color: #000000;
}
.cid-u7dqwTgQBR .mbr-section-subtitle {
  color: #ec7e7e;
}
.cid-u7dqwTgQBR .controls {
  margin-top: 45px;
}
.cid-u7dqwTgQBR .embla {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.cid-u7dqwTgQBR .embla__viewport {
  overflow: hidden;
  width: 81.4%;
}
@media (max-width: 1599px) {
  .cid-u7dqwTgQBR .embla__viewport {
    width: 75%;
  }
}
@media (max-width: 680px) {
  .cid-u7dqwTgQBR .embla__viewport {
    width: 100%;
  }
}
.cid-u7dqwTgQBR .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u7dqwTgQBR .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u7dqwTgQBR .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  width: 81.4%;
}
@media (max-width: 1599px) {
  .cid-u7dqwTgQBR .embla__container {
    width: 75%;
  }
}
@media (max-width: 680px) {
  .cid-u7dqwTgQBR .embla__container {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-u7dqwTgQBR .embla__slide {
  position: relative;
  margin-right: 30px;
}
.cid-u7dqwTgQBR .card-wrap {
  width: 345.75px;
}
@media (max-width: 680px) {
  .cid-u7dqwTgQBR .card-wrap {
    width: 296px;
  }
}
.cid-u7dqwTgQBR .image-wrap {
  width: 100%;
  overflow: hidden;
}
.cid-u7dqwTgQBR .image-wrap img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-u7dqwTgQBR .content-wrap {
  margin-top: 20px;
}
.cid-u7dqwTgQBR .mbr-card-title {
  margin-bottom: 6px;
  color: #c32f2f;
}
.cid-u7dqwTgQBR .mbr-card-subtitle {
  margin-bottom: 2px;
  color: #1e2e90;
}
.cid-u7dqwTgQBR .mbr-card-text {
  color: #6b6b6b;
}
.cid-u7dqwTgQBR .embla__button--next svg polygon,
.cid-u7dqwTgQBR .embla__button--prev svg polygon {
  transition: 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.cid-u7dqwTgQBR .embla__button--next svg,
.cid-u7dqwTgQBR .embla__button--prev svg {
  overflow: hidden;
}
.cid-u7dqwTgQBR .embla__button--prev {
  vertical-align: super;
  color: #000;
  transition: color 0.25s ease-out;
}
.cid-u7dqwTgQBR .embla__button--prev:hover {
  color: #000;
}
.cid-u7dqwTgQBR .embla__button--prev svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.cid-u7dqwTgQBR .embla__button--prev svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}
.cid-u7dqwTgQBR .embla__button--prev:hover svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.cid-u7dqwTgQBR .embla__button--prev:hover svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition-delay: 0.3s;
}
.cid-u7dqwTgQBR .embla__button--next {
  vertical-align: sub;
  color: #000;
  transition: color 0.25s ease-out;
}
.cid-u7dqwTgQBR .embla__button--next:hover {
  color: #000;
}
.cid-u7dqwTgQBR .embla__button--next svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.cid-u7dqwTgQBR .embla__button--next svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.cid-u7dqwTgQBR .embla__button--next:hover svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}
.cid-u7dqwTgQBR .embla__button--next:hover svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition-delay: 0.3s;
}
.cid-u7dqwTgQBR .card-text,
.cid-u7dqwTgQBR .mbr-section-btn,
.cid-u7dqwTgQBR .social-row {
  color: #000000;
}
.cid-u77JnmtMNQ {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-u77JnmtMNQ h2,
.cid-u77JnmtMNQ h3,
.cid-u77JnmtMNQ h4,
.cid-u77JnmtMNQ h5,
.cid-u77JnmtMNQ p {
  margin: 0;
}
.cid-u77JnmtMNQ .inner-container {
  margin-right: -32px;
}
.cid-u77JnmtMNQ .content {
  width: 100%;
  padding-left: calc((100% - 1300px) / 2);
}
@media (max-width: 1440px) {
  .cid-u77JnmtMNQ .content {
    padding-left: calc((100% - 1100px) / 2);
  }
}
@media (max-width: 1200px) {
  .cid-u77JnmtMNQ .content {
    padding-left: calc((100% - 920px) / 2);
  }
}
@media (max-width: 1024px) {
  .cid-u77JnmtMNQ .content {
    padding-left: calc((100% - 768px) / 2);
  }
}
@media (max-width: 800px) {
  .cid-u77JnmtMNQ .content {
    width: 100%;
    padding-left: 7%;
  }
}
@media (max-width: 480px) {
  .cid-u77JnmtMNQ .content {
    padding-left: 0;
  }
}
.cid-u77JnmtMNQ .text-wrap {
  position: relative;
  width: 18.6%;
  padding-right: 30px;
}
@media (max-width: 1599px) {
  .cid-u77JnmtMNQ .text-wrap {
    width: 25%;
  }
}
@media (max-width: 1024px) {
  .cid-u77JnmtMNQ .text-wrap {
    padding-right: 24px;
  }
}
@media (max-width: 768px) {
  .cid-u77JnmtMNQ .text-wrap {
    width: 38%;
  }
}
@media (max-width: 680px) {
  .cid-u77JnmtMNQ .text-wrap {
    width: 100%;
  }
}
.cid-u77JnmtMNQ .mbr-section-title {
  color: #000000;
}
.cid-u77JnmtMNQ .mbr-section-subtitle {
  color: #ec7e7e;
}
.cid-u77JnmtMNQ .controls {
  margin-top: 45px;
}
.cid-u77JnmtMNQ .embla {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.cid-u77JnmtMNQ .embla__viewport {
  overflow: hidden;
  width: 81.4%;
}
@media (max-width: 1599px) {
  .cid-u77JnmtMNQ .embla__viewport {
    width: 75%;
  }
}
@media (max-width: 680px) {
  .cid-u77JnmtMNQ .embla__viewport {
    width: 100%;
  }
}
.cid-u77JnmtMNQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u77JnmtMNQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u77JnmtMNQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  width: 81.4%;
}
@media (max-width: 1599px) {
  .cid-u77JnmtMNQ .embla__container {
    width: 75%;
  }
}
@media (max-width: 680px) {
  .cid-u77JnmtMNQ .embla__container {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-u77JnmtMNQ .embla__slide {
  position: relative;
  margin-right: 30px;
}
.cid-u77JnmtMNQ .card-wrap {
  width: 345.75px;
}
@media (max-width: 680px) {
  .cid-u77JnmtMNQ .card-wrap {
    width: 296px;
  }
}
.cid-u77JnmtMNQ .image-wrap {
  width: 100%;
  overflow: hidden;
}
.cid-u77JnmtMNQ .image-wrap img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-u77JnmtMNQ .content-wrap {
  margin-top: 20px;
}
.cid-u77JnmtMNQ .mbr-card-title {
  margin-bottom: 6px;
  color: #c32f2f;
}
.cid-u77JnmtMNQ .mbr-card-subtitle {
  margin-bottom: 2px;
  color: #1e2e90;
}
.cid-u77JnmtMNQ .mbr-card-text {
  color: #6b6b6b;
}
.cid-u77JnmtMNQ .embla__button--next svg polygon,
.cid-u77JnmtMNQ .embla__button--prev svg polygon {
  transition: 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.cid-u77JnmtMNQ .embla__button--next svg,
.cid-u77JnmtMNQ .embla__button--prev svg {
  overflow: hidden;
}
.cid-u77JnmtMNQ .embla__button--prev {
  vertical-align: super;
  color: #000;
  transition: color 0.25s ease-out;
}
.cid-u77JnmtMNQ .embla__button--prev:hover {
  color: #000;
}
.cid-u77JnmtMNQ .embla__button--prev svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.cid-u77JnmtMNQ .embla__button--prev svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}
.cid-u77JnmtMNQ .embla__button--prev:hover svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.cid-u77JnmtMNQ .embla__button--prev:hover svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition-delay: 0.3s;
}
.cid-u77JnmtMNQ .embla__button--next {
  vertical-align: sub;
  color: #000;
  transition: color 0.25s ease-out;
}
.cid-u77JnmtMNQ .embla__button--next:hover {
  color: #000;
}
.cid-u77JnmtMNQ .embla__button--next svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.cid-u77JnmtMNQ .embla__button--next svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.cid-u77JnmtMNQ .embla__button--next:hover svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}
.cid-u77JnmtMNQ .embla__button--next:hover svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition-delay: 0.3s;
}
.cid-ut6EaCbxZ2 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-ut6EaCbxZ2 .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-ut6EaCbxZ2 .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-ut6EaCbxZ2 .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-ut6EaCbxZ2 .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-ut6EaCbxZ2 .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ut6EaCbxZ2 .item {
  padding: 0;
}
.cid-ut6EaCbxZ2 .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-ut6EaCbxZ2 .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-ut6EaCbxZ2 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-ut6EaCbxZ2 .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-ut6EaCbxZ2 .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-ut6EaCbxZ2 .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-ut6EaCbxZ2 .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-ut6EaCbxZ2 .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-ut6EaCbxZ2 .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-ut6EaCbxZ2 .item-subtitle {
  color: #c32f2f;
  opacity: 0.52em;
}
.cid-ut6EaCbxZ2 .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-ut6EaCbxZ2 .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-ut6EaCbxZ2 .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-ut6EaCbxZ2 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ut6EaCbxZ2 .mbr-text {
  flex-grow: 1;
  color: #1e2e90;
  text-align: right;
}
.cid-ut6EaCbxZ2 .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-ut6EaCbxZ2 .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-tfwdhVAiBK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tfwdhVAiBK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfwdhVAiBK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfwdhVAiBK .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tfwdhVAiBK .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-tfwdhVAiBK .col-img {
    order: 2;
  }
}
.cid-tfwdhVAiBK .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tfwdhVAiBK .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-tfwdhVAiBK .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-tfwdhVAiBK .col-tex {
    order: 1;
  }
}
.cid-tfwdhVAiBK .card-title {
  color: #45494E;
}
.cid-tfwdhVAiBK .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-tfwdhVAiBK .mbr-section-btn {
  margin-top: 60px;
}
.cid-tfwdhVAiBK .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-uoCB97qHaT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uoCB97qHaT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoCB97qHaT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uoCB97qHaT .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-uoCB97qHaT .col-img {
    order: 2;
  }
}
.cid-uoCB97qHaT .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uoCB97qHaT .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-uoCB97qHaT .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-uoCB97qHaT .col-tex {
    order: 1;
  }
}
.cid-uoCB97qHaT .card-title {
  color: #45494E;
}
.cid-uoCB97qHaT .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-uoCB97qHaT .mbr-section-btn {
  margin-top: 60px;
}
.cid-uoCB97qHaT .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-uoCBaRFsLe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uoCBaRFsLe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoCBaRFsLe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoCBaRFsLe .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uoCBaRFsLe .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-uoCBaRFsLe .col-img {
    order: 2;
  }
}
.cid-uoCBaRFsLe .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uoCBaRFsLe .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-uoCBaRFsLe .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-uoCBaRFsLe .col-tex {
    order: 1;
  }
}
.cid-uoCBaRFsLe .card-title {
  color: #45494E;
}
.cid-uoCBaRFsLe .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-uoCBaRFsLe .mbr-section-btn {
  margin-top: 60px;
}
.cid-uoCBaRFsLe .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tfwg1OK31G {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tfwg1OK31G .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfwg1OK31G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfwg1OK31G .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-tfwg1OK31G .content-container {
    flex-direction: column;
  }
}
.cid-tfwg1OK31G .icons-menu {
  display: flex;
}
.cid-tfwg1OK31G .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-tfwg1OK31G .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-tfwg1OK31G .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-tfwg1OK31G .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-tfwg1OK31G .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-tfwg1OK31G .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-tfwg1OK31G .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-u7cUvGIMRC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-u7cUvGIMRC::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u7cUvGIMRC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7cUvGIMRC .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-u7cUvGIMRC .container {
    padding: 0 22px;
  }
}
.cid-u7cUvGIMRC .row {
  position: relative;
  z-index: 1;
}
.cid-u7cUvGIMRC .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u7cUvGIMRC .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u7cUvGIMRC .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u7cUvGIMRC .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7cUvGIMRC .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7cUvGIMRC .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u7cUvGIMRC .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7cUvGIMRC .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7cUvGIMRC .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u7cUvGIMRC .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7cUvGIMRC .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u7cUvGIMRC .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u7cUvGIMRC .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7cUvGIMRC .nav-wrapper .list .item-wrap:hover,
.cid-u7cUvGIMRC .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-u7cUvGIMRC .nav-wrapper .list .item-wrap:hover::before,
.cid-u7cUvGIMRC .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u7cUvGIMRC .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7cUvGIMRC .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7cUvGIMRC .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7cUvGIMRC .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u7cUvGIMRC .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u7cUvGIMRC .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u7cUvGIMRC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u7cUvGIMRC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u7cUvGIMRC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-u7cUvGIMRC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u7cUvGIMRC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u7cUvGIMRC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7cUvGIMRC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7cUvGIMRC .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7cUvGIMRC .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7cUvGIMRC .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u7cUvGIMRC .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u7cUvGIMRC .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u7cUvGIMRC .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u7cUvGIMRC .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u7cUvGIMRC .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u7cUvGIMRC .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u7cUvGIMRC .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u7cUvGIMRC .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u7cUvGIMRC .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-u7cUvGIMRC .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u7cUvGIMRC .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-u7cUvGIMRC .mbr-section-title {
  color: #bbc4bb;
}
.cid-u7cUvGIMRC .mbr-text {
  color: #ffffff;
}
.cid-u7cUvGIMRC .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-u7cUvGIMRC .list {
  color: #ffffff;
}
.cid-u7cUvGIMRC .mbr-contact {
  color: #ffffff;
}
.cid-u7cUvGIMRC .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-u77REuU4XX {
  display: flex;
  padding-top: 120px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/ocean-empress-dinner-cruise-meta-1-785x476.jpg");
  align-items: center;
}
.cid-u77REuU4XX .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-u77REuU4XX .row {
    justify-content: flex-start;
  }
  .cid-u77REuU4XX .content-wrap {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .cid-u77REuU4XX .content-wrap {
    width: 100%;
  }
}
.cid-u77REuU4XX .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-u77REuU4XX .mbr-section-title {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-u77REuU4XX .mbr-text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-u77REuU4XX .mbr-section-btn {
    text-align: center;
  }
}
.cid-u77REuU4XX .mbr-section-title,
.cid-u77REuU4XX .mbr-section-btn {
  color: #ffffff;
}
.cid-u77REwcE4B {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u77REwcE4B .row {
  justify-content: flex-start;
}
.cid-u77REwcE4B .mbr-section-title {
  color: #1e2e90;
  text-align: center;
}
.cid-u77REwcE4B .mbr-section-subtitle {
  margin-top: 24px;
  color: #45494E;
}
@media (max-width: 991px) {
  .cid-u77REwcE4B .mbr-section-subtitle {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u77REwcE4B .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-u77REwcE4B .mbr-text {
  margin-top: 36px;
  color: #45494E;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u77REwcE4B .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-u77REwcE4B .mbr-text {
    margin-top: 20px;
  }
}
.cid-u77RExGjot {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u77RExGjot .row {
  align-items: stretch;
  justify-content: center;
}
.cid-u77RExGjot .item {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .cid-u77RExGjot .item {
    padding-bottom: 18px;
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .cid-u77RExGjot .item {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
.cid-u77RExGjot .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-u77RExGjot .item-wrapper:hover .item-img {
  transform: scale(1.1);
}
.cid-u77RExGjot .item-img {
  width: 100%;
  opacity: 0.9;
  filter: brightness(80%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
.cid-u77RExGjot .item-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  z-index: 5;
  width: 100%;
  height: 100%;
  pointer-events: none;
  padding: 2rem;
}
.cid-u77RExGjot .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: fit-content;
  margin-top: auto;
  margin-bottom: 0;
  pointer-events: auto;
}
.cid-u77RExGjot .item-title {
  color: #FFFFFF;
  text-align: left;
}
.cid-u77RExGjot .mbr-text {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-u77RExGjot .mbr-section-btn {
  margin-top: 20px;
}
.cid-u77RExGjot .mbr-section-btn .btn:before {
  display: none;
}
.cid-u77RExGjot .mbr-section-btn .btn:after {
  display: none;
}
.cid-u77RExGjot .mbr-text,
.cid-u77RExGjot .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-unZiBwmMUw {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-unZiBwmMUw h2,
.cid-unZiBwmMUw h3,
.cid-unZiBwmMUw h4,
.cid-unZiBwmMUw h5,
.cid-unZiBwmMUw p {
  margin: 0;
}
.cid-unZiBwmMUw .inner-container {
  margin-right: -32px;
}
.cid-unZiBwmMUw .content {
  width: 100%;
  padding-left: calc((100% - 1300px) / 2);
}
@media (max-width: 1440px) {
  .cid-unZiBwmMUw .content {
    padding-left: calc((100% - 1100px) / 2);
  }
}
@media (max-width: 1200px) {
  .cid-unZiBwmMUw .content {
    padding-left: calc((100% - 920px) / 2);
  }
}
@media (max-width: 1024px) {
  .cid-unZiBwmMUw .content {
    padding-left: calc((100% - 768px) / 2);
  }
}
@media (max-width: 800px) {
  .cid-unZiBwmMUw .content {
    width: 100%;
    padding-left: 7%;
  }
}
@media (max-width: 480px) {
  .cid-unZiBwmMUw .content {
    padding-left: 0;
  }
}
.cid-unZiBwmMUw .text-wrap {
  position: relative;
  width: 18.6%;
  padding-right: 30px;
}
@media (max-width: 1599px) {
  .cid-unZiBwmMUw .text-wrap {
    width: 25%;
  }
}
@media (max-width: 1024px) {
  .cid-unZiBwmMUw .text-wrap {
    padding-right: 24px;
  }
}
@media (max-width: 768px) {
  .cid-unZiBwmMUw .text-wrap {
    width: 38%;
  }
}
@media (max-width: 680px) {
  .cid-unZiBwmMUw .text-wrap {
    width: 100%;
  }
}
.cid-unZiBwmMUw .mbr-section-title {
  color: #1e2e90;
}
.cid-unZiBwmMUw .mbr-section-subtitle {
  color: #ec7e7e;
}
.cid-unZiBwmMUw .controls {
  margin-top: 45px;
}
.cid-unZiBwmMUw .embla {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.cid-unZiBwmMUw .embla__viewport {
  overflow: hidden;
  width: 81.4%;
}
@media (max-width: 1599px) {
  .cid-unZiBwmMUw .embla__viewport {
    width: 75%;
  }
}
@media (max-width: 680px) {
  .cid-unZiBwmMUw .embla__viewport {
    width: 100%;
  }
}
.cid-unZiBwmMUw .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-unZiBwmMUw .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-unZiBwmMUw .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  width: 81.4%;
}
@media (max-width: 1599px) {
  .cid-unZiBwmMUw .embla__container {
    width: 75%;
  }
}
@media (max-width: 680px) {
  .cid-unZiBwmMUw .embla__container {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-unZiBwmMUw .embla__slide {
  position: relative;
  margin-right: 30px;
}
.cid-unZiBwmMUw .card-wrap {
  width: 345.75px;
}
@media (max-width: 680px) {
  .cid-unZiBwmMUw .card-wrap {
    width: 296px;
  }
}
.cid-unZiBwmMUw .image-wrap {
  width: 100%;
  overflow: hidden;
}
.cid-unZiBwmMUw .image-wrap img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-unZiBwmMUw .content-wrap {
  margin-top: 20px;
}
.cid-unZiBwmMUw .mbr-card-title {
  margin-bottom: 6px;
  color: #c32f2f;
}
.cid-unZiBwmMUw .mbr-card-subtitle {
  margin-bottom: 2px;
  color: #1e2e90;
}
.cid-unZiBwmMUw .mbr-card-text {
  color: #6b6b6b;
}
.cid-unZiBwmMUw .embla__button--next svg polygon,
.cid-unZiBwmMUw .embla__button--prev svg polygon {
  transition: 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.cid-unZiBwmMUw .embla__button--next svg,
.cid-unZiBwmMUw .embla__button--prev svg {
  overflow: hidden;
}
.cid-unZiBwmMUw .embla__button--prev {
  vertical-align: super;
  color: #000;
  transition: color 0.25s ease-out;
}
.cid-unZiBwmMUw .embla__button--prev:hover {
  color: #000;
}
.cid-unZiBwmMUw .embla__button--prev svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.cid-unZiBwmMUw .embla__button--prev svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}
.cid-unZiBwmMUw .embla__button--prev:hover svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.cid-unZiBwmMUw .embla__button--prev:hover svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition-delay: 0.3s;
}
.cid-unZiBwmMUw .embla__button--next {
  vertical-align: sub;
  color: #000;
  transition: color 0.25s ease-out;
}
.cid-unZiBwmMUw .embla__button--next:hover {
  color: #000;
}
.cid-unZiBwmMUw .embla__button--next svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.cid-unZiBwmMUw .embla__button--next svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.cid-unZiBwmMUw .embla__button--next:hover svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}
.cid-unZiBwmMUw .embla__button--next:hover svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition-delay: 0.3s;
}
.cid-u77REFIW4N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u77REFIW4N .mbr-fallback-image.disabled {
  display: none;
}
.cid-u77REFIW4N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u77REFIW4N .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-u77REFIW4N .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-u77REFIW4N .col-img {
    order: 2;
  }
}
.cid-u77REFIW4N .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-u77REFIW4N .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-u77REFIW4N .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-u77REFIW4N .col-tex {
    order: 1;
  }
}
.cid-u77REFIW4N .card-title {
  color: #1e2e90;
}
.cid-u77REFIW4N .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-u77REFIW4N .mbr-section-btn {
  margin-top: 60px;
}
.cid-u77REFIW4N .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-u77RENWRWk {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u77RENWRWk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u77RENWRWk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u77RENWRWk .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-u77RENWRWk .content-container {
    flex-direction: column;
  }
}
.cid-u77RENWRWk .icons-menu {
  display: flex;
}
.cid-u77RENWRWk .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-u77RENWRWk .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-u77RENWRWk .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-u77RENWRWk .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-u77RENWRWk .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-u77RENWRWk .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-u77RENWRWk .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-u7cUvGIMRC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-u7cUvGIMRC::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u7cUvGIMRC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7cUvGIMRC .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-u7cUvGIMRC .container {
    padding: 0 22px;
  }
}
.cid-u7cUvGIMRC .row {
  position: relative;
  z-index: 1;
}
.cid-u7cUvGIMRC .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u7cUvGIMRC .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u7cUvGIMRC .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u7cUvGIMRC .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7cUvGIMRC .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7cUvGIMRC .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u7cUvGIMRC .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7cUvGIMRC .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7cUvGIMRC .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u7cUvGIMRC .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7cUvGIMRC .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u7cUvGIMRC .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u7cUvGIMRC .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7cUvGIMRC .nav-wrapper .list .item-wrap:hover,
.cid-u7cUvGIMRC .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-u7cUvGIMRC .nav-wrapper .list .item-wrap:hover::before,
.cid-u7cUvGIMRC .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u7cUvGIMRC .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7cUvGIMRC .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7cUvGIMRC .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7cUvGIMRC .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u7cUvGIMRC .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u7cUvGIMRC .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u7cUvGIMRC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u7cUvGIMRC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u7cUvGIMRC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-u7cUvGIMRC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u7cUvGIMRC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u7cUvGIMRC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7cUvGIMRC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7cUvGIMRC .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7cUvGIMRC .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7cUvGIMRC .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u7cUvGIMRC .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u7cUvGIMRC .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u7cUvGIMRC .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u7cUvGIMRC .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u7cUvGIMRC .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u7cUvGIMRC .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u7cUvGIMRC .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u7cUvGIMRC .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u7cUvGIMRC .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-u7cUvGIMRC .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u7cUvGIMRC .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-u7cUvGIMRC .mbr-section-title {
  color: #bbc4bb;
}
.cid-u7cUvGIMRC .mbr-text {
  color: #ffffff;
}
.cid-u7cUvGIMRC .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-u7cUvGIMRC .list {
  color: #ffffff;
}
.cid-u7cUvGIMRC .mbr-contact {
  color: #ffffff;
}
.cid-u7cUvGIMRC .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-u7cZQ9Dgy0 {
  display: flex;
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/al-seef-cruise-1110x694.png");
  align-items: center;
}
.cid-u7cZQ9Dgy0 .mbr-overlay {
  background-color: #3d5150;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-u7cZQ9Dgy0 .row {
    justify-content: flex-start;
  }
  .cid-u7cZQ9Dgy0 .content-wrap {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .cid-u7cZQ9Dgy0 .content-wrap {
    width: 100%;
  }
}
.cid-u7cZQ9Dgy0 .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-u7cZQ9Dgy0 .mbr-section-title {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-u7cZQ9Dgy0 .mbr-text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-u7cZQ9Dgy0 .mbr-section-btn {
    text-align: center;
  }
}
.cid-u7cZQ9Dgy0 .mbr-section-title,
.cid-u7cZQ9Dgy0 .mbr-section-btn {
  color: #ffffff;
}
.cid-u7cZQaITwV {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7cZQaITwV .row {
  justify-content: flex-start;
}
.cid-u7cZQaITwV .mbr-section-title {
  color: #1e2e90;
  text-align: center;
}
.cid-u7cZQaITwV .mbr-section-subtitle {
  margin-top: 24px;
  color: #45494E;
}
@media (max-width: 991px) {
  .cid-u7cZQaITwV .mbr-section-subtitle {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u7cZQaITwV .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-u7cZQaITwV .mbr-text {
  margin-top: 36px;
  color: #45494E;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u7cZQaITwV .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-u7cZQaITwV .mbr-text {
    margin-top: 20px;
  }
}
.cid-u7cZQbETTT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7cZQbETTT .row {
  align-items: stretch;
  justify-content: center;
}
.cid-u7cZQbETTT .item {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .cid-u7cZQbETTT .item {
    padding-bottom: 18px;
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .cid-u7cZQbETTT .item {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
.cid-u7cZQbETTT .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-u7cZQbETTT .item-wrapper:hover .item-img {
  transform: scale(1.1);
}
.cid-u7cZQbETTT .item-img {
  width: 100%;
  opacity: 1;
  filter: brightness(60%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
.cid-u7cZQbETTT .item-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  z-index: 5;
  width: 100%;
  height: 100%;
  pointer-events: none;
  padding: 2rem;
}
.cid-u7cZQbETTT .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: fit-content;
  margin-top: auto;
  margin-bottom: 0;
  pointer-events: auto;
}
.cid-u7cZQbETTT .item-title {
  color: #FFFFFF;
  text-align: left;
}
.cid-u7cZQbETTT .mbr-text {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-u7cZQbETTT .mbr-section-btn {
  margin-top: 20px;
}
.cid-u7cZQbETTT .mbr-section-btn .btn:before {
  display: none;
}
.cid-u7cZQbETTT .mbr-section-btn .btn:after {
  display: none;
}
.cid-u7cZQbETTT .mbr-text,
.cid-u7cZQbETTT .mbr-section-btn {
  text-align: left;
  color: #ec7e7e;
}
.cid-unjpymmmir {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-unjpymmmir h2,
.cid-unjpymmmir h3,
.cid-unjpymmmir h4,
.cid-unjpymmmir h5,
.cid-unjpymmmir p {
  margin: 0;
}
.cid-unjpymmmir .inner-container {
  margin-right: -32px;
}
.cid-unjpymmmir .content {
  width: 100%;
  padding-left: calc((100% - 1300px) / 2);
}
@media (max-width: 1440px) {
  .cid-unjpymmmir .content {
    padding-left: calc((100% - 1100px) / 2);
  }
}
@media (max-width: 1200px) {
  .cid-unjpymmmir .content {
    padding-left: calc((100% - 920px) / 2);
  }
}
@media (max-width: 1024px) {
  .cid-unjpymmmir .content {
    padding-left: calc((100% - 768px) / 2);
  }
}
@media (max-width: 800px) {
  .cid-unjpymmmir .content {
    width: 100%;
    padding-left: 7%;
  }
}
@media (max-width: 480px) {
  .cid-unjpymmmir .content {
    padding-left: 0;
  }
}
.cid-unjpymmmir .text-wrap {
  position: relative;
  width: 18.6%;
  padding-right: 30px;
}
@media (max-width: 1599px) {
  .cid-unjpymmmir .text-wrap {
    width: 25%;
  }
}
@media (max-width: 1024px) {
  .cid-unjpymmmir .text-wrap {
    padding-right: 24px;
  }
}
@media (max-width: 768px) {
  .cid-unjpymmmir .text-wrap {
    width: 38%;
  }
}
@media (max-width: 680px) {
  .cid-unjpymmmir .text-wrap {
    width: 100%;
  }
}
.cid-unjpymmmir .mbr-section-title {
  color: #1e2e90;
}
.cid-unjpymmmir .mbr-section-subtitle {
  color: #ec7e7e;
}
.cid-unjpymmmir .controls {
  margin-top: 45px;
}
.cid-unjpymmmir .embla {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.cid-unjpymmmir .embla__viewport {
  overflow: hidden;
  width: 81.4%;
}
@media (max-width: 1599px) {
  .cid-unjpymmmir .embla__viewport {
    width: 75%;
  }
}
@media (max-width: 680px) {
  .cid-unjpymmmir .embla__viewport {
    width: 100%;
  }
}
.cid-unjpymmmir .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-unjpymmmir .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-unjpymmmir .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  width: 81.4%;
}
@media (max-width: 1599px) {
  .cid-unjpymmmir .embla__container {
    width: 75%;
  }
}
@media (max-width: 680px) {
  .cid-unjpymmmir .embla__container {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-unjpymmmir .embla__slide {
  position: relative;
  margin-right: 30px;
}
.cid-unjpymmmir .card-wrap {
  width: 345.75px;
}
@media (max-width: 680px) {
  .cid-unjpymmmir .card-wrap {
    width: 296px;
  }
}
.cid-unjpymmmir .image-wrap {
  width: 100%;
  overflow: hidden;
}
.cid-unjpymmmir .image-wrap img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-unjpymmmir .content-wrap {
  margin-top: 20px;
}
.cid-unjpymmmir .mbr-card-title {
  margin-bottom: 6px;
  color: #c32f2f;
}
.cid-unjpymmmir .mbr-card-subtitle {
  margin-bottom: 2px;
  color: #1e2e90;
}
.cid-unjpymmmir .mbr-card-text {
  color: #6b6b6b;
}
.cid-unjpymmmir .embla__button--next svg polygon,
.cid-unjpymmmir .embla__button--prev svg polygon {
  transition: 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.cid-unjpymmmir .embla__button--next svg,
.cid-unjpymmmir .embla__button--prev svg {
  overflow: hidden;
}
.cid-unjpymmmir .embla__button--prev {
  vertical-align: super;
  color: #000;
  transition: color 0.25s ease-out;
}
.cid-unjpymmmir .embla__button--prev:hover {
  color: #000;
}
.cid-unjpymmmir .embla__button--prev svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.cid-unjpymmmir .embla__button--prev svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}
.cid-unjpymmmir .embla__button--prev:hover svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.cid-unjpymmmir .embla__button--prev:hover svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition-delay: 0.3s;
}
.cid-unjpymmmir .embla__button--next {
  vertical-align: sub;
  color: #000;
  transition: color 0.25s ease-out;
}
.cid-unjpymmmir .embla__button--next:hover {
  color: #000;
}
.cid-unjpymmmir .embla__button--next svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.cid-unjpymmmir .embla__button--next svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.cid-unjpymmmir .embla__button--next:hover svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}
.cid-unjpymmmir .embla__button--next:hover svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition-delay: 0.3s;
}
.cid-u7cZQfdnBa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7cZQfdnBa .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7cZQfdnBa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7cZQfdnBa .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-u7cZQfdnBa .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-u7cZQfdnBa .col-img {
    order: 2;
  }
}
.cid-u7cZQfdnBa .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-u7cZQfdnBa .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-u7cZQfdnBa .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-u7cZQfdnBa .col-tex {
    order: 1;
  }
}
.cid-u7cZQfdnBa .card-title {
  color: #1e2e90;
}
.cid-u7cZQfdnBa .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-u7cZQfdnBa .mbr-section-btn {
  margin-top: 60px;
}
.cid-u7cZQfdnBa .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-u7cZQheO5x {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/creek-10-1200x800.png");
}
.cid-u7cZQheO5x .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7cZQheO5x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7cZQheO5x .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u7cZQjkXra {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7cZQjkXra .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7cZQjkXra .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7cZQjkXra .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-u7cZQjkXra .content-container {
    flex-direction: column;
  }
}
.cid-u7cZQjkXra .icons-menu {
  display: flex;
}
.cid-u7cZQjkXra .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-u7cZQjkXra .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-u7cZQjkXra .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-u7cZQjkXra .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-u7cZQjkXra .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-u7cZQjkXra .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-u7cZQjkXra .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-u7cZQkOqet {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-u7cZQkOqet::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u7cZQkOqet .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7cZQkOqet .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-u7cZQkOqet .container {
    padding: 0 22px;
  }
}
.cid-u7cZQkOqet .row {
  position: relative;
  z-index: 1;
}
.cid-u7cZQkOqet .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u7cZQkOqet .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u7cZQkOqet .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u7cZQkOqet .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7cZQkOqet .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7cZQkOqet .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u7cZQkOqet .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7cZQkOqet .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7cZQkOqet .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u7cZQkOqet .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7cZQkOqet .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u7cZQkOqet .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u7cZQkOqet .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7cZQkOqet .nav-wrapper .list .item-wrap:hover,
.cid-u7cZQkOqet .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-u7cZQkOqet .nav-wrapper .list .item-wrap:hover::before,
.cid-u7cZQkOqet .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u7cZQkOqet .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7cZQkOqet .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7cZQkOqet .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7cZQkOqet .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u7cZQkOqet .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u7cZQkOqet .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u7cZQkOqet .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u7cZQkOqet .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u7cZQkOqet .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-u7cZQkOqet .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u7cZQkOqet .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u7cZQkOqet .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7cZQkOqet .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7cZQkOqet .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7cZQkOqet .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7cZQkOqet .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u7cZQkOqet .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u7cZQkOqet .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u7cZQkOqet .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u7cZQkOqet .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u7cZQkOqet .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u7cZQkOqet .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u7cZQkOqet .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u7cZQkOqet .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u7cZQkOqet .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-u7cZQkOqet .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u7cZQkOqet .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-u7cZQkOqet .mbr-section-title {
  color: #bbc4bb;
}
.cid-u7cZQkOqet .mbr-text {
  color: #ffffff;
}
.cid-u7cZQkOqet .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-u7cZQkOqet .list {
  color: #ffffff;
}
.cid-u7cZQkOqet .mbr-contact {
  color: #ffffff;
}
.cid-u7cZQkOqet .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-u7d6UP4G2Q {
  display: flex;
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/6-2-1000x800.png");
  align-items: center;
}
.cid-u7d6UP4G2Q .mbr-overlay {
  background-color: #3d5150;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-u7d6UP4G2Q .row {
    justify-content: flex-start;
  }
  .cid-u7d6UP4G2Q .content-wrap {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .cid-u7d6UP4G2Q .content-wrap {
    width: 100%;
  }
}
.cid-u7d6UP4G2Q .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-u7d6UP4G2Q .mbr-section-title {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-u7d6UP4G2Q .mbr-text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-u7d6UP4G2Q .mbr-section-btn {
    text-align: center;
  }
}
.cid-u7d6UP4G2Q .mbr-section-title,
.cid-u7d6UP4G2Q .mbr-section-btn {
  color: #ffffff;
}
.cid-u7d6UPUMtT {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7d6UPUMtT .row {
  justify-content: flex-start;
}
.cid-u7d6UPUMtT .mbr-section-title {
  color: #45494E;
  text-align: center;
}
.cid-u7d6UPUMtT .mbr-section-subtitle {
  margin-top: 24px;
  color: #45494E;
}
@media (max-width: 991px) {
  .cid-u7d6UPUMtT .mbr-section-subtitle {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u7d6UPUMtT .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-u7d6UPUMtT .mbr-text {
  margin-top: 36px;
  color: #45494E;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u7d6UPUMtT .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-u7d6UPUMtT .mbr-text {
    margin-top: 20px;
  }
}
.cid-u7d6UQDtM3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7d6UQDtM3 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-u7d6UQDtM3 .item {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .cid-u7d6UQDtM3 .item {
    padding-bottom: 18px;
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .cid-u7d6UQDtM3 .item {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
.cid-u7d6UQDtM3 .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-u7d6UQDtM3 .item-wrapper:hover .item-img {
  transform: scale(1.1);
}
.cid-u7d6UQDtM3 .item-img {
  width: 100%;
  opacity: 1;
  filter: brightness(60%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
.cid-u7d6UQDtM3 .item-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  z-index: 5;
  width: 100%;
  height: 100%;
  pointer-events: none;
  padding: 2rem;
}
.cid-u7d6UQDtM3 .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: fit-content;
  margin-top: auto;
  margin-bottom: 0;
  pointer-events: auto;
}
.cid-u7d6UQDtM3 .item-title {
  color: #FFFFFF;
  text-align: left;
}
.cid-u7d6UQDtM3 .mbr-text {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-u7d6UQDtM3 .mbr-section-btn {
  margin-top: 20px;
}
.cid-u7d6UQDtM3 .mbr-section-btn .btn:before {
  display: none;
}
.cid-u7d6UQDtM3 .mbr-section-btn .btn:after {
  display: none;
}
.cid-u7d6UQDtM3 .mbr-text,
.cid-u7d6UQDtM3 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-u7dBsUXw4s {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #fafafa;
}
.cid-u7dBsUXw4s h2,
.cid-u7dBsUXw4s h3,
.cid-u7dBsUXw4s h4,
.cid-u7dBsUXw4s h5,
.cid-u7dBsUXw4s p {
  margin: 0;
}
.cid-u7dBsUXw4s .inner-container {
  margin-right: -32px;
}
.cid-u7dBsUXw4s .content {
  width: 100%;
  padding-left: calc((100% - 1300px) / 2);
}
@media (max-width: 1440px) {
  .cid-u7dBsUXw4s .content {
    padding-left: calc((100% - 1100px) / 2);
  }
}
@media (max-width: 1200px) {
  .cid-u7dBsUXw4s .content {
    padding-left: calc((100% - 920px) / 2);
  }
}
@media (max-width: 1024px) {
  .cid-u7dBsUXw4s .content {
    padding-left: calc((100% - 768px) / 2);
  }
}
@media (max-width: 800px) {
  .cid-u7dBsUXw4s .content {
    width: 100%;
    padding-left: 7%;
  }
}
@media (max-width: 480px) {
  .cid-u7dBsUXw4s .content {
    padding-left: 0;
  }
}
.cid-u7dBsUXw4s .text-wrap {
  position: relative;
  width: 18.6%;
  padding-right: 30px;
}
@media (max-width: 1599px) {
  .cid-u7dBsUXw4s .text-wrap {
    width: 25%;
  }
}
@media (max-width: 1024px) {
  .cid-u7dBsUXw4s .text-wrap {
    padding-right: 24px;
  }
}
@media (max-width: 768px) {
  .cid-u7dBsUXw4s .text-wrap {
    width: 38%;
  }
}
@media (max-width: 680px) {
  .cid-u7dBsUXw4s .text-wrap {
    width: 100%;
  }
}
.cid-u7dBsUXw4s .mbr-section-title {
  color: #1e2e90;
}
.cid-u7dBsUXw4s .mbr-section-subtitle {
  color: #ec7e7e;
}
.cid-u7dBsUXw4s .controls {
  margin-top: 45px;
}
.cid-u7dBsUXw4s .embla {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.cid-u7dBsUXw4s .embla__viewport {
  overflow: hidden;
  width: 81.4%;
}
@media (max-width: 1599px) {
  .cid-u7dBsUXw4s .embla__viewport {
    width: 75%;
  }
}
@media (max-width: 680px) {
  .cid-u7dBsUXw4s .embla__viewport {
    width: 100%;
  }
}
.cid-u7dBsUXw4s .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u7dBsUXw4s .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u7dBsUXw4s .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  width: 81.4%;
}
@media (max-width: 1599px) {
  .cid-u7dBsUXw4s .embla__container {
    width: 75%;
  }
}
@media (max-width: 680px) {
  .cid-u7dBsUXw4s .embla__container {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-u7dBsUXw4s .embla__slide {
  position: relative;
  margin-right: 30px;
}
.cid-u7dBsUXw4s .card-wrap {
  width: 345.75px;
}
@media (max-width: 680px) {
  .cid-u7dBsUXw4s .card-wrap {
    width: 296px;
  }
}
.cid-u7dBsUXw4s .image-wrap {
  width: 100%;
  overflow: hidden;
}
.cid-u7dBsUXw4s .image-wrap img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-u7dBsUXw4s .content-wrap {
  margin-top: 20px;
}
.cid-u7dBsUXw4s .mbr-card-title {
  margin-bottom: 6px;
  color: #c32f2f;
}
.cid-u7dBsUXw4s .mbr-card-subtitle {
  margin-bottom: 2px;
  color: #1e2e90;
}
.cid-u7dBsUXw4s .mbr-card-text {
  color: #6b6b6b;
}
.cid-u7dBsUXw4s .embla__button--next svg polygon,
.cid-u7dBsUXw4s .embla__button--prev svg polygon {
  transition: 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.cid-u7dBsUXw4s .embla__button--next svg,
.cid-u7dBsUXw4s .embla__button--prev svg {
  overflow: hidden;
}
.cid-u7dBsUXw4s .embla__button--prev {
  vertical-align: super;
  color: #000;
  transition: color 0.25s ease-out;
}
.cid-u7dBsUXw4s .embla__button--prev:hover {
  color: #000;
}
.cid-u7dBsUXw4s .embla__button--prev svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.cid-u7dBsUXw4s .embla__button--prev svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}
.cid-u7dBsUXw4s .embla__button--prev:hover svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.cid-u7dBsUXw4s .embla__button--prev:hover svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition-delay: 0.3s;
}
.cid-u7dBsUXw4s .embla__button--next {
  vertical-align: sub;
  color: #000;
  transition: color 0.25s ease-out;
}
.cid-u7dBsUXw4s .embla__button--next:hover {
  color: #000;
}
.cid-u7dBsUXw4s .embla__button--next svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.cid-u7dBsUXw4s .embla__button--next svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.cid-u7dBsUXw4s .embla__button--next:hover svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}
.cid-u7dBsUXw4s .embla__button--next:hover svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition-delay: 0.3s;
}
.cid-u7d6URFHSw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7d6URFHSw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7d6URFHSw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7d6URFHSw .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-u7d6URFHSw .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-u7d6URFHSw .col-img {
    order: 2;
  }
}
.cid-u7d6URFHSw .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-u7d6URFHSw .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-u7d6URFHSw .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-u7d6URFHSw .col-tex {
    order: 1;
  }
}
.cid-u7d6URFHSw .card-title {
  color: #1e2e90;
}
.cid-u7d6URFHSw .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-u7d6URFHSw .mbr-section-btn {
  margin-top: 60px;
}
.cid-u7d6URFHSw .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-u7d6USCYKx {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/canal-package-4-670x446.jpg");
}
.cid-u7d6USCYKx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7d6USCYKx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7d6USCYKx .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u7d6UUEH9O {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7d6UUEH9O .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7d6UUEH9O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7d6UUEH9O .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-u7d6UUEH9O .content-container {
    flex-direction: column;
  }
}
.cid-u7d6UUEH9O .icons-menu {
  display: flex;
}
.cid-u7d6UUEH9O .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-u7d6UUEH9O .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-u7d6UUEH9O .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-u7d6UUEH9O .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-u7d6UUEH9O .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-u7d6UUEH9O .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-u7d6UUEH9O .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-u7d6UVE7JU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-u7d6UVE7JU::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u7d6UVE7JU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7d6UVE7JU .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-u7d6UVE7JU .container {
    padding: 0 22px;
  }
}
.cid-u7d6UVE7JU .row {
  position: relative;
  z-index: 1;
}
.cid-u7d6UVE7JU .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u7d6UVE7JU .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u7d6UVE7JU .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u7d6UVE7JU .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7d6UVE7JU .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7d6UVE7JU .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u7d6UVE7JU .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7d6UVE7JU .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7d6UVE7JU .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u7d6UVE7JU .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7d6UVE7JU .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u7d6UVE7JU .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u7d6UVE7JU .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7d6UVE7JU .nav-wrapper .list .item-wrap:hover,
.cid-u7d6UVE7JU .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-u7d6UVE7JU .nav-wrapper .list .item-wrap:hover::before,
.cid-u7d6UVE7JU .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u7d6UVE7JU .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7d6UVE7JU .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7d6UVE7JU .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7d6UVE7JU .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u7d6UVE7JU .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u7d6UVE7JU .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u7d6UVE7JU .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u7d6UVE7JU .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u7d6UVE7JU .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-u7d6UVE7JU .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u7d6UVE7JU .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u7d6UVE7JU .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7d6UVE7JU .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7d6UVE7JU .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7d6UVE7JU .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7d6UVE7JU .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u7d6UVE7JU .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u7d6UVE7JU .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u7d6UVE7JU .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u7d6UVE7JU .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u7d6UVE7JU .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u7d6UVE7JU .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u7d6UVE7JU .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u7d6UVE7JU .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u7d6UVE7JU .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-u7d6UVE7JU .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u7d6UVE7JU .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-u7d6UVE7JU .mbr-section-title {
  color: #bbc4bb;
}
.cid-u7d6UVE7JU .mbr-text {
  color: #ffffff;
}
.cid-u7d6UVE7JU .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-u7d6UVE7JU .list {
  color: #ffffff;
}
.cid-u7d6UVE7JU .mbr-contact {
  color: #ffffff;
}
.cid-u7d6UVE7JU .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-u7jakoSf6i {
  display: flex;
  padding-top: 120px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/aafare-desert-safari-2-1280x720.jpg");
  align-items: center;
}
.cid-u7jakoSf6i .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-u7jakoSf6i .row {
    justify-content: flex-start;
  }
  .cid-u7jakoSf6i .content-wrap {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .cid-u7jakoSf6i .content-wrap {
    width: 100%;
  }
}
.cid-u7jakoSf6i .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-u7jakoSf6i .mbr-section-title {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-u7jakoSf6i .mbr-text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-u7jakoSf6i .mbr-section-btn {
    text-align: center;
  }
}
.cid-u7jakoSf6i .mbr-section-title,
.cid-u7jakoSf6i .mbr-section-btn {
  color: #ffffff;
}
.cid-u7jakpvpkD {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7jakpvpkD .row {
  justify-content: flex-start;
}
.cid-u7jakpvpkD .mbr-section-title {
  color: #45494E;
  text-align: center;
}
.cid-u7jakpvpkD .mbr-section-subtitle {
  margin-top: 24px;
  color: #45494E;
}
@media (max-width: 991px) {
  .cid-u7jakpvpkD .mbr-section-subtitle {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u7jakpvpkD .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-u7jakpvpkD .mbr-text {
  margin-top: 36px;
  color: #45494E;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u7jakpvpkD .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-u7jakpvpkD .mbr-text {
    margin-top: 20px;
  }
}
.cid-u7jakq2Fm0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7jakq2Fm0 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-u7jakq2Fm0 .item {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .cid-u7jakq2Fm0 .item {
    padding-bottom: 18px;
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .cid-u7jakq2Fm0 .item {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
.cid-u7jakq2Fm0 .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-u7jakq2Fm0 .item-wrapper:hover .item-img {
  transform: scale(1.1);
}
.cid-u7jakq2Fm0 .item-img {
  width: 100%;
  opacity: 1;
  filter: brightness(60%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
.cid-u7jakq2Fm0 .item-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  z-index: 5;
  width: 100%;
  height: 100%;
  pointer-events: none;
  padding: 2rem;
}
.cid-u7jakq2Fm0 .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: fit-content;
  margin-top: auto;
  margin-bottom: 0;
  pointer-events: auto;
}
.cid-u7jakq2Fm0 .item-title {
  color: #FFFFFF;
  text-align: left;
}
.cid-u7jakq2Fm0 .mbr-text {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-u7jakq2Fm0 .mbr-section-btn {
  margin-top: 20px;
}
.cid-u7jakq2Fm0 .mbr-section-btn .btn:before {
  display: none;
}
.cid-u7jakq2Fm0 .mbr-section-btn .btn:after {
  display: none;
}
.cid-u7jakq2Fm0 .mbr-text,
.cid-u7jakq2Fm0 .mbr-section-btn {
  text-align: left;
  color: #ec7e7e;
}
.cid-u7jakqVSRs {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-u7jakqVSRs h2,
.cid-u7jakqVSRs h3,
.cid-u7jakqVSRs h4,
.cid-u7jakqVSRs h5,
.cid-u7jakqVSRs p {
  margin: 0;
}
.cid-u7jakqVSRs .inner-container {
  margin-right: -32px;
}
.cid-u7jakqVSRs .content {
  width: 100%;
  padding-left: calc((100% - 1300px) / 2);
}
@media (max-width: 1440px) {
  .cid-u7jakqVSRs .content {
    padding-left: calc((100% - 1100px) / 2);
  }
}
@media (max-width: 1200px) {
  .cid-u7jakqVSRs .content {
    padding-left: calc((100% - 920px) / 2);
  }
}
@media (max-width: 1024px) {
  .cid-u7jakqVSRs .content {
    padding-left: calc((100% - 768px) / 2);
  }
}
@media (max-width: 800px) {
  .cid-u7jakqVSRs .content {
    width: 100%;
    padding-left: 7%;
  }
}
@media (max-width: 480px) {
  .cid-u7jakqVSRs .content {
    padding-left: 0;
  }
}
.cid-u7jakqVSRs .text-wrap {
  position: relative;
  width: 18.6%;
  padding-right: 30px;
}
@media (max-width: 1599px) {
  .cid-u7jakqVSRs .text-wrap {
    width: 25%;
  }
}
@media (max-width: 1024px) {
  .cid-u7jakqVSRs .text-wrap {
    padding-right: 24px;
  }
}
@media (max-width: 768px) {
  .cid-u7jakqVSRs .text-wrap {
    width: 38%;
  }
}
@media (max-width: 680px) {
  .cid-u7jakqVSRs .text-wrap {
    width: 100%;
  }
}
.cid-u7jakqVSRs .mbr-section-title {
  color: #1e2e90;
}
.cid-u7jakqVSRs .mbr-section-subtitle {
  color: #c32f2f;
}
.cid-u7jakqVSRs .controls {
  margin-top: 45px;
}
.cid-u7jakqVSRs .embla {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.cid-u7jakqVSRs .embla__viewport {
  overflow: hidden;
  width: 81.4%;
}
@media (max-width: 1599px) {
  .cid-u7jakqVSRs .embla__viewport {
    width: 75%;
  }
}
@media (max-width: 680px) {
  .cid-u7jakqVSRs .embla__viewport {
    width: 100%;
  }
}
.cid-u7jakqVSRs .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u7jakqVSRs .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u7jakqVSRs .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  width: 81.4%;
}
@media (max-width: 1599px) {
  .cid-u7jakqVSRs .embla__container {
    width: 75%;
  }
}
@media (max-width: 680px) {
  .cid-u7jakqVSRs .embla__container {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-u7jakqVSRs .embla__slide {
  position: relative;
  margin-right: 30px;
}
.cid-u7jakqVSRs .card-wrap {
  width: 345.75px;
}
@media (max-width: 680px) {
  .cid-u7jakqVSRs .card-wrap {
    width: 296px;
  }
}
.cid-u7jakqVSRs .image-wrap {
  width: 100%;
  overflow: hidden;
}
.cid-u7jakqVSRs .image-wrap img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-u7jakqVSRs .content-wrap {
  margin-top: 20px;
}
.cid-u7jakqVSRs .mbr-card-title {
  margin-bottom: 6px;
  color: #c32f2f;
}
.cid-u7jakqVSRs .mbr-card-subtitle {
  margin-bottom: 2px;
  color: #6b6b6b;
}
.cid-u7jakqVSRs .mbr-card-text {
  color: #6b6b6b;
}
.cid-u7jakqVSRs .embla__button--next svg polygon,
.cid-u7jakqVSRs .embla__button--prev svg polygon {
  transition: 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.cid-u7jakqVSRs .embla__button--next svg,
.cid-u7jakqVSRs .embla__button--prev svg {
  overflow: hidden;
}
.cid-u7jakqVSRs .embla__button--prev {
  vertical-align: super;
  color: #000;
  transition: color 0.25s ease-out;
}
.cid-u7jakqVSRs .embla__button--prev:hover {
  color: #000;
}
.cid-u7jakqVSRs .embla__button--prev svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.cid-u7jakqVSRs .embla__button--prev svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}
.cid-u7jakqVSRs .embla__button--prev:hover svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.cid-u7jakqVSRs .embla__button--prev:hover svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition-delay: 0.3s;
}
.cid-u7jakqVSRs .embla__button--next {
  vertical-align: sub;
  color: #000;
  transition: color 0.25s ease-out;
}
.cid-u7jakqVSRs .embla__button--next:hover {
  color: #000;
}
.cid-u7jakqVSRs .embla__button--next svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.cid-u7jakqVSRs .embla__button--next svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.cid-u7jakqVSRs .embla__button--next:hover svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}
.cid-u7jakqVSRs .embla__button--next:hover svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition-delay: 0.3s;
}
.cid-u7jakqVSRs .card-text,
.cid-u7jakqVSRs .mbr-section-btn,
.cid-u7jakqVSRs .social-row {
  color: #1e2e90;
}
.cid-uf2Mu8C2kT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uf2Mu8C2kT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf2Mu8C2kT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf2Mu8C2kT .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uf2Mu8C2kT .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uf2Mu8C2kT .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uf2Mu8C2kT .container {
    padding: 0 20px;
  }
}
.cid-uf2Mu8C2kT .row {
  justify-content: center;
}
.cid-uf2Mu8C2kT .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uf2Mu8C2kT .item {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uf2Mu8C2kT .item {
    margin-bottom: 40px;
  }
}
.cid-uf2Mu8C2kT .item:hover .item-wrapper,
.cid-uf2Mu8C2kT .item:focus .item-wrapper {
  border: 1px solid #000000;
}
.cid-uf2Mu8C2kT .item:hover .item-wrapper .item-img img,
.cid-uf2Mu8C2kT .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uf2Mu8C2kT .item .item-wrapper {
  height: 100%;
  border: 1px solid #acb3b7;
  border-radius: .75rem !important;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.cid-uf2Mu8C2kT .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-uf2Mu8C2kT .item .item-wrapper .item-img img {
  height: 350px;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uf2Mu8C2kT .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uf2Mu8C2kT .item .item-wrapper .item-content {
  padding: 24px;
}
.cid-uf2Mu8C2kT .item .item-wrapper .item-content .card-title {
  margin-bottom: 30px;
}
.cid-uf2Mu8C2kT .item .item-wrapper .item-content .card-date {
  margin-bottom: 0;
}
.cid-uf2Mu8C2kT .item a {
  display: block;
  height: 100%;
}
.cid-uf2Mu8C2kT .mbr-desc {
  color: #1e2e90;
}
.cid-uf2Mu8C2kT .card-title {
  color: #c32f2f;
}
.cid-uf2Mu8C2kT .card-date {
  color: #1e2e90;
  text-align: right;
}
.cid-u7jaks6T6f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7jaks6T6f .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7jaks6T6f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7jaks6T6f .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-u7jaks6T6f .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-u7jaks6T6f .col-img {
    order: 2;
  }
}
.cid-u7jaks6T6f .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-u7jaks6T6f .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-u7jaks6T6f .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-u7jaks6T6f .col-tex {
    order: 1;
  }
}
.cid-u7jaks6T6f .card-title {
  color: #1e2e90;
}
.cid-u7jaks6T6f .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-u7jaks6T6f .mbr-section-btn {
  margin-top: 60px;
}
.cid-u7jaks6T6f .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-u7jaktFeVm {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/4-1000x800.png");
}
.cid-u7jaktFeVm .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7jaktFeVm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7jaktFeVm .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u7jakvyMWJ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7jakvyMWJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7jakvyMWJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7jakvyMWJ .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-u7jakvyMWJ .content-container {
    flex-direction: column;
  }
}
.cid-u7jakvyMWJ .icons-menu {
  display: flex;
}
.cid-u7jakvyMWJ .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-u7jakvyMWJ .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-u7jakvyMWJ .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-u7jakvyMWJ .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-u7jakvyMWJ .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-u7jakvyMWJ .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-u7jakvyMWJ .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-u7jakwxQfm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-u7jakwxQfm::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u7jakwxQfm .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7jakwxQfm .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-u7jakwxQfm .container {
    padding: 0 22px;
  }
}
.cid-u7jakwxQfm .row {
  position: relative;
  z-index: 1;
}
.cid-u7jakwxQfm .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u7jakwxQfm .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u7jakwxQfm .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u7jakwxQfm .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7jakwxQfm .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7jakwxQfm .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u7jakwxQfm .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7jakwxQfm .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7jakwxQfm .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u7jakwxQfm .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7jakwxQfm .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u7jakwxQfm .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u7jakwxQfm .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7jakwxQfm .nav-wrapper .list .item-wrap:hover,
.cid-u7jakwxQfm .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-u7jakwxQfm .nav-wrapper .list .item-wrap:hover::before,
.cid-u7jakwxQfm .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u7jakwxQfm .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7jakwxQfm .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7jakwxQfm .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7jakwxQfm .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u7jakwxQfm .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u7jakwxQfm .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u7jakwxQfm .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u7jakwxQfm .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u7jakwxQfm .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-u7jakwxQfm .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u7jakwxQfm .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u7jakwxQfm .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7jakwxQfm .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7jakwxQfm .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7jakwxQfm .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7jakwxQfm .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u7jakwxQfm .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u7jakwxQfm .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u7jakwxQfm .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u7jakwxQfm .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u7jakwxQfm .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u7jakwxQfm .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u7jakwxQfm .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u7jakwxQfm .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u7jakwxQfm .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-u7jakwxQfm .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u7jakwxQfm .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-u7jakwxQfm .mbr-section-title {
  color: #bbc4bb;
}
.cid-u7jakwxQfm .mbr-text {
  color: #ffffff;
}
.cid-u7jakwxQfm .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-u7jakwxQfm .list {
  color: #ffffff;
}
.cid-u7jakwxQfm .mbr-contact {
  color: #ffffff;
}
.cid-u7jakwxQfm .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-u7johHrlng {
  display: flex;
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
  align-items: center;
}
.cid-u7johHrlng .mbr-overlay {
  background-color: #3d5150;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-u7johHrlng .row {
    justify-content: flex-start;
  }
  .cid-u7johHrlng .content-wrap {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .cid-u7johHrlng .content-wrap {
    width: 100%;
  }
}
.cid-u7johHrlng .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-u7johHrlng .mbr-section-title {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-u7johHrlng .mbr-text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-u7johHrlng .mbr-section-btn {
    text-align: center;
  }
}
.cid-u7johHrlng .mbr-section-title,
.cid-u7johHrlng .mbr-section-btn {
  color: #ffffff;
}
.cid-u7johIbw8L {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u7johIbw8L .row {
  justify-content: flex-start;
}
.cid-u7johIbw8L .mbr-section-title {
  color: #1e2e90;
  text-align: center;
}
.cid-u7johIbw8L .mbr-section-subtitle {
  margin-top: 24px;
  color: #45494E;
}
@media (max-width: 991px) {
  .cid-u7johIbw8L .mbr-section-subtitle {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u7johIbw8L .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-u7johIbw8L .mbr-text {
  margin-top: 36px;
  color: #45494E;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u7johIbw8L .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-u7johIbw8L .mbr-text {
    margin-top: 20px;
  }
}
.cid-u9gBKaOSou {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-u9gBKaOSou .mbr-section-title {
  margin-bottom: 1em;
  color: #1e2e90;
}
.cid-u9gBKaOSou .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-u9gBKaOSou .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-u9gBKaOSou .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-u9gBKaOSou .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-u9gBKaOSou .item {
  padding: 0;
}
.cid-u9gBKaOSou .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-u9gBKaOSou .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-u9gBKaOSou .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-u9gBKaOSou .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-u9gBKaOSou .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-u9gBKaOSou .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-u9gBKaOSou .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-u9gBKaOSou .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-u9gBKaOSou .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-u9gBKaOSou .item-subtitle {
  color: #c32f2f;
  opacity: 0.52em;
}
.cid-u9gBKaOSou .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-u9gBKaOSou .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-u9gBKaOSou .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-u9gBKaOSou .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9gBKaOSou .mbr-text {
  flex-grow: 1;
  color: #1e2e90;
  text-align: right;
}
.cid-u9gBKaOSou .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-u9gBKaOSou .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-ufxoJH8k5K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ufxoJH8k5K .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufxoJH8k5K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ufxoJH8k5K .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-ufxoJH8k5K .col-img {
    order: 2;
  }
}
.cid-ufxoJH8k5K .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-ufxoJH8k5K .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-ufxoJH8k5K .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-ufxoJH8k5K .col-tex {
    order: 1;
  }
}
.cid-ufxoJH8k5K .card-title {
  color: #092975;
}
.cid-ufxoJH8k5K .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-ufxoJH8k5K .mbr-section-btn {
  margin-top: 60px;
}
.cid-ufxoJH8k5K .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-u7johNUOtb {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7johNUOtb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7johNUOtb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7johNUOtb .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-u7johNUOtb .content-container {
    flex-direction: column;
  }
}
.cid-u7johNUOtb .icons-menu {
  display: flex;
}
.cid-u7johNUOtb .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-u7johNUOtb .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-u7johNUOtb .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-u7johNUOtb .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-u7johNUOtb .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-u7johNUOtb .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-u7johNUOtb .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-u7johPghfv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-u7johPghfv::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u7johPghfv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7johPghfv .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-u7johPghfv .container {
    padding: 0 22px;
  }
}
.cid-u7johPghfv .row {
  position: relative;
  z-index: 1;
}
.cid-u7johPghfv .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u7johPghfv .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u7johPghfv .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u7johPghfv .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7johPghfv .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7johPghfv .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u7johPghfv .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7johPghfv .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7johPghfv .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u7johPghfv .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7johPghfv .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u7johPghfv .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u7johPghfv .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7johPghfv .nav-wrapper .list .item-wrap:hover,
.cid-u7johPghfv .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-u7johPghfv .nav-wrapper .list .item-wrap:hover::before,
.cid-u7johPghfv .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u7johPghfv .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7johPghfv .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7johPghfv .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7johPghfv .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u7johPghfv .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u7johPghfv .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u7johPghfv .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u7johPghfv .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u7johPghfv .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-u7johPghfv .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u7johPghfv .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u7johPghfv .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7johPghfv .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7johPghfv .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7johPghfv .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7johPghfv .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u7johPghfv .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u7johPghfv .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u7johPghfv .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u7johPghfv .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u7johPghfv .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u7johPghfv .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u7johPghfv .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u7johPghfv .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u7johPghfv .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-u7johPghfv .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u7johPghfv .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-u7johPghfv .mbr-section-title {
  color: #bbc4bb;
}
.cid-u7johPghfv .mbr-text {
  color: #ffffff;
}
.cid-u7johPghfv .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-u7johPghfv .list {
  color: #ffffff;
}
.cid-u7johPghfv .mbr-contact {
  color: #ffffff;
}
.cid-u7johPghfv .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-u7pzet3QFz {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/x15-1022x730.jpg");
}
.cid-u7pzet3QFz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pzet3QFz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7pzet3QFz .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u7pzeuXaXY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7pzeuXaXY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pzeuXaXY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7pzeuXaXY .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-u7pzeuXaXY .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-u7pzeuXaXY .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-u7pzeuXaXY .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u7pzeuXaXY .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-u7pzeuXaXY .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u7pzeuXaXY .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-u7pzeuXaXY .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-u7pzeuXaXY .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-u7pzeuXaXY .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-u7pzeuXaXY .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-u7pzeuXaXY .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u7pzeuXaXY .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-u7pzeuXaXY .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-u7pzeuXaXY .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-u7pzeuXaXY .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-u7pzeuXaXY .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u7pzeuXaXY .mbr-section-title {
  color: #E0BDB6;
}
.cid-u7pzeuXaXY .mbr-section-subtitle {
  color: #747474;
}
.cid-u7pzeuXaXY .mbr-text {
  color: #747474;
}
.cid-u7pzeuXaXY .panel-title-edit {
  color: #092975;
}
.cid-u7pzeuXaXY .panel-text {
  color: #747474;
}
.cid-u7pzeuXaXY .mbr-section-title,
.cid-u7pzeuXaXY .mbr-section-btn {
  color: #092975;
}
.cid-uom17eceEP {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #45494e;
}
.cid-uom17eceEP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uom17eceEP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uom17eceEP .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uom17eceEP .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-uom17eceEP .col-img {
    order: 2;
  }
}
.cid-uom17eceEP .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uom17eceEP .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-uom17eceEP .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-uom17eceEP .col-tex {
    order: 1;
  }
}
.cid-uom17eceEP .card-title {
  color: #ffffff;
}
.cid-uom17eceEP .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-uom17eceEP .mbr-section-btn {
  margin-top: 60px;
}
.cid-uom17eceEP .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-uom17eceEP .mbr-text,
.cid-uom17eceEP .mbr-section-btn {
  color: #ffffff;
}
.cid-u7pzewMGJZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u7pzewMGJZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pzewMGJZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7pzewMGJZ .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-u7pzewMGJZ .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u7pzewMGJZ .container {
    padding: 0 25px;
  }
}
.cid-u7pzewMGJZ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7pzewMGJZ .row {
    padding-top: 45px;
  }
}
.cid-u7pzewMGJZ .item:hover .item-wrapper .item-img img,
.cid-u7pzewMGJZ .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-u7pzewMGJZ .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u7pzewMGJZ .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-u7pzewMGJZ .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-u7pzewMGJZ .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-u7pzewMGJZ .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-u7pzewMGJZ .border-wrap {
    margin-top: 45px;
  }
}
.cid-u7pzeyzDAU {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7pzeyzDAU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pzeyzDAU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7pzeyzDAU .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-u7pzeyzDAU .content-container {
    flex-direction: column;
  }
}
.cid-u7pzeyzDAU .icons-menu {
  display: flex;
}
.cid-u7pzeyzDAU .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-u7pzeyzDAU .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-u7pzeyzDAU .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-u7pzeyzDAU .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-u7pzeyzDAU .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-u7pzeyzDAU .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-u7pzeyzDAU .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-u7pzeABASX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-u7pzeABASX::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u7pzeABASX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pzeABASX .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-u7pzeABASX .container {
    padding: 0 22px;
  }
}
.cid-u7pzeABASX .row {
  position: relative;
  z-index: 1;
}
.cid-u7pzeABASX .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u7pzeABASX .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u7pzeABASX .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u7pzeABASX .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7pzeABASX .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7pzeABASX .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u7pzeABASX .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7pzeABASX .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7pzeABASX .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u7pzeABASX .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7pzeABASX .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u7pzeABASX .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u7pzeABASX .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7pzeABASX .nav-wrapper .list .item-wrap:hover,
.cid-u7pzeABASX .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-u7pzeABASX .nav-wrapper .list .item-wrap:hover::before,
.cid-u7pzeABASX .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u7pzeABASX .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7pzeABASX .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7pzeABASX .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7pzeABASX .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u7pzeABASX .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u7pzeABASX .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u7pzeABASX .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u7pzeABASX .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u7pzeABASX .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-u7pzeABASX .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u7pzeABASX .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u7pzeABASX .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7pzeABASX .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7pzeABASX .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7pzeABASX .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7pzeABASX .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u7pzeABASX .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u7pzeABASX .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u7pzeABASX .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u7pzeABASX .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u7pzeABASX .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u7pzeABASX .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u7pzeABASX .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u7pzeABASX .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u7pzeABASX .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-u7pzeABASX .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u7pzeABASX .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-u7pzeABASX .mbr-section-title {
  color: #bbc4bb;
}
.cid-u7pzeABASX .mbr-text {
  color: #ffffff;
}
.cid-u7pzeABASX .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-u7pzeABASX .list {
  color: #ffffff;
}
.cid-u7pzeABASX .mbr-contact {
  color: #ffffff;
}
.cid-u7pzeABASX .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-u7pCbx0R1w {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/5-2-691x553.png");
}
.cid-u7pCbx0R1w .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pCbx0R1w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7pCbx0R1w .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u7pCbylwzc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7pCbylwzc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pCbylwzc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7pCbylwzc .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-u7pCbylwzc .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-u7pCbylwzc .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-u7pCbylwzc .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u7pCbylwzc .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-u7pCbylwzc .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u7pCbylwzc .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-u7pCbylwzc .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-u7pCbylwzc .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-u7pCbylwzc .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-u7pCbylwzc .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-u7pCbylwzc .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u7pCbylwzc .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-u7pCbylwzc .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-u7pCbylwzc .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-u7pCbylwzc .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-u7pCbylwzc .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u7pCbylwzc .mbr-section-title {
  color: #E0BDB6;
}
.cid-u7pCbylwzc .mbr-section-subtitle {
  color: #747474;
}
.cid-u7pCbylwzc .mbr-text {
  color: #747474;
}
.cid-u7pCbylwzc .panel-title-edit {
  color: #092975;
}
.cid-u7pCbylwzc .panel-text {
  color: #747474;
}
.cid-u7pCbylwzc .mbr-section-title,
.cid-u7pCbylwzc .mbr-section-btn {
  color: #092975;
}
.cid-u7pCbzRHoI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u7pCbzRHoI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pCbzRHoI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7pCbzRHoI .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-u7pCbzRHoI .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u7pCbzRHoI .container {
    padding: 0 25px;
  }
}
.cid-u7pCbzRHoI .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7pCbzRHoI .row {
    padding-top: 45px;
  }
}
.cid-u7pCbzRHoI .item:hover .item-wrapper .item-img img,
.cid-u7pCbzRHoI .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-u7pCbzRHoI .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u7pCbzRHoI .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-u7pCbzRHoI .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-u7pCbzRHoI .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-u7pCbzRHoI .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-u7pCbzRHoI .border-wrap {
    margin-top: 45px;
  }
}
.cid-u7pCbBmiij {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7pCbBmiij .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pCbBmiij .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7pCbBmiij .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-u7pCbBmiij .content-container {
    flex-direction: column;
  }
}
.cid-u7pCbBmiij .icons-menu {
  display: flex;
}
.cid-u7pCbBmiij .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-u7pCbBmiij .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-u7pCbBmiij .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-u7pCbBmiij .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-u7pCbBmiij .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-u7pCbBmiij .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-u7pCbBmiij .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-u7pCbCNpgc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-u7pCbCNpgc::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u7pCbCNpgc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pCbCNpgc .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-u7pCbCNpgc .container {
    padding: 0 22px;
  }
}
.cid-u7pCbCNpgc .row {
  position: relative;
  z-index: 1;
}
.cid-u7pCbCNpgc .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u7pCbCNpgc .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u7pCbCNpgc .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u7pCbCNpgc .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7pCbCNpgc .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7pCbCNpgc .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u7pCbCNpgc .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7pCbCNpgc .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7pCbCNpgc .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u7pCbCNpgc .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7pCbCNpgc .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u7pCbCNpgc .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u7pCbCNpgc .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7pCbCNpgc .nav-wrapper .list .item-wrap:hover,
.cid-u7pCbCNpgc .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-u7pCbCNpgc .nav-wrapper .list .item-wrap:hover::before,
.cid-u7pCbCNpgc .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u7pCbCNpgc .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7pCbCNpgc .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7pCbCNpgc .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7pCbCNpgc .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u7pCbCNpgc .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u7pCbCNpgc .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u7pCbCNpgc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u7pCbCNpgc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u7pCbCNpgc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-u7pCbCNpgc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u7pCbCNpgc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u7pCbCNpgc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7pCbCNpgc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7pCbCNpgc .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7pCbCNpgc .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7pCbCNpgc .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u7pCbCNpgc .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u7pCbCNpgc .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u7pCbCNpgc .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u7pCbCNpgc .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u7pCbCNpgc .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u7pCbCNpgc .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u7pCbCNpgc .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u7pCbCNpgc .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u7pCbCNpgc .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-u7pCbCNpgc .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u7pCbCNpgc .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-u7pCbCNpgc .mbr-section-title {
  color: #bbc4bb;
}
.cid-u7pCbCNpgc .mbr-text {
  color: #ffffff;
}
.cid-u7pCbCNpgc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u7pCbCNpgc .list {
  color: #ffffff;
}
.cid-u7pCbCNpgc .mbr-contact {
  color: #ffffff;
}
.cid-u7pCbCNpgc .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-u7pBW7buRC {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/cleopatra-dhow-cruise-1-596x396.jpg");
}
.cid-u7pBW7buRC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pBW7buRC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7pBW7buRC .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u7pBW8vsnf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7pBW8vsnf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pBW8vsnf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7pBW8vsnf .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-u7pBW8vsnf .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-u7pBW8vsnf .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-u7pBW8vsnf .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u7pBW8vsnf .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-u7pBW8vsnf .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u7pBW8vsnf .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-u7pBW8vsnf .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-u7pBW8vsnf .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-u7pBW8vsnf .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-u7pBW8vsnf .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-u7pBW8vsnf .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u7pBW8vsnf .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-u7pBW8vsnf .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-u7pBW8vsnf .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-u7pBW8vsnf .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-u7pBW8vsnf .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u7pBW8vsnf .mbr-section-title {
  color: #E0BDB6;
}
.cid-u7pBW8vsnf .mbr-section-subtitle {
  color: #747474;
}
.cid-u7pBW8vsnf .mbr-text {
  color: #747474;
}
.cid-u7pBW8vsnf .panel-title-edit {
  color: #1e2e90;
}
.cid-u7pBW8vsnf .panel-text {
  color: #747474;
}
.cid-u7pBW8vsnf .mbr-section-title,
.cid-u7pBW8vsnf .mbr-section-btn {
  color: #1e2e90;
}
.cid-u7pBW9WYJz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u7pBW9WYJz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pBW9WYJz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7pBW9WYJz .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-u7pBW9WYJz .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u7pBW9WYJz .container {
    padding: 0 25px;
  }
}
.cid-u7pBW9WYJz .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7pBW9WYJz .row {
    padding-top: 45px;
  }
}
.cid-u7pBW9WYJz .item:hover .item-wrapper .item-img img,
.cid-u7pBW9WYJz .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-u7pBW9WYJz .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u7pBW9WYJz .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-u7pBW9WYJz .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-u7pBW9WYJz .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-u7pBW9WYJz .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-u7pBW9WYJz .border-wrap {
    margin-top: 45px;
  }
}
.cid-u7pBWbi63E {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7pBWbi63E .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pBWbi63E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7pBWbi63E .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-u7pBWbi63E .content-container {
    flex-direction: column;
  }
}
.cid-u7pBWbi63E .icons-menu {
  display: flex;
}
.cid-u7pBWbi63E .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-u7pBWbi63E .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-u7pBWbi63E .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-u7pBWbi63E .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-u7pBWbi63E .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-u7pBWbi63E .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-u7pBWbi63E .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-u7pBWcFOBk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-u7pBWcFOBk::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u7pBWcFOBk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pBWcFOBk .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-u7pBWcFOBk .container {
    padding: 0 22px;
  }
}
.cid-u7pBWcFOBk .row {
  position: relative;
  z-index: 1;
}
.cid-u7pBWcFOBk .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u7pBWcFOBk .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u7pBWcFOBk .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u7pBWcFOBk .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7pBWcFOBk .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7pBWcFOBk .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u7pBWcFOBk .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7pBWcFOBk .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7pBWcFOBk .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u7pBWcFOBk .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7pBWcFOBk .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u7pBWcFOBk .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u7pBWcFOBk .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7pBWcFOBk .nav-wrapper .list .item-wrap:hover,
.cid-u7pBWcFOBk .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-u7pBWcFOBk .nav-wrapper .list .item-wrap:hover::before,
.cid-u7pBWcFOBk .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u7pBWcFOBk .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7pBWcFOBk .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7pBWcFOBk .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7pBWcFOBk .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u7pBWcFOBk .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u7pBWcFOBk .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u7pBWcFOBk .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u7pBWcFOBk .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u7pBWcFOBk .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-u7pBWcFOBk .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u7pBWcFOBk .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u7pBWcFOBk .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7pBWcFOBk .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7pBWcFOBk .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7pBWcFOBk .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7pBWcFOBk .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u7pBWcFOBk .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u7pBWcFOBk .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u7pBWcFOBk .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u7pBWcFOBk .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u7pBWcFOBk .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u7pBWcFOBk .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u7pBWcFOBk .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u7pBWcFOBk .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u7pBWcFOBk .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-u7pBWcFOBk .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u7pBWcFOBk .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-u7pBWcFOBk .mbr-section-title {
  color: #bbc4bb;
}
.cid-u7pBWcFOBk .mbr-text {
  color: #ffffff;
}
.cid-u7pBWcFOBk .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-u7pBWcFOBk .list {
  color: #ffffff;
}
.cid-u7pBWcFOBk .mbr-contact {
  color: #ffffff;
}
.cid-u7pBWcFOBk .mbr-desc {
  color: #ffffff;
}
.cid-uo3Y4LQNTm.popup-builder {
  background-color: #ffffff;
}
.cid-uo3Y4LQNTm.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uo3Y4LQNTm.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uo3Y4LQNTm .modal-content,
.cid-uo3Y4LQNTm .modal-dialog {
  height: auto;
}
.cid-uo3Y4LQNTm .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uo3Y4LQNTm .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uo3Y4LQNTm .form-wrapper .mbr-form .form-group,
  .cid-uo3Y4LQNTm .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uo3Y4LQNTm .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uo3Y4LQNTm .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uo3Y4LQNTm .mbr-text {
  text-align: center;
}
.cid-uo3Y4LQNTm .pt-0 {
  padding-top: 0 !important;
}
.cid-uo3Y4LQNTm .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uo3Y4LQNTm .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uo3Y4LQNTm .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uo3Y4LQNTm .modal-open {
  overflow: hidden;
}
.cid-uo3Y4LQNTm .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uo3Y4LQNTm .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uo3Y4LQNTm .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uo3Y4LQNTm .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uo3Y4LQNTm .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uo3Y4LQNTm .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uo3Y4LQNTm .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uo3Y4LQNTm .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uo3Y4LQNTm .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uo3Y4LQNTm .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uo3Y4LQNTm .modal-backdrop.fade {
  opacity: 0;
}
.cid-uo3Y4LQNTm .modal-backdrop.show {
  opacity: .5;
}
.cid-uo3Y4LQNTm .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uo3Y4LQNTm .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uo3Y4LQNTm .modal-header {
    padding: 1rem;
  }
}
.cid-uo3Y4LQNTm .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uo3Y4LQNTm .modal-header .close svg {
  fill: #353535;
}
.cid-uo3Y4LQNTm .modal-header .close:hover {
  opacity: 1;
}
.cid-uo3Y4LQNTm .modal-header .close:focus {
  outline: none;
}
.cid-uo3Y4LQNTm .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uo3Y4LQNTm .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uo3Y4LQNTm .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uo3Y4LQNTm .modal-body {
    padding: 1rem;
  }
}
.cid-uo3Y4LQNTm .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uo3Y4LQNTm .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uo3Y4LQNTm .modal-footer {
    padding: 1rem;
  }
}
.cid-uo3Y4LQNTm .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uo3Y4LQNTm .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uo3Y4LQNTm .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uo3Y4LQNTm .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uo3Y4LQNTm .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uo3Y4LQNTm .modal-lg,
  .cid-uo3Y4LQNTm .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uo3Y4LQNTm .modal-xl {
    max-width: 1140px;
  }
}
.cid-uo3Y4LQNTm .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uo3Y4LQNTm .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uo3Y4LQNTm .form-group {
  margin-bottom: 1rem;
}
.cid-uo3Y4LQNTm .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uo3Y4LQNTm .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uo3Y4LQNTm .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uo3Y4LQNTm .mbr-section-btn {
  margin: 0;
}
.cid-uo3Y4LQNTm .mbr-section-btn .btn {
  margin: 0;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-u7pC3F1B4u {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/premium-1-691x460.jpg");
}
.cid-u7pC3F1B4u .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pC3F1B4u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7pC3F1B4u .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u7pC3Gq2Kf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7pC3Gq2Kf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pC3Gq2Kf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7pC3Gq2Kf .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-u7pC3Gq2Kf .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-u7pC3Gq2Kf .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-u7pC3Gq2Kf .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u7pC3Gq2Kf .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-u7pC3Gq2Kf .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u7pC3Gq2Kf .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-u7pC3Gq2Kf .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-u7pC3Gq2Kf .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-u7pC3Gq2Kf .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-u7pC3Gq2Kf .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-u7pC3Gq2Kf .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u7pC3Gq2Kf .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-u7pC3Gq2Kf .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-u7pC3Gq2Kf .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-u7pC3Gq2Kf .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-u7pC3Gq2Kf .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u7pC3Gq2Kf .mbr-section-title {
  color: #E0BDB6;
}
.cid-u7pC3Gq2Kf .mbr-section-subtitle {
  color: #747474;
}
.cid-u7pC3Gq2Kf .mbr-text {
  color: #747474;
}
.cid-u7pC3Gq2Kf .panel-title-edit {
  color: #1e2e90;
}
.cid-u7pC3Gq2Kf .panel-text {
  color: #747474;
}
.cid-u7pC3Gq2Kf .mbr-section-title,
.cid-u7pC3Gq2Kf .mbr-section-btn {
  color: #092975;
}
.cid-uohPcCv9NP {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #45494e;
}
.cid-uohPcCv9NP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uohPcCv9NP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uohPcCv9NP .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uohPcCv9NP .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-uohPcCv9NP .col-img {
    order: 2;
  }
}
.cid-uohPcCv9NP .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uohPcCv9NP .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-uohPcCv9NP .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-uohPcCv9NP .col-tex {
    order: 1;
  }
}
.cid-uohPcCv9NP .card-title {
  color: #ffffff;
}
.cid-uohPcCv9NP .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-uohPcCv9NP .mbr-section-btn {
  margin-top: 60px;
}
.cid-uohPcCv9NP .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-uohPcCv9NP .mbr-text,
.cid-uohPcCv9NP .mbr-section-btn {
  color: #ffffff;
}
.cid-u7pC3I3I4I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u7pC3I3I4I .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pC3I3I4I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7pC3I3I4I .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-u7pC3I3I4I .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u7pC3I3I4I .container {
    padding: 0 25px;
  }
}
.cid-u7pC3I3I4I .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7pC3I3I4I .row {
    padding-top: 45px;
  }
}
.cid-u7pC3I3I4I .item:hover .item-wrapper .item-img img,
.cid-u7pC3I3I4I .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-u7pC3I3I4I .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u7pC3I3I4I .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-u7pC3I3I4I .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-u7pC3I3I4I .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-u7pC3I3I4I .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-u7pC3I3I4I .border-wrap {
    margin-top: 45px;
  }
}
.cid-u7pC3JuOU6 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7pC3JuOU6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pC3JuOU6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7pC3JuOU6 .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-u7pC3JuOU6 .content-container {
    flex-direction: column;
  }
}
.cid-u7pC3JuOU6 .icons-menu {
  display: flex;
}
.cid-u7pC3JuOU6 .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-u7pC3JuOU6 .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-u7pC3JuOU6 .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-u7pC3JuOU6 .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-u7pC3JuOU6 .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-u7pC3JuOU6 .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-u7pC3JuOU6 .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-u7pC3KYtPP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-u7pC3KYtPP::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u7pC3KYtPP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pC3KYtPP .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-u7pC3KYtPP .container {
    padding: 0 22px;
  }
}
.cid-u7pC3KYtPP .row {
  position: relative;
  z-index: 1;
}
.cid-u7pC3KYtPP .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u7pC3KYtPP .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u7pC3KYtPP .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u7pC3KYtPP .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7pC3KYtPP .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7pC3KYtPP .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u7pC3KYtPP .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7pC3KYtPP .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7pC3KYtPP .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u7pC3KYtPP .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7pC3KYtPP .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u7pC3KYtPP .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u7pC3KYtPP .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7pC3KYtPP .nav-wrapper .list .item-wrap:hover,
.cid-u7pC3KYtPP .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-u7pC3KYtPP .nav-wrapper .list .item-wrap:hover::before,
.cid-u7pC3KYtPP .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u7pC3KYtPP .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7pC3KYtPP .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7pC3KYtPP .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7pC3KYtPP .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u7pC3KYtPP .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u7pC3KYtPP .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u7pC3KYtPP .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u7pC3KYtPP .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u7pC3KYtPP .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-u7pC3KYtPP .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u7pC3KYtPP .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u7pC3KYtPP .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7pC3KYtPP .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7pC3KYtPP .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7pC3KYtPP .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7pC3KYtPP .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u7pC3KYtPP .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u7pC3KYtPP .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u7pC3KYtPP .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u7pC3KYtPP .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u7pC3KYtPP .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u7pC3KYtPP .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u7pC3KYtPP .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u7pC3KYtPP .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u7pC3KYtPP .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-u7pC3KYtPP .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u7pC3KYtPP .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-u7pC3KYtPP .mbr-section-title {
  color: #bbc4bb;
}
.cid-u7pC3KYtPP .mbr-text {
  color: #ffffff;
}
.cid-u7pC3KYtPP .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-u7pC3KYtPP .list {
  color: #ffffff;
}
.cid-u7pC3KYtPP .mbr-contact {
  color: #ffffff;
}
.cid-u7pC3KYtPP .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-u7pCfwvlhD {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/canal-package-3-670x446.jpg");
}
.cid-u7pCfwvlhD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pCfwvlhD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7pCfwvlhD .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u7pCfy8wkE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7pCfy8wkE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pCfy8wkE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7pCfy8wkE .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-u7pCfy8wkE .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-u7pCfy8wkE .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-u7pCfy8wkE .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u7pCfy8wkE .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-u7pCfy8wkE .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u7pCfy8wkE .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-u7pCfy8wkE .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-u7pCfy8wkE .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-u7pCfy8wkE .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-u7pCfy8wkE .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-u7pCfy8wkE .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u7pCfy8wkE .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-u7pCfy8wkE .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-u7pCfy8wkE .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-u7pCfy8wkE .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-u7pCfy8wkE .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u7pCfy8wkE .mbr-section-title {
  color: #E0BDB6;
}
.cid-u7pCfy8wkE .mbr-section-subtitle {
  color: #747474;
}
.cid-u7pCfy8wkE .mbr-text {
  color: #747474;
}
.cid-u7pCfy8wkE .panel-title-edit {
  color: #092975;
}
.cid-u7pCfy8wkE .panel-text {
  color: #747474;
}
.cid-u7pCfy8wkE .mbr-section-title,
.cid-u7pCfy8wkE .mbr-section-btn {
  color: #092975;
}
.cid-u7pCfzLu1k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u7pCfzLu1k .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pCfzLu1k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7pCfzLu1k .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-u7pCfzLu1k .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u7pCfzLu1k .container {
    padding: 0 25px;
  }
}
.cid-u7pCfzLu1k .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7pCfzLu1k .row {
    padding-top: 45px;
  }
}
.cid-u7pCfzLu1k .item:hover .item-wrapper .item-img img,
.cid-u7pCfzLu1k .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-u7pCfzLu1k .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u7pCfzLu1k .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-u7pCfzLu1k .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-u7pCfzLu1k .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-u7pCfzLu1k .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-u7pCfzLu1k .border-wrap {
    margin-top: 45px;
  }
}
.cid-u7pCfBdpQV {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7pCfBdpQV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pCfBdpQV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7pCfBdpQV .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-u7pCfBdpQV .content-container {
    flex-direction: column;
  }
}
.cid-u7pCfBdpQV .icons-menu {
  display: flex;
}
.cid-u7pCfBdpQV .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-u7pCfBdpQV .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-u7pCfBdpQV .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-u7pCfBdpQV .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-u7pCfBdpQV .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-u7pCfBdpQV .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-u7pCfBdpQV .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-u7pCfCPrWA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-u7pCfCPrWA::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u7pCfCPrWA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pCfCPrWA .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-u7pCfCPrWA .container {
    padding: 0 22px;
  }
}
.cid-u7pCfCPrWA .row {
  position: relative;
  z-index: 1;
}
.cid-u7pCfCPrWA .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u7pCfCPrWA .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u7pCfCPrWA .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u7pCfCPrWA .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7pCfCPrWA .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7pCfCPrWA .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u7pCfCPrWA .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7pCfCPrWA .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7pCfCPrWA .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u7pCfCPrWA .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7pCfCPrWA .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u7pCfCPrWA .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u7pCfCPrWA .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7pCfCPrWA .nav-wrapper .list .item-wrap:hover,
.cid-u7pCfCPrWA .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-u7pCfCPrWA .nav-wrapper .list .item-wrap:hover::before,
.cid-u7pCfCPrWA .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u7pCfCPrWA .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7pCfCPrWA .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7pCfCPrWA .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7pCfCPrWA .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u7pCfCPrWA .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u7pCfCPrWA .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u7pCfCPrWA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u7pCfCPrWA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u7pCfCPrWA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-u7pCfCPrWA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u7pCfCPrWA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u7pCfCPrWA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7pCfCPrWA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7pCfCPrWA .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7pCfCPrWA .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7pCfCPrWA .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u7pCfCPrWA .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u7pCfCPrWA .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u7pCfCPrWA .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u7pCfCPrWA .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u7pCfCPrWA .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u7pCfCPrWA .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u7pCfCPrWA .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u7pCfCPrWA .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u7pCfCPrWA .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-u7pCfCPrWA .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u7pCfCPrWA .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-u7pCfCPrWA .mbr-section-title {
  color: #bbc4bb;
}
.cid-u7pCfCPrWA .mbr-text {
  color: #ffffff;
}
.cid-u7pCfCPrWA .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-u7pCfCPrWA .list {
  color: #ffffff;
}
.cid-u7pCfCPrWA .mbr-contact {
  color: #ffffff;
}
.cid-u7pCfCPrWA .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-u7pCiQT5tL {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/al-faris-dinner-800x800.jpg");
}
.cid-u7pCiQT5tL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pCiQT5tL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7pCiQT5tL .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u7pCiSmAGE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7pCiSmAGE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pCiSmAGE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7pCiSmAGE .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-u7pCiSmAGE .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-u7pCiSmAGE .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-u7pCiSmAGE .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u7pCiSmAGE .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-u7pCiSmAGE .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u7pCiSmAGE .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-u7pCiSmAGE .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-u7pCiSmAGE .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-u7pCiSmAGE .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-u7pCiSmAGE .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-u7pCiSmAGE .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u7pCiSmAGE .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-u7pCiSmAGE .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-u7pCiSmAGE .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-u7pCiSmAGE .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-u7pCiSmAGE .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u7pCiSmAGE .mbr-section-title {
  color: #E0BDB6;
}
.cid-u7pCiSmAGE .mbr-section-subtitle {
  color: #747474;
}
.cid-u7pCiSmAGE .mbr-text {
  color: #747474;
}
.cid-u7pCiSmAGE .panel-title-edit {
  color: #092975;
}
.cid-u7pCiSmAGE .panel-text {
  color: #747474;
}
.cid-u7pCiSmAGE .mbr-section-title,
.cid-u7pCiSmAGE .mbr-section-btn {
  color: #092975;
}
.cid-u7pCiU5KOp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u7pCiU5KOp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pCiU5KOp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7pCiU5KOp .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-u7pCiU5KOp .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u7pCiU5KOp .container {
    padding: 0 25px;
  }
}
.cid-u7pCiU5KOp .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7pCiU5KOp .row {
    padding-top: 45px;
  }
}
.cid-u7pCiU5KOp .item:hover .item-wrapper .item-img img,
.cid-u7pCiU5KOp .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-u7pCiU5KOp .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u7pCiU5KOp .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-u7pCiU5KOp .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-u7pCiU5KOp .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-u7pCiU5KOp .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-u7pCiU5KOp .border-wrap {
    margin-top: 45px;
  }
}
.cid-u7pCiVDy5L {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7pCiVDy5L .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pCiVDy5L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7pCiVDy5L .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-u7pCiVDy5L .content-container {
    flex-direction: column;
  }
}
.cid-u7pCiVDy5L .icons-menu {
  display: flex;
}
.cid-u7pCiVDy5L .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-u7pCiVDy5L .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-u7pCiVDy5L .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-u7pCiVDy5L .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-u7pCiVDy5L .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-u7pCiVDy5L .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-u7pCiVDy5L .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-u7pCiXeCe1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-u7pCiXeCe1::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u7pCiXeCe1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pCiXeCe1 .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-u7pCiXeCe1 .container {
    padding: 0 22px;
  }
}
.cid-u7pCiXeCe1 .row {
  position: relative;
  z-index: 1;
}
.cid-u7pCiXeCe1 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u7pCiXeCe1 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u7pCiXeCe1 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u7pCiXeCe1 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7pCiXeCe1 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7pCiXeCe1 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u7pCiXeCe1 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7pCiXeCe1 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7pCiXeCe1 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u7pCiXeCe1 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7pCiXeCe1 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u7pCiXeCe1 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u7pCiXeCe1 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7pCiXeCe1 .nav-wrapper .list .item-wrap:hover,
.cid-u7pCiXeCe1 .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-u7pCiXeCe1 .nav-wrapper .list .item-wrap:hover::before,
.cid-u7pCiXeCe1 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u7pCiXeCe1 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7pCiXeCe1 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7pCiXeCe1 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7pCiXeCe1 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u7pCiXeCe1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u7pCiXeCe1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u7pCiXeCe1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u7pCiXeCe1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u7pCiXeCe1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-u7pCiXeCe1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u7pCiXeCe1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u7pCiXeCe1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7pCiXeCe1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7pCiXeCe1 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7pCiXeCe1 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7pCiXeCe1 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u7pCiXeCe1 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u7pCiXeCe1 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u7pCiXeCe1 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u7pCiXeCe1 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u7pCiXeCe1 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u7pCiXeCe1 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u7pCiXeCe1 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u7pCiXeCe1 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u7pCiXeCe1 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-u7pCiXeCe1 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u7pCiXeCe1 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-u7pCiXeCe1 .mbr-section-title {
  color: #bbc4bb;
}
.cid-u7pCiXeCe1 .mbr-text {
  color: #ffffff;
}
.cid-u7pCiXeCe1 .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-u7pCiXeCe1 .list {
  color: #ffffff;
}
.cid-u7pCiXeCe1 .mbr-contact {
  color: #ffffff;
}
.cid-u7pCiXeCe1 .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-u7pCqhwZQa {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/luxury1-canal-1600x1200.jpg");
}
.cid-u7pCqhwZQa .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pCqhwZQa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7pCqhwZQa .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u7pCqiWRPR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7pCqiWRPR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pCqiWRPR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7pCqiWRPR .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-u7pCqiWRPR .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-u7pCqiWRPR .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-u7pCqiWRPR .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u7pCqiWRPR .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-u7pCqiWRPR .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u7pCqiWRPR .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-u7pCqiWRPR .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-u7pCqiWRPR .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-u7pCqiWRPR .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-u7pCqiWRPR .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-u7pCqiWRPR .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u7pCqiWRPR .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-u7pCqiWRPR .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-u7pCqiWRPR .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-u7pCqiWRPR .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-u7pCqiWRPR .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u7pCqiWRPR .mbr-section-title {
  color: #E0BDB6;
}
.cid-u7pCqiWRPR .mbr-section-subtitle {
  color: #747474;
}
.cid-u7pCqiWRPR .mbr-text {
  color: #747474;
}
.cid-u7pCqiWRPR .panel-title-edit {
  color: #092975;
}
.cid-u7pCqiWRPR .panel-text {
  color: #747474;
}
.cid-u7pCqiWRPR .mbr-section-title,
.cid-u7pCqiWRPR .mbr-section-btn {
  color: #092975;
}
.cid-u7pCqkqj7G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u7pCqkqj7G .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pCqkqj7G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7pCqkqj7G .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-u7pCqkqj7G .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u7pCqkqj7G .container {
    padding: 0 25px;
  }
}
.cid-u7pCqkqj7G .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7pCqkqj7G .row {
    padding-top: 45px;
  }
}
.cid-u7pCqkqj7G .item:hover .item-wrapper .item-img img,
.cid-u7pCqkqj7G .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-u7pCqkqj7G .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u7pCqkqj7G .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-u7pCqkqj7G .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-u7pCqkqj7G .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-u7pCqkqj7G .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-u7pCqkqj7G .border-wrap {
    margin-top: 45px;
  }
}
.cid-u7pCqlYte3 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7pCqlYte3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pCqlYte3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7pCqlYte3 .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-u7pCqlYte3 .content-container {
    flex-direction: column;
  }
}
.cid-u7pCqlYte3 .icons-menu {
  display: flex;
}
.cid-u7pCqlYte3 .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-u7pCqlYte3 .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-u7pCqlYte3 .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-u7pCqlYte3 .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-u7pCqlYte3 .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-u7pCqlYte3 .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-u7pCqlYte3 .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-u7pCqnpWjp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-u7pCqnpWjp::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u7pCqnpWjp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pCqnpWjp .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-u7pCqnpWjp .container {
    padding: 0 22px;
  }
}
.cid-u7pCqnpWjp .row {
  position: relative;
  z-index: 1;
}
.cid-u7pCqnpWjp .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u7pCqnpWjp .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u7pCqnpWjp .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u7pCqnpWjp .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7pCqnpWjp .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7pCqnpWjp .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u7pCqnpWjp .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7pCqnpWjp .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7pCqnpWjp .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u7pCqnpWjp .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7pCqnpWjp .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u7pCqnpWjp .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u7pCqnpWjp .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7pCqnpWjp .nav-wrapper .list .item-wrap:hover,
.cid-u7pCqnpWjp .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-u7pCqnpWjp .nav-wrapper .list .item-wrap:hover::before,
.cid-u7pCqnpWjp .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u7pCqnpWjp .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7pCqnpWjp .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7pCqnpWjp .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7pCqnpWjp .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u7pCqnpWjp .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u7pCqnpWjp .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u7pCqnpWjp .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u7pCqnpWjp .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u7pCqnpWjp .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-u7pCqnpWjp .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u7pCqnpWjp .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u7pCqnpWjp .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7pCqnpWjp .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7pCqnpWjp .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7pCqnpWjp .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7pCqnpWjp .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u7pCqnpWjp .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u7pCqnpWjp .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u7pCqnpWjp .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u7pCqnpWjp .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u7pCqnpWjp .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u7pCqnpWjp .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u7pCqnpWjp .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u7pCqnpWjp .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u7pCqnpWjp .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-u7pCqnpWjp .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u7pCqnpWjp .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-u7pCqnpWjp .mbr-section-title {
  color: #bbc4bb;
}
.cid-u7pCqnpWjp .mbr-text {
  color: #ffffff;
}
.cid-u7pCqnpWjp .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-u7pCqnpWjp .list {
  color: #ffffff;
}
.cid-u7pCqnpWjp .mbr-contact {
  color: #ffffff;
}
.cid-u7pCqnpWjp .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-u7pBROIVax {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/rustar-9-600x393.jpeg");
}
.cid-u7pBROIVax .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pBROIVax .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7pBROIVax .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u7pBRQ4gVR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7pBRQ4gVR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pBRQ4gVR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7pBRQ4gVR .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-u7pBRQ4gVR .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-u7pBRQ4gVR .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-u7pBRQ4gVR .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u7pBRQ4gVR .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-u7pBRQ4gVR .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u7pBRQ4gVR .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-u7pBRQ4gVR .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-u7pBRQ4gVR .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-u7pBRQ4gVR .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-u7pBRQ4gVR .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-u7pBRQ4gVR .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u7pBRQ4gVR .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-u7pBRQ4gVR .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-u7pBRQ4gVR .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-u7pBRQ4gVR .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-u7pBRQ4gVR .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u7pBRQ4gVR .mbr-section-title {
  color: #E0BDB6;
}
.cid-u7pBRQ4gVR .mbr-section-subtitle {
  color: #747474;
}
.cid-u7pBRQ4gVR .mbr-text {
  color: #747474;
}
.cid-u7pBRQ4gVR .panel-title-edit {
  color: #1e2e90;
}
.cid-u7pBRQ4gVR .panel-text {
  color: #747474;
}
.cid-u7pBRQ4gVR .mbr-section-title,
.cid-u7pBRQ4gVR .mbr-section-btn {
  color: #1e2e90;
}
.cid-uohOPDzyxl {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #45494e;
}
.cid-uohOPDzyxl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uohOPDzyxl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uohOPDzyxl .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uohOPDzyxl .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-uohOPDzyxl .col-img {
    order: 2;
  }
}
.cid-uohOPDzyxl .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uohOPDzyxl .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-uohOPDzyxl .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-uohOPDzyxl .col-tex {
    order: 1;
  }
}
.cid-uohOPDzyxl .card-title {
  color: #ffffff;
}
.cid-uohOPDzyxl .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-uohOPDzyxl .mbr-section-btn {
  margin-top: 60px;
}
.cid-uohOPDzyxl .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-uohOPDzyxl .mbr-text,
.cid-uohOPDzyxl .mbr-section-btn {
  color: #ffffff;
}
.cid-u7pBRRDy9c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u7pBRRDy9c .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pBRRDy9c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7pBRRDy9c .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-u7pBRRDy9c .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u7pBRRDy9c .container {
    padding: 0 25px;
  }
}
.cid-u7pBRRDy9c .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7pBRRDy9c .row {
    padding-top: 45px;
  }
}
.cid-u7pBRRDy9c .item:hover .item-wrapper .item-img img,
.cid-u7pBRRDy9c .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-u7pBRRDy9c .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u7pBRRDy9c .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-u7pBRRDy9c .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-u7pBRRDy9c .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-u7pBRRDy9c .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-u7pBRRDy9c .border-wrap {
    margin-top: 45px;
  }
}
.cid-u7pBRT5qfe {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7pBRT5qfe .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pBRT5qfe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7pBRT5qfe .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-u7pBRT5qfe .content-container {
    flex-direction: column;
  }
}
.cid-u7pBRT5qfe .icons-menu {
  display: flex;
}
.cid-u7pBRT5qfe .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-u7pBRT5qfe .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-u7pBRT5qfe .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-u7pBRT5qfe .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-u7pBRT5qfe .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-u7pBRT5qfe .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-u7pBRT5qfe .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-u7pBRUAseK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-u7pBRUAseK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u7pBRUAseK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pBRUAseK .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-u7pBRUAseK .container {
    padding: 0 22px;
  }
}
.cid-u7pBRUAseK .row {
  position: relative;
  z-index: 1;
}
.cid-u7pBRUAseK .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u7pBRUAseK .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u7pBRUAseK .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u7pBRUAseK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7pBRUAseK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7pBRUAseK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u7pBRUAseK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7pBRUAseK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7pBRUAseK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u7pBRUAseK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7pBRUAseK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u7pBRUAseK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u7pBRUAseK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7pBRUAseK .nav-wrapper .list .item-wrap:hover,
.cid-u7pBRUAseK .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-u7pBRUAseK .nav-wrapper .list .item-wrap:hover::before,
.cid-u7pBRUAseK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u7pBRUAseK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7pBRUAseK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7pBRUAseK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7pBRUAseK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u7pBRUAseK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u7pBRUAseK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u7pBRUAseK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u7pBRUAseK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u7pBRUAseK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-u7pBRUAseK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u7pBRUAseK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u7pBRUAseK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7pBRUAseK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7pBRUAseK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7pBRUAseK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7pBRUAseK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u7pBRUAseK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u7pBRUAseK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u7pBRUAseK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u7pBRUAseK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u7pBRUAseK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u7pBRUAseK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u7pBRUAseK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u7pBRUAseK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u7pBRUAseK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-u7pBRUAseK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u7pBRUAseK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-u7pBRUAseK .mbr-section-title {
  color: #bbc4bb;
}
.cid-u7pBRUAseK .mbr-text {
  color: #ffffff;
}
.cid-u7pBRUAseK .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-u7pBRUAseK .list {
  color: #ffffff;
}
.cid-u7pBRUAseK .mbr-contact {
  color: #ffffff;
}
.cid-u7pBRUAseK .mbr-desc {
  color: #ffffff;
}
.cid-uo3XTa8DRD.popup-builder {
  background-color: #ffffff;
}
.cid-uo3XTa8DRD.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uo3XTa8DRD.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uo3XTa8DRD .modal-content,
.cid-uo3XTa8DRD .modal-dialog {
  height: auto;
}
.cid-uo3XTa8DRD .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uo3XTa8DRD .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uo3XTa8DRD .form-wrapper .mbr-form .form-group,
  .cid-uo3XTa8DRD .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uo3XTa8DRD .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uo3XTa8DRD .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uo3XTa8DRD .mbr-text {
  text-align: center;
}
.cid-uo3XTa8DRD .pt-0 {
  padding-top: 0 !important;
}
.cid-uo3XTa8DRD .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uo3XTa8DRD .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uo3XTa8DRD .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uo3XTa8DRD .modal-open {
  overflow: hidden;
}
.cid-uo3XTa8DRD .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uo3XTa8DRD .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uo3XTa8DRD .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uo3XTa8DRD .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uo3XTa8DRD .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uo3XTa8DRD .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uo3XTa8DRD .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uo3XTa8DRD .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uo3XTa8DRD .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uo3XTa8DRD .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uo3XTa8DRD .modal-backdrop.fade {
  opacity: 0;
}
.cid-uo3XTa8DRD .modal-backdrop.show {
  opacity: .5;
}
.cid-uo3XTa8DRD .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uo3XTa8DRD .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uo3XTa8DRD .modal-header {
    padding: 1rem;
  }
}
.cid-uo3XTa8DRD .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uo3XTa8DRD .modal-header .close svg {
  fill: #353535;
}
.cid-uo3XTa8DRD .modal-header .close:hover {
  opacity: 1;
}
.cid-uo3XTa8DRD .modal-header .close:focus {
  outline: none;
}
.cid-uo3XTa8DRD .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uo3XTa8DRD .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uo3XTa8DRD .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uo3XTa8DRD .modal-body {
    padding: 1rem;
  }
}
.cid-uo3XTa8DRD .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uo3XTa8DRD .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uo3XTa8DRD .modal-footer {
    padding: 1rem;
  }
}
.cid-uo3XTa8DRD .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uo3XTa8DRD .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uo3XTa8DRD .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uo3XTa8DRD .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uo3XTa8DRD .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uo3XTa8DRD .modal-lg,
  .cid-uo3XTa8DRD .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uo3XTa8DRD .modal-xl {
    max-width: 1140px;
  }
}
.cid-uo3XTa8DRD .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uo3XTa8DRD .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uo3XTa8DRD .form-group {
  margin-bottom: 1rem;
}
.cid-uo3XTa8DRD .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uo3XTa8DRD .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uo3XTa8DRD .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uo3XTa8DRD .mbr-section-btn {
  margin: 0;
}
.cid-uo3XTa8DRD .mbr-section-btn .btn {
  margin: 0;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-u7pDbe03is {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/cleopatra-3-576x470.jpeg");
}
.cid-u7pDbe03is .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pDbe03is .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7pDbe03is .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u7pDbfI0y3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7pDbfI0y3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pDbfI0y3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7pDbfI0y3 .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-u7pDbfI0y3 .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-u7pDbfI0y3 .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-u7pDbfI0y3 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u7pDbfI0y3 .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-u7pDbfI0y3 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u7pDbfI0y3 .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-u7pDbfI0y3 .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-u7pDbfI0y3 .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-u7pDbfI0y3 .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-u7pDbfI0y3 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-u7pDbfI0y3 .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u7pDbfI0y3 .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-u7pDbfI0y3 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-u7pDbfI0y3 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-u7pDbfI0y3 .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-u7pDbfI0y3 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u7pDbfI0y3 .mbr-section-title {
  color: #E0BDB6;
}
.cid-u7pDbfI0y3 .mbr-section-subtitle {
  color: #747474;
}
.cid-u7pDbfI0y3 .mbr-text {
  color: #747474;
}
.cid-u7pDbfI0y3 .panel-title-edit {
  color: #1e2e90;
}
.cid-u7pDbfI0y3 .panel-text {
  color: #747474;
}
.cid-u7pDbfI0y3 .mbr-section-title,
.cid-u7pDbfI0y3 .mbr-section-btn {
  color: #092975;
}
.cid-u7pDbhwG4H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u7pDbhwG4H .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pDbhwG4H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7pDbhwG4H .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-u7pDbhwG4H .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u7pDbhwG4H .container {
    padding: 0 25px;
  }
}
.cid-u7pDbhwG4H .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7pDbhwG4H .row {
    padding-top: 45px;
  }
}
.cid-u7pDbhwG4H .item:hover .item-wrapper .item-img img,
.cid-u7pDbhwG4H .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-u7pDbhwG4H .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u7pDbhwG4H .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-u7pDbhwG4H .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-u7pDbhwG4H .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-u7pDbhwG4H .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-u7pDbhwG4H .border-wrap {
    margin-top: 45px;
  }
}
.cid-u7pDbjkMBe {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7pDbjkMBe .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pDbjkMBe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7pDbjkMBe .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-u7pDbjkMBe .content-container {
    flex-direction: column;
  }
}
.cid-u7pDbjkMBe .icons-menu {
  display: flex;
}
.cid-u7pDbjkMBe .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-u7pDbjkMBe .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-u7pDbjkMBe .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-u7pDbjkMBe .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-u7pDbjkMBe .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-u7pDbjkMBe .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-u7pDbjkMBe .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-u7pDbl6j6V {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-u7pDbl6j6V::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u7pDbl6j6V .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pDbl6j6V .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-u7pDbl6j6V .container {
    padding: 0 22px;
  }
}
.cid-u7pDbl6j6V .row {
  position: relative;
  z-index: 1;
}
.cid-u7pDbl6j6V .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u7pDbl6j6V .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u7pDbl6j6V .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u7pDbl6j6V .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7pDbl6j6V .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7pDbl6j6V .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u7pDbl6j6V .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7pDbl6j6V .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7pDbl6j6V .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u7pDbl6j6V .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7pDbl6j6V .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u7pDbl6j6V .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u7pDbl6j6V .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7pDbl6j6V .nav-wrapper .list .item-wrap:hover,
.cid-u7pDbl6j6V .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-u7pDbl6j6V .nav-wrapper .list .item-wrap:hover::before,
.cid-u7pDbl6j6V .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u7pDbl6j6V .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7pDbl6j6V .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7pDbl6j6V .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7pDbl6j6V .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u7pDbl6j6V .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u7pDbl6j6V .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u7pDbl6j6V .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u7pDbl6j6V .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u7pDbl6j6V .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-u7pDbl6j6V .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u7pDbl6j6V .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u7pDbl6j6V .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7pDbl6j6V .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7pDbl6j6V .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7pDbl6j6V .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7pDbl6j6V .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u7pDbl6j6V .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u7pDbl6j6V .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u7pDbl6j6V .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u7pDbl6j6V .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u7pDbl6j6V .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u7pDbl6j6V .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u7pDbl6j6V .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u7pDbl6j6V .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u7pDbl6j6V .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-u7pDbl6j6V .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u7pDbl6j6V .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-u7pDbl6j6V .mbr-section-title {
  color: #bbc4bb;
}
.cid-u7pDbl6j6V .mbr-text {
  color: #ffffff;
}
.cid-u7pDbl6j6V .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-u7pDbl6j6V .list {
  color: #ffffff;
}
.cid-u7pDbl6j6V .mbr-contact {
  color: #ffffff;
}
.cid-u7pDbl6j6V .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-u7pCXvtV5X {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/dinner-cruise-creek-691x461.jpg");
}
.cid-u7pCXvtV5X .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pCXvtV5X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7pCXvtV5X .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u7pCXwNv5k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7pCXwNv5k .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pCXwNv5k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7pCXwNv5k .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-u7pCXwNv5k .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-u7pCXwNv5k .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-u7pCXwNv5k .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u7pCXwNv5k .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-u7pCXwNv5k .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u7pCXwNv5k .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-u7pCXwNv5k .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-u7pCXwNv5k .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-u7pCXwNv5k .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-u7pCXwNv5k .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-u7pCXwNv5k .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u7pCXwNv5k .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-u7pCXwNv5k .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-u7pCXwNv5k .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-u7pCXwNv5k .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-u7pCXwNv5k .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u7pCXwNv5k .mbr-section-title {
  color: #E0BDB6;
}
.cid-u7pCXwNv5k .mbr-section-subtitle {
  color: #747474;
}
.cid-u7pCXwNv5k .mbr-text {
  color: #747474;
}
.cid-u7pCXwNv5k .panel-title-edit {
  color: #1e2e90;
}
.cid-u7pCXwNv5k .panel-text {
  color: #747474;
}
.cid-u7pCXwNv5k .mbr-section-title,
.cid-u7pCXwNv5k .mbr-section-btn {
  color: #1e2e90;
}
.cid-u7pCXyly31 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u7pCXyly31 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pCXyly31 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7pCXyly31 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-u7pCXyly31 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u7pCXyly31 .container {
    padding: 0 25px;
  }
}
.cid-u7pCXyly31 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7pCXyly31 .row {
    padding-top: 45px;
  }
}
.cid-u7pCXyly31 .item:hover .item-wrapper .item-img img,
.cid-u7pCXyly31 .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-u7pCXyly31 .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u7pCXyly31 .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-u7pCXyly31 .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-u7pCXyly31 .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-u7pCXyly31 .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-u7pCXyly31 .border-wrap {
    margin-top: 45px;
  }
}
.cid-u7pCXzKhqN {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7pCXzKhqN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pCXzKhqN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7pCXzKhqN .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-u7pCXzKhqN .content-container {
    flex-direction: column;
  }
}
.cid-u7pCXzKhqN .icons-menu {
  display: flex;
}
.cid-u7pCXzKhqN .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-u7pCXzKhqN .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-u7pCXzKhqN .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-u7pCXzKhqN .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-u7pCXzKhqN .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-u7pCXzKhqN .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-u7pCXzKhqN .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-u7pCXBeshQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-u7pCXBeshQ::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u7pCXBeshQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pCXBeshQ .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-u7pCXBeshQ .container {
    padding: 0 22px;
  }
}
.cid-u7pCXBeshQ .row {
  position: relative;
  z-index: 1;
}
.cid-u7pCXBeshQ .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u7pCXBeshQ .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u7pCXBeshQ .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u7pCXBeshQ .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7pCXBeshQ .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7pCXBeshQ .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u7pCXBeshQ .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7pCXBeshQ .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7pCXBeshQ .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u7pCXBeshQ .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7pCXBeshQ .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u7pCXBeshQ .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u7pCXBeshQ .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7pCXBeshQ .nav-wrapper .list .item-wrap:hover,
.cid-u7pCXBeshQ .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-u7pCXBeshQ .nav-wrapper .list .item-wrap:hover::before,
.cid-u7pCXBeshQ .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u7pCXBeshQ .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7pCXBeshQ .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7pCXBeshQ .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7pCXBeshQ .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u7pCXBeshQ .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u7pCXBeshQ .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u7pCXBeshQ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u7pCXBeshQ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u7pCXBeshQ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-u7pCXBeshQ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u7pCXBeshQ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u7pCXBeshQ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7pCXBeshQ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7pCXBeshQ .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7pCXBeshQ .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7pCXBeshQ .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u7pCXBeshQ .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u7pCXBeshQ .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u7pCXBeshQ .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u7pCXBeshQ .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u7pCXBeshQ .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u7pCXBeshQ .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u7pCXBeshQ .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u7pCXBeshQ .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u7pCXBeshQ .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-u7pCXBeshQ .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u7pCXBeshQ .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-u7pCXBeshQ .mbr-section-title {
  color: #bbc4bb;
}
.cid-u7pCXBeshQ .mbr-text {
  color: #ffffff;
}
.cid-u7pCXBeshQ .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-u7pCXBeshQ .list {
  color: #ffffff;
}
.cid-u7pCXBeshQ .mbr-contact {
  color: #ffffff;
}
.cid-u7pCXBeshQ .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-u7pBYTledn {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/marina-cruise-gold-2-1280x793.jpg");
}
.cid-u7pBYTledn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pBYTledn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7pBYTledn .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u7pBYV6PR8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7pBYV6PR8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pBYV6PR8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7pBYV6PR8 .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-u7pBYV6PR8 .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-u7pBYV6PR8 .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-u7pBYV6PR8 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u7pBYV6PR8 .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-u7pBYV6PR8 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u7pBYV6PR8 .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-u7pBYV6PR8 .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-u7pBYV6PR8 .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-u7pBYV6PR8 .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-u7pBYV6PR8 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-u7pBYV6PR8 .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u7pBYV6PR8 .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-u7pBYV6PR8 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-u7pBYV6PR8 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-u7pBYV6PR8 .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-u7pBYV6PR8 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u7pBYV6PR8 .mbr-section-title {
  color: #E0BDB6;
}
.cid-u7pBYV6PR8 .mbr-section-subtitle {
  color: #747474;
}
.cid-u7pBYV6PR8 .mbr-text {
  color: #747474;
}
.cid-u7pBYV6PR8 .panel-title-edit {
  color: #092975;
}
.cid-u7pBYV6PR8 .panel-text {
  color: #747474;
}
.cid-u7pBYV6PR8 .mbr-section-title,
.cid-u7pBYV6PR8 .mbr-section-btn {
  color: #092975;
}
.cid-u7pBYWR4Sb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u7pBYWR4Sb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pBYWR4Sb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7pBYWR4Sb .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-u7pBYWR4Sb .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u7pBYWR4Sb .container {
    padding: 0 25px;
  }
}
.cid-u7pBYWR4Sb .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7pBYWR4Sb .row {
    padding-top: 45px;
  }
}
.cid-u7pBYWR4Sb .item:hover .item-wrapper .item-img img,
.cid-u7pBYWR4Sb .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-u7pBYWR4Sb .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u7pBYWR4Sb .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-u7pBYWR4Sb .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-u7pBYWR4Sb .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-u7pBYWR4Sb .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-u7pBYWR4Sb .border-wrap {
    margin-top: 45px;
  }
}
.cid-u7pBYYuNEW {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7pBYYuNEW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pBYYuNEW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7pBYYuNEW .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-u7pBYYuNEW .content-container {
    flex-direction: column;
  }
}
.cid-u7pBYYuNEW .icons-menu {
  display: flex;
}
.cid-u7pBYYuNEW .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-u7pBYYuNEW .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-u7pBYYuNEW .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-u7pBYYuNEW .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-u7pBYYuNEW .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-u7pBYYuNEW .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-u7pBYYuNEW .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-u7pBZ0f4Gd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-u7pBZ0f4Gd::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u7pBZ0f4Gd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pBZ0f4Gd .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-u7pBZ0f4Gd .container {
    padding: 0 22px;
  }
}
.cid-u7pBZ0f4Gd .row {
  position: relative;
  z-index: 1;
}
.cid-u7pBZ0f4Gd .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u7pBZ0f4Gd .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u7pBZ0f4Gd .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u7pBZ0f4Gd .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7pBZ0f4Gd .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7pBZ0f4Gd .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u7pBZ0f4Gd .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7pBZ0f4Gd .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7pBZ0f4Gd .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u7pBZ0f4Gd .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7pBZ0f4Gd .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u7pBZ0f4Gd .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u7pBZ0f4Gd .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7pBZ0f4Gd .nav-wrapper .list .item-wrap:hover,
.cid-u7pBZ0f4Gd .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-u7pBZ0f4Gd .nav-wrapper .list .item-wrap:hover::before,
.cid-u7pBZ0f4Gd .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u7pBZ0f4Gd .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7pBZ0f4Gd .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7pBZ0f4Gd .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7pBZ0f4Gd .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u7pBZ0f4Gd .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u7pBZ0f4Gd .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u7pBZ0f4Gd .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u7pBZ0f4Gd .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u7pBZ0f4Gd .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-u7pBZ0f4Gd .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u7pBZ0f4Gd .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u7pBZ0f4Gd .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7pBZ0f4Gd .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7pBZ0f4Gd .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7pBZ0f4Gd .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7pBZ0f4Gd .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u7pBZ0f4Gd .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u7pBZ0f4Gd .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u7pBZ0f4Gd .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u7pBZ0f4Gd .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u7pBZ0f4Gd .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u7pBZ0f4Gd .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u7pBZ0f4Gd .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u7pBZ0f4Gd .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u7pBZ0f4Gd .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-u7pBZ0f4Gd .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u7pBZ0f4Gd .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-u7pBZ0f4Gd .mbr-section-title {
  color: #bbc4bb;
}
.cid-u7pBZ0f4Gd .mbr-text {
  color: #ffffff;
}
.cid-u7pBZ0f4Gd .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-u7pBZ0f4Gd .list {
  color: #ffffff;
}
.cid-u7pBZ0f4Gd .mbr-contact {
  color: #ffffff;
}
.cid-u7pBZ0f4Gd .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-u7pu96iPOs {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/ocean-empress-main-800x600.jpg");
}
.cid-u7pu96iPOs .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pu96iPOs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7pu96iPOs .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u7pvvEu6lL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7pvvEu6lL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pvvEu6lL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7pvvEu6lL .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-u7pvvEu6lL .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-u7pvvEu6lL .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-u7pvvEu6lL .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u7pvvEu6lL .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-u7pvvEu6lL .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u7pvvEu6lL .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-u7pvvEu6lL .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-u7pvvEu6lL .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-u7pvvEu6lL .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-u7pvvEu6lL .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-u7pvvEu6lL .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u7pvvEu6lL .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-u7pvvEu6lL .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-u7pvvEu6lL .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-u7pvvEu6lL .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-u7pvvEu6lL .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u7pvvEu6lL .mbr-section-title {
  color: #E0BDB6;
}
.cid-u7pvvEu6lL .mbr-section-subtitle {
  color: #747474;
}
.cid-u7pvvEu6lL .mbr-text {
  color: #747474;
}
.cid-u7pvvEu6lL .panel-title-edit {
  color: #728771;
}
.cid-u7pvvEu6lL .panel-text {
  color: #747474;
}
.cid-u7pvvEu6lL .mbr-section-title,
.cid-u7pvvEu6lL .mbr-section-btn {
  color: #092975;
}
.cid-uom3QRNnAD {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #45494e;
}
.cid-uom3QRNnAD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uom3QRNnAD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uom3QRNnAD .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uom3QRNnAD .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-uom3QRNnAD .col-img {
    order: 2;
  }
}
.cid-uom3QRNnAD .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uom3QRNnAD .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-uom3QRNnAD .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-uom3QRNnAD .col-tex {
    order: 1;
  }
}
.cid-uom3QRNnAD .card-title {
  color: #ffffff;
}
.cid-uom3QRNnAD .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-uom3QRNnAD .mbr-section-btn {
  margin-top: 60px;
}
.cid-uom3QRNnAD .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-uom3QRNnAD .mbr-text,
.cid-uom3QRNnAD .mbr-section-btn {
  color: #ffffff;
}
.cid-u7pxkQSNiQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u7pxkQSNiQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pxkQSNiQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7pxkQSNiQ .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-u7pxkQSNiQ .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u7pxkQSNiQ .container {
    padding: 0 25px;
  }
}
.cid-u7pxkQSNiQ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7pxkQSNiQ .row {
    padding-top: 45px;
  }
}
.cid-u7pxkQSNiQ .item:hover .item-wrapper .item-img img,
.cid-u7pxkQSNiQ .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-u7pxkQSNiQ .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u7pxkQSNiQ .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-u7pxkQSNiQ .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-u7pxkQSNiQ .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-u7pxkQSNiQ .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-u7pxkQSNiQ .border-wrap {
    margin-top: 45px;
  }
}
.cid-u7pe8AabVC {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7pe8AabVC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pe8AabVC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7pe8AabVC .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-u7pe8AabVC .content-container {
    flex-direction: column;
  }
}
.cid-u7pe8AabVC .icons-menu {
  display: flex;
}
.cid-u7pe8AabVC .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-u7pe8AabVC .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-u7pe8AabVC .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-u7pe8AabVC .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-u7pe8AabVC .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-u7pe8AabVC .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-u7pe8AabVC .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-u7pe8Caa6I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-u7pe8Caa6I::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u7pe8Caa6I .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pe8Caa6I .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-u7pe8Caa6I .container {
    padding: 0 22px;
  }
}
.cid-u7pe8Caa6I .row {
  position: relative;
  z-index: 1;
}
.cid-u7pe8Caa6I .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u7pe8Caa6I .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u7pe8Caa6I .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u7pe8Caa6I .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7pe8Caa6I .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7pe8Caa6I .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u7pe8Caa6I .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7pe8Caa6I .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7pe8Caa6I .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u7pe8Caa6I .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7pe8Caa6I .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u7pe8Caa6I .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u7pe8Caa6I .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7pe8Caa6I .nav-wrapper .list .item-wrap:hover,
.cid-u7pe8Caa6I .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-u7pe8Caa6I .nav-wrapper .list .item-wrap:hover::before,
.cid-u7pe8Caa6I .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u7pe8Caa6I .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7pe8Caa6I .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7pe8Caa6I .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7pe8Caa6I .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u7pe8Caa6I .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u7pe8Caa6I .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u7pe8Caa6I .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u7pe8Caa6I .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u7pe8Caa6I .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-u7pe8Caa6I .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u7pe8Caa6I .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u7pe8Caa6I .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7pe8Caa6I .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7pe8Caa6I .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7pe8Caa6I .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7pe8Caa6I .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u7pe8Caa6I .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u7pe8Caa6I .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u7pe8Caa6I .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u7pe8Caa6I .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u7pe8Caa6I .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u7pe8Caa6I .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u7pe8Caa6I .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u7pe8Caa6I .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u7pe8Caa6I .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-u7pe8Caa6I .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u7pe8Caa6I .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-u7pe8Caa6I .mbr-section-title {
  color: #bbc4bb;
}
.cid-u7pe8Caa6I .mbr-text {
  color: #ffffff;
}
.cid-u7pe8Caa6I .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-u7pe8Caa6I .list {
  color: #ffffff;
}
.cid-u7pe8Caa6I .mbr-contact {
  color: #ffffff;
}
.cid-u7pe8Caa6I .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-u7pAgMGrgA {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/lotus20.jpg-2000x1125.jpg");
}
.cid-u7pAgMGrgA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pAgMGrgA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7pAgMGrgA .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u7pAgOgNKJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7pAgOgNKJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pAgOgNKJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7pAgOgNKJ .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-u7pAgOgNKJ .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-u7pAgOgNKJ .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-u7pAgOgNKJ .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u7pAgOgNKJ .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-u7pAgOgNKJ .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u7pAgOgNKJ .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-u7pAgOgNKJ .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-u7pAgOgNKJ .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-u7pAgOgNKJ .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-u7pAgOgNKJ .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-u7pAgOgNKJ .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u7pAgOgNKJ .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-u7pAgOgNKJ .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-u7pAgOgNKJ .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-u7pAgOgNKJ .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-u7pAgOgNKJ .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u7pAgOgNKJ .mbr-section-title {
  color: #E0BDB6;
}
.cid-u7pAgOgNKJ .mbr-section-subtitle {
  color: #747474;
}
.cid-u7pAgOgNKJ .mbr-text {
  color: #747474;
}
.cid-u7pAgOgNKJ .panel-title-edit {
  color: #092975;
}
.cid-u7pAgOgNKJ .panel-text {
  color: #747474;
}
.cid-u7pAgOgNKJ .mbr-section-title,
.cid-u7pAgOgNKJ .mbr-section-btn {
  color: #092975;
}
.cid-uom4RR9YXg {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #45494e;
}
.cid-uom4RR9YXg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uom4RR9YXg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uom4RR9YXg .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uom4RR9YXg .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-uom4RR9YXg .col-img {
    order: 2;
  }
}
.cid-uom4RR9YXg .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uom4RR9YXg .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-uom4RR9YXg .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-uom4RR9YXg .col-tex {
    order: 1;
  }
}
.cid-uom4RR9YXg .card-title {
  color: #ffffff;
}
.cid-uom4RR9YXg .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-uom4RR9YXg .mbr-section-btn {
  margin-top: 60px;
}
.cid-uom4RR9YXg .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-uom4RR9YXg .mbr-text,
.cid-uom4RR9YXg .mbr-section-btn {
  color: #ffffff;
}
.cid-u7pAgPTPtC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u7pAgPTPtC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pAgPTPtC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7pAgPTPtC .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-u7pAgPTPtC .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u7pAgPTPtC .container {
    padding: 0 25px;
  }
}
.cid-u7pAgPTPtC .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7pAgPTPtC .row {
    padding-top: 45px;
  }
}
.cid-u7pAgPTPtC .item:hover .item-wrapper .item-img img,
.cid-u7pAgPTPtC .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-u7pAgPTPtC .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u7pAgPTPtC .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-u7pAgPTPtC .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-u7pAgPTPtC .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-u7pAgPTPtC .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-u7pAgPTPtC .border-wrap {
    margin-top: 45px;
  }
}
.cid-u7pAgRDzi6 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7pAgRDzi6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pAgRDzi6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7pAgRDzi6 .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-u7pAgRDzi6 .content-container {
    flex-direction: column;
  }
}
.cid-u7pAgRDzi6 .icons-menu {
  display: flex;
}
.cid-u7pAgRDzi6 .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-u7pAgRDzi6 .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-u7pAgRDzi6 .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-u7pAgRDzi6 .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-u7pAgRDzi6 .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-u7pAgRDzi6 .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-u7pAgRDzi6 .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-u7pAgTjsrA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-u7pAgTjsrA::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u7pAgTjsrA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pAgTjsrA .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-u7pAgTjsrA .container {
    padding: 0 22px;
  }
}
.cid-u7pAgTjsrA .row {
  position: relative;
  z-index: 1;
}
.cid-u7pAgTjsrA .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u7pAgTjsrA .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u7pAgTjsrA .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u7pAgTjsrA .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7pAgTjsrA .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7pAgTjsrA .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u7pAgTjsrA .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7pAgTjsrA .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7pAgTjsrA .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u7pAgTjsrA .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7pAgTjsrA .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u7pAgTjsrA .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u7pAgTjsrA .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7pAgTjsrA .nav-wrapper .list .item-wrap:hover,
.cid-u7pAgTjsrA .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-u7pAgTjsrA .nav-wrapper .list .item-wrap:hover::before,
.cid-u7pAgTjsrA .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u7pAgTjsrA .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7pAgTjsrA .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7pAgTjsrA .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7pAgTjsrA .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u7pAgTjsrA .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u7pAgTjsrA .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u7pAgTjsrA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u7pAgTjsrA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u7pAgTjsrA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-u7pAgTjsrA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u7pAgTjsrA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u7pAgTjsrA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7pAgTjsrA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7pAgTjsrA .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7pAgTjsrA .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7pAgTjsrA .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u7pAgTjsrA .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u7pAgTjsrA .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u7pAgTjsrA .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u7pAgTjsrA .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u7pAgTjsrA .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u7pAgTjsrA .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u7pAgTjsrA .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u7pAgTjsrA .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u7pAgTjsrA .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-u7pAgTjsrA .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u7pAgTjsrA .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-u7pAgTjsrA .mbr-section-title {
  color: #bbc4bb;
}
.cid-u7pAgTjsrA .mbr-text {
  color: #ffffff;
}
.cid-u7pAgTjsrA .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-u7pAgTjsrA .list {
  color: #ffffff;
}
.cid-u7pAgTjsrA .mbr-contact {
  color: #ffffff;
}
.cid-u7pAgTjsrA .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-u7v95TCpWM {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/whatsapp-image-2023-12-26-at-4.40.03-pm-1024x683.jpg");
}
.cid-u7v95TCpWM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7v95TCpWM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7v95TCpWM .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u7v95VzcxF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7v95VzcxF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7v95VzcxF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7v95VzcxF .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-u7v95VzcxF .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-u7v95VzcxF .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-u7v95VzcxF .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u7v95VzcxF .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-u7v95VzcxF .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u7v95VzcxF .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-u7v95VzcxF .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-u7v95VzcxF .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-u7v95VzcxF .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-u7v95VzcxF .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-u7v95VzcxF .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u7v95VzcxF .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-u7v95VzcxF .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-u7v95VzcxF .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-u7v95VzcxF .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-u7v95VzcxF .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u7v95VzcxF .mbr-section-title {
  color: #E0BDB6;
}
.cid-u7v95VzcxF .mbr-section-subtitle {
  color: #747474;
}
.cid-u7v95VzcxF .mbr-text {
  color: #747474;
}
.cid-u7v95VzcxF .panel-title-edit {
  color: #092975;
}
.cid-u7v95VzcxF .panel-text {
  color: #747474;
}
.cid-u7v95VzcxF .mbr-section-title,
.cid-u7v95VzcxF .mbr-section-btn {
  color: #092975;
}
.cid-uom5MmM407 {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #45494e;
}
.cid-uom5MmM407 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uom5MmM407 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uom5MmM407 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uom5MmM407 .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-uom5MmM407 .col-img {
    order: 2;
  }
}
.cid-uom5MmM407 .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uom5MmM407 .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-uom5MmM407 .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-uom5MmM407 .col-tex {
    order: 1;
  }
}
.cid-uom5MmM407 .card-title {
  color: #ffffff;
}
.cid-uom5MmM407 .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-uom5MmM407 .mbr-section-btn {
  margin-top: 60px;
}
.cid-uom5MmM407 .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-uom5MmM407 .mbr-text,
.cid-uom5MmM407 .mbr-section-btn {
  color: #ffffff;
}
.cid-u7v95XSo1i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u7v95XSo1i .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7v95XSo1i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7v95XSo1i .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-u7v95XSo1i .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u7v95XSo1i .container {
    padding: 0 25px;
  }
}
.cid-u7v95XSo1i .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7v95XSo1i .row {
    padding-top: 45px;
  }
}
.cid-u7v95XSo1i .item:hover .item-wrapper .item-img img,
.cid-u7v95XSo1i .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-u7v95XSo1i .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u7v95XSo1i .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-u7v95XSo1i .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-u7v95XSo1i .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-u7v95XSo1i .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-u7v95XSo1i .border-wrap {
    margin-top: 45px;
  }
}
.cid-u7v9602V29 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7v9602V29 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7v9602V29 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7v9602V29 .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-u7v9602V29 .content-container {
    flex-direction: column;
  }
}
.cid-u7v9602V29 .icons-menu {
  display: flex;
}
.cid-u7v9602V29 .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-u7v9602V29 .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-u7v9602V29 .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-u7v9602V29 .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-u7v9602V29 .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-u7v9602V29 .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-u7v9602V29 .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-u7v962vZKz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-u7v962vZKz::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u7v962vZKz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7v962vZKz .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-u7v962vZKz .container {
    padding: 0 22px;
  }
}
.cid-u7v962vZKz .row {
  position: relative;
  z-index: 1;
}
.cid-u7v962vZKz .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u7v962vZKz .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u7v962vZKz .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u7v962vZKz .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7v962vZKz .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7v962vZKz .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u7v962vZKz .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7v962vZKz .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7v962vZKz .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u7v962vZKz .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7v962vZKz .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u7v962vZKz .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u7v962vZKz .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7v962vZKz .nav-wrapper .list .item-wrap:hover,
.cid-u7v962vZKz .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-u7v962vZKz .nav-wrapper .list .item-wrap:hover::before,
.cid-u7v962vZKz .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u7v962vZKz .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7v962vZKz .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7v962vZKz .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7v962vZKz .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u7v962vZKz .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u7v962vZKz .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u7v962vZKz .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u7v962vZKz .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u7v962vZKz .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-u7v962vZKz .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u7v962vZKz .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u7v962vZKz .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7v962vZKz .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7v962vZKz .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7v962vZKz .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7v962vZKz .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u7v962vZKz .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u7v962vZKz .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u7v962vZKz .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u7v962vZKz .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u7v962vZKz .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u7v962vZKz .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u7v962vZKz .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u7v962vZKz .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u7v962vZKz .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-u7v962vZKz .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u7v962vZKz .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-u7v962vZKz .mbr-section-title {
  color: #bbc4bb;
}
.cid-u7v962vZKz .mbr-text {
  color: #ffffff;
}
.cid-u7v962vZKz .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-u7v962vZKz .list {
  color: #ffffff;
}
.cid-u7v962vZKz .mbr-contact {
  color: #ffffff;
}
.cid-u7v962vZKz .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-u7v2TXr8cu {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/monaliza-dinner-marina-1024x677.jpg");
}
.cid-u7v2TXr8cu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7v2TXr8cu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7v2TXr8cu .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u7v2TYuIbx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7v2TYuIbx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7v2TYuIbx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7v2TYuIbx .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-u7v2TYuIbx .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-u7v2TYuIbx .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-u7v2TYuIbx .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u7v2TYuIbx .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-u7v2TYuIbx .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u7v2TYuIbx .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-u7v2TYuIbx .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-u7v2TYuIbx .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-u7v2TYuIbx .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-u7v2TYuIbx .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-u7v2TYuIbx .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u7v2TYuIbx .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-u7v2TYuIbx .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-u7v2TYuIbx .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-u7v2TYuIbx .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-u7v2TYuIbx .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u7v2TYuIbx .mbr-section-title {
  color: #E0BDB6;
}
.cid-u7v2TYuIbx .mbr-section-subtitle {
  color: #747474;
}
.cid-u7v2TYuIbx .mbr-text {
  color: #747474;
}
.cid-u7v2TYuIbx .panel-title-edit {
  color: #092975;
}
.cid-u7v2TYuIbx .panel-text {
  color: #747474;
}
.cid-u7v2TYuIbx .mbr-section-title,
.cid-u7v2TYuIbx .mbr-section-btn {
  color: #092975;
}
.cid-uozbXKhSpJ {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #45494e;
}
.cid-uozbXKhSpJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uozbXKhSpJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uozbXKhSpJ .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uozbXKhSpJ .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-uozbXKhSpJ .col-img {
    order: 2;
  }
}
.cid-uozbXKhSpJ .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uozbXKhSpJ .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-uozbXKhSpJ .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-uozbXKhSpJ .col-tex {
    order: 1;
  }
}
.cid-uozbXKhSpJ .card-title {
  color: #ffffff;
}
.cid-uozbXKhSpJ .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-uozbXKhSpJ .mbr-section-btn {
  margin-top: 60px;
}
.cid-uozbXKhSpJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-uozbXKhSpJ .mbr-text,
.cid-uozbXKhSpJ .mbr-section-btn {
  color: #ffffff;
}
.cid-u7v2TZSM9y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u7v2TZSM9y .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7v2TZSM9y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7v2TZSM9y .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-u7v2TZSM9y .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u7v2TZSM9y .container {
    padding: 0 25px;
  }
}
.cid-u7v2TZSM9y .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7v2TZSM9y .row {
    padding-top: 45px;
  }
}
.cid-u7v2TZSM9y .item:hover .item-wrapper .item-img img,
.cid-u7v2TZSM9y .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-u7v2TZSM9y .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u7v2TZSM9y .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-u7v2TZSM9y .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-u7v2TZSM9y .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-u7v2TZSM9y .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-u7v2TZSM9y .border-wrap {
    margin-top: 45px;
  }
}
.cid-u7v2U0MK2G {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7v2U0MK2G .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7v2U0MK2G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7v2U0MK2G .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-u7v2U0MK2G .content-container {
    flex-direction: column;
  }
}
.cid-u7v2U0MK2G .icons-menu {
  display: flex;
}
.cid-u7v2U0MK2G .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-u7v2U0MK2G .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-u7v2U0MK2G .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-u7v2U0MK2G .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-u7v2U0MK2G .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-u7v2U0MK2G .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-u7v2U0MK2G .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-u7v2U1GwBF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-u7v2U1GwBF::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u7v2U1GwBF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7v2U1GwBF .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-u7v2U1GwBF .container {
    padding: 0 22px;
  }
}
.cid-u7v2U1GwBF .row {
  position: relative;
  z-index: 1;
}
.cid-u7v2U1GwBF .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u7v2U1GwBF .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u7v2U1GwBF .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u7v2U1GwBF .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7v2U1GwBF .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7v2U1GwBF .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u7v2U1GwBF .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7v2U1GwBF .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7v2U1GwBF .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u7v2U1GwBF .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7v2U1GwBF .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u7v2U1GwBF .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u7v2U1GwBF .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7v2U1GwBF .nav-wrapper .list .item-wrap:hover,
.cid-u7v2U1GwBF .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-u7v2U1GwBF .nav-wrapper .list .item-wrap:hover::before,
.cid-u7v2U1GwBF .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u7v2U1GwBF .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7v2U1GwBF .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7v2U1GwBF .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7v2U1GwBF .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u7v2U1GwBF .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u7v2U1GwBF .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u7v2U1GwBF .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u7v2U1GwBF .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u7v2U1GwBF .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-u7v2U1GwBF .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u7v2U1GwBF .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u7v2U1GwBF .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7v2U1GwBF .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7v2U1GwBF .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7v2U1GwBF .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7v2U1GwBF .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u7v2U1GwBF .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u7v2U1GwBF .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u7v2U1GwBF .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u7v2U1GwBF .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u7v2U1GwBF .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u7v2U1GwBF .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u7v2U1GwBF .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u7v2U1GwBF .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u7v2U1GwBF .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-u7v2U1GwBF .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u7v2U1GwBF .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-u7v2U1GwBF .mbr-section-title {
  color: #bbc4bb;
}
.cid-u7v2U1GwBF .mbr-text {
  color: #ffffff;
}
.cid-u7v2U1GwBF .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-u7v2U1GwBF .list {
  color: #ffffff;
}
.cid-u7v2U1GwBF .mbr-contact {
  color: #ffffff;
}
.cid-u7v2U1GwBF .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-u7pCGypshi {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/5-3-691x553.png");
}
.cid-u7pCGypshi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pCGypshi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7pCGypshi .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u7pCGA4PCR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7pCGA4PCR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pCGA4PCR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7pCGA4PCR .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-u7pCGA4PCR .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-u7pCGA4PCR .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-u7pCGA4PCR .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u7pCGA4PCR .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-u7pCGA4PCR .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u7pCGA4PCR .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-u7pCGA4PCR .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-u7pCGA4PCR .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-u7pCGA4PCR .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-u7pCGA4PCR .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-u7pCGA4PCR .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u7pCGA4PCR .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-u7pCGA4PCR .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-u7pCGA4PCR .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-u7pCGA4PCR .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-u7pCGA4PCR .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u7pCGA4PCR .mbr-section-title {
  color: #E0BDB6;
}
.cid-u7pCGA4PCR .mbr-section-subtitle {
  color: #747474;
}
.cid-u7pCGA4PCR .mbr-text {
  color: #747474;
}
.cid-u7pCGA4PCR .panel-title-edit {
  color: #092975;
}
.cid-u7pCGA4PCR .panel-text {
  color: #747474;
}
.cid-u7pCGA4PCR .mbr-section-title,
.cid-u7pCGA4PCR .mbr-section-btn {
  color: #092975;
}
.cid-u7pCGBPHmM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u7pCGBPHmM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pCGBPHmM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7pCGBPHmM .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-u7pCGBPHmM .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u7pCGBPHmM .container {
    padding: 0 25px;
  }
}
.cid-u7pCGBPHmM .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7pCGBPHmM .row {
    padding-top: 45px;
  }
}
.cid-u7pCGBPHmM .item:hover .item-wrapper .item-img img,
.cid-u7pCGBPHmM .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-u7pCGBPHmM .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u7pCGBPHmM .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-u7pCGBPHmM .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-u7pCGBPHmM .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-u7pCGBPHmM .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-u7pCGBPHmM .border-wrap {
    margin-top: 45px;
  }
}
.cid-u7pCGDpS8U {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7pCGDpS8U .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pCGDpS8U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7pCGDpS8U .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-u7pCGDpS8U .content-container {
    flex-direction: column;
  }
}
.cid-u7pCGDpS8U .icons-menu {
  display: flex;
}
.cid-u7pCGDpS8U .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-u7pCGDpS8U .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-u7pCGDpS8U .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-u7pCGDpS8U .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-u7pCGDpS8U .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-u7pCGDpS8U .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-u7pCGDpS8U .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-u7pCGEWnh5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-u7pCGEWnh5::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u7pCGEWnh5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pCGEWnh5 .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-u7pCGEWnh5 .container {
    padding: 0 22px;
  }
}
.cid-u7pCGEWnh5 .row {
  position: relative;
  z-index: 1;
}
.cid-u7pCGEWnh5 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u7pCGEWnh5 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u7pCGEWnh5 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u7pCGEWnh5 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7pCGEWnh5 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7pCGEWnh5 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u7pCGEWnh5 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7pCGEWnh5 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7pCGEWnh5 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u7pCGEWnh5 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7pCGEWnh5 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u7pCGEWnh5 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u7pCGEWnh5 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7pCGEWnh5 .nav-wrapper .list .item-wrap:hover,
.cid-u7pCGEWnh5 .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-u7pCGEWnh5 .nav-wrapper .list .item-wrap:hover::before,
.cid-u7pCGEWnh5 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u7pCGEWnh5 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7pCGEWnh5 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7pCGEWnh5 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7pCGEWnh5 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u7pCGEWnh5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u7pCGEWnh5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u7pCGEWnh5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u7pCGEWnh5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u7pCGEWnh5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-u7pCGEWnh5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u7pCGEWnh5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u7pCGEWnh5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7pCGEWnh5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7pCGEWnh5 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7pCGEWnh5 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7pCGEWnh5 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u7pCGEWnh5 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u7pCGEWnh5 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u7pCGEWnh5 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u7pCGEWnh5 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u7pCGEWnh5 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u7pCGEWnh5 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u7pCGEWnh5 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u7pCGEWnh5 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u7pCGEWnh5 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-u7pCGEWnh5 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u7pCGEWnh5 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-u7pCGEWnh5 .mbr-section-title {
  color: #bbc4bb;
}
.cid-u7pCGEWnh5 .mbr-text {
  color: #ffffff;
}
.cid-u7pCGEWnh5 .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-u7pCGEWnh5 .list {
  color: #ffffff;
}
.cid-u7pCGEWnh5 .mbr-contact {
  color: #ffffff;
}
.cid-u7pCGEWnh5 .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-uf39NMSJD2 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/desert-safari5-800x800.jpg");
}
.cid-uf39NMSJD2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf39NMSJD2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf39NMSJD2 .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uf39NNGihf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uf39NNGihf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf39NNGihf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf39NNGihf .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uf39NNGihf .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-uf39NNGihf .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-uf39NNGihf .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uf39NNGihf .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uf39NNGihf .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uf39NNGihf .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-uf39NNGihf .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-uf39NNGihf .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-uf39NNGihf .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-uf39NNGihf .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-uf39NNGihf .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uf39NNGihf .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uf39NNGihf .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-uf39NNGihf .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-uf39NNGihf .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-uf39NNGihf .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uf39NNGihf .mbr-section-title {
  color: #E0BDB6;
}
.cid-uf39NNGihf .mbr-section-subtitle {
  color: #747474;
}
.cid-uf39NNGihf .mbr-text {
  color: #747474;
}
.cid-uf39NNGihf .panel-title-edit {
  color: #092975;
}
.cid-uf39NNGihf .panel-text {
  color: #747474;
}
.cid-uf39NNGihf .mbr-section-title,
.cid-uf39NNGihf .mbr-section-btn {
  color: #092975;
}
.cid-uf39NOxOn5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uf39NOxOn5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf39NOxOn5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf39NOxOn5 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uf39NOxOn5 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uf39NOxOn5 .container {
    padding: 0 25px;
  }
}
.cid-uf39NOxOn5 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uf39NOxOn5 .row {
    padding-top: 45px;
  }
}
.cid-uf39NOxOn5 .item:hover .item-wrapper .item-img img,
.cid-uf39NOxOn5 .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-uf39NOxOn5 .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uf39NOxOn5 .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-uf39NOxOn5 .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-uf39NOxOn5 .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-uf39NOxOn5 .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-uf39NOxOn5 .border-wrap {
    margin-top: 45px;
  }
}
.cid-uf39NPB45I {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uf39NPB45I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf39NPB45I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf39NPB45I .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-uf39NPB45I .content-container {
    flex-direction: column;
  }
}
.cid-uf39NPB45I .icons-menu {
  display: flex;
}
.cid-uf39NPB45I .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-uf39NPB45I .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-uf39NPB45I .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-uf39NPB45I .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-uf39NPB45I .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-uf39NPB45I .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-uf39NPB45I .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-uf39NQux7e {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-uf39NQux7e::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uf39NQux7e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf39NQux7e .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-uf39NQux7e .container {
    padding: 0 22px;
  }
}
.cid-uf39NQux7e .row {
  position: relative;
  z-index: 1;
}
.cid-uf39NQux7e .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uf39NQux7e .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uf39NQux7e .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uf39NQux7e .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uf39NQux7e .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf39NQux7e .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uf39NQux7e .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uf39NQux7e .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uf39NQux7e .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uf39NQux7e .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uf39NQux7e .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uf39NQux7e .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uf39NQux7e .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uf39NQux7e .nav-wrapper .list .item-wrap:hover,
.cid-uf39NQux7e .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-uf39NQux7e .nav-wrapper .list .item-wrap:hover::before,
.cid-uf39NQux7e .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uf39NQux7e .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uf39NQux7e .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf39NQux7e .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uf39NQux7e .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uf39NQux7e .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uf39NQux7e .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uf39NQux7e .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uf39NQux7e .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uf39NQux7e .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-uf39NQux7e .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uf39NQux7e .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uf39NQux7e .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uf39NQux7e .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uf39NQux7e .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf39NQux7e .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uf39NQux7e .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uf39NQux7e .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uf39NQux7e .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uf39NQux7e .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uf39NQux7e .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uf39NQux7e .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uf39NQux7e .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uf39NQux7e .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uf39NQux7e .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uf39NQux7e .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-uf39NQux7e .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uf39NQux7e .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uf39NQux7e .mbr-section-title {
  color: #bbc4bb;
}
.cid-uf39NQux7e .mbr-text {
  color: #ffffff;
}
.cid-uf39NQux7e .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-uf39NQux7e .list {
  color: #ffffff;
}
.cid-uf39NQux7e .mbr-contact {
  color: #ffffff;
}
.cid-uf39NQux7e .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-uf39VRANjt {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/desert-s-1-800x800.jpg");
}
.cid-uf39VRANjt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf39VRANjt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf39VRANjt .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uf39VSy4gs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uf39VSy4gs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf39VSy4gs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf39VSy4gs .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uf39VSy4gs .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-uf39VSy4gs .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-uf39VSy4gs .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uf39VSy4gs .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uf39VSy4gs .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uf39VSy4gs .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-uf39VSy4gs .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-uf39VSy4gs .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-uf39VSy4gs .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-uf39VSy4gs .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-uf39VSy4gs .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uf39VSy4gs .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uf39VSy4gs .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-uf39VSy4gs .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-uf39VSy4gs .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-uf39VSy4gs .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uf39VSy4gs .mbr-section-title {
  color: #E0BDB6;
}
.cid-uf39VSy4gs .mbr-section-subtitle {
  color: #747474;
}
.cid-uf39VSy4gs .mbr-text {
  color: #747474;
}
.cid-uf39VSy4gs .panel-title-edit {
  color: #092975;
}
.cid-uf39VSy4gs .panel-text {
  color: #747474;
}
.cid-uf39VSy4gs .mbr-section-title,
.cid-uf39VSy4gs .mbr-section-btn {
  color: #092975;
}
.cid-uf39VTzMFW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uf39VTzMFW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf39VTzMFW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf39VTzMFW .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uf39VTzMFW .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uf39VTzMFW .container {
    padding: 0 25px;
  }
}
.cid-uf39VTzMFW .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uf39VTzMFW .row {
    padding-top: 45px;
  }
}
.cid-uf39VTzMFW .item:hover .item-wrapper .item-img img,
.cid-uf39VTzMFW .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-uf39VTzMFW .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uf39VTzMFW .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-uf39VTzMFW .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-uf39VTzMFW .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-uf39VTzMFW .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-uf39VTzMFW .border-wrap {
    margin-top: 45px;
  }
}
.cid-uf39VUvmO3 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uf39VUvmO3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf39VUvmO3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf39VUvmO3 .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-uf39VUvmO3 .content-container {
    flex-direction: column;
  }
}
.cid-uf39VUvmO3 .icons-menu {
  display: flex;
}
.cid-uf39VUvmO3 .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-uf39VUvmO3 .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-uf39VUvmO3 .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-uf39VUvmO3 .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-uf39VUvmO3 .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-uf39VUvmO3 .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-uf39VUvmO3 .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-uf39VVsJWg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-uf39VVsJWg::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uf39VVsJWg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf39VVsJWg .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-uf39VVsJWg .container {
    padding: 0 22px;
  }
}
.cid-uf39VVsJWg .row {
  position: relative;
  z-index: 1;
}
.cid-uf39VVsJWg .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uf39VVsJWg .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uf39VVsJWg .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uf39VVsJWg .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uf39VVsJWg .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf39VVsJWg .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uf39VVsJWg .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uf39VVsJWg .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uf39VVsJWg .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uf39VVsJWg .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uf39VVsJWg .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uf39VVsJWg .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uf39VVsJWg .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uf39VVsJWg .nav-wrapper .list .item-wrap:hover,
.cid-uf39VVsJWg .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-uf39VVsJWg .nav-wrapper .list .item-wrap:hover::before,
.cid-uf39VVsJWg .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uf39VVsJWg .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uf39VVsJWg .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf39VVsJWg .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uf39VVsJWg .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uf39VVsJWg .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uf39VVsJWg .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uf39VVsJWg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uf39VVsJWg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uf39VVsJWg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-uf39VVsJWg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uf39VVsJWg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uf39VVsJWg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uf39VVsJWg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uf39VVsJWg .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf39VVsJWg .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uf39VVsJWg .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uf39VVsJWg .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uf39VVsJWg .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uf39VVsJWg .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uf39VVsJWg .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uf39VVsJWg .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uf39VVsJWg .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uf39VVsJWg .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uf39VVsJWg .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uf39VVsJWg .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-uf39VVsJWg .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uf39VVsJWg .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uf39VVsJWg .mbr-section-title {
  color: #bbc4bb;
}
.cid-uf39VVsJWg .mbr-text {
  color: #ffffff;
}
.cid-uf39VVsJWg .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-uf39VVsJWg .list {
  color: #ffffff;
}
.cid-uf39VVsJWg .mbr-contact {
  color: #ffffff;
}
.cid-uf39VVsJWg .mbr-desc {
  color: #ffffff;
}
.cid-uoAgDQ7UxH.popup-builder {
  background-color: #ffffff;
}
.cid-uoAgDQ7UxH.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uoAgDQ7UxH.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uoAgDQ7UxH .modal-content,
.cid-uoAgDQ7UxH .modal-dialog {
  height: auto;
}
.cid-uoAgDQ7UxH .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uoAgDQ7UxH .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uoAgDQ7UxH .form-wrapper .mbr-form .form-group,
  .cid-uoAgDQ7UxH .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uoAgDQ7UxH .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uoAgDQ7UxH .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uoAgDQ7UxH .mbr-text {
  text-align: center;
}
.cid-uoAgDQ7UxH .pt-0 {
  padding-top: 0 !important;
}
.cid-uoAgDQ7UxH .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uoAgDQ7UxH .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uoAgDQ7UxH .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uoAgDQ7UxH .modal-open {
  overflow: hidden;
}
.cid-uoAgDQ7UxH .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uoAgDQ7UxH .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uoAgDQ7UxH .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uoAgDQ7UxH .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uoAgDQ7UxH .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uoAgDQ7UxH .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uoAgDQ7UxH .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uoAgDQ7UxH .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uoAgDQ7UxH .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uoAgDQ7UxH .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uoAgDQ7UxH .modal-backdrop.fade {
  opacity: 0;
}
.cid-uoAgDQ7UxH .modal-backdrop.show {
  opacity: .5;
}
.cid-uoAgDQ7UxH .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uoAgDQ7UxH .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uoAgDQ7UxH .modal-header {
    padding: 1rem;
  }
}
.cid-uoAgDQ7UxH .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uoAgDQ7UxH .modal-header .close svg {
  fill: #353535;
}
.cid-uoAgDQ7UxH .modal-header .close:hover {
  opacity: 1;
}
.cid-uoAgDQ7UxH .modal-header .close:focus {
  outline: none;
}
.cid-uoAgDQ7UxH .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uoAgDQ7UxH .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uoAgDQ7UxH .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uoAgDQ7UxH .modal-body {
    padding: 1rem;
  }
}
.cid-uoAgDQ7UxH .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uoAgDQ7UxH .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uoAgDQ7UxH .modal-footer {
    padding: 1rem;
  }
}
.cid-uoAgDQ7UxH .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uoAgDQ7UxH .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uoAgDQ7UxH .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uoAgDQ7UxH .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uoAgDQ7UxH .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uoAgDQ7UxH .modal-lg,
  .cid-uoAgDQ7UxH .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uoAgDQ7UxH .modal-xl {
    max-width: 1140px;
  }
}
.cid-uoAgDQ7UxH .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uoAgDQ7UxH .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uoAgDQ7UxH .form-group {
  margin-bottom: 1rem;
}
.cid-uoAgDQ7UxH .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uoAgDQ7UxH .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uoAgDQ7UxH .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uoAgDQ7UxH .mbr-section-btn {
  margin: 0;
}
.cid-uoAgDQ7UxH .mbr-section-btn .btn {
  margin: 0;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-uf3a3cymFR {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/sunset-safari-1-800x800.jpg");
}
.cid-uf3a3cymFR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3a3cymFR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3a3cymFR .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uf3a3dtc13 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uf3a3dtc13 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3a3dtc13 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3a3dtc13 .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uf3a3dtc13 .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-uf3a3dtc13 .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-uf3a3dtc13 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uf3a3dtc13 .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uf3a3dtc13 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uf3a3dtc13 .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-uf3a3dtc13 .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-uf3a3dtc13 .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-uf3a3dtc13 .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-uf3a3dtc13 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-uf3a3dtc13 .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uf3a3dtc13 .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uf3a3dtc13 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-uf3a3dtc13 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-uf3a3dtc13 .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-uf3a3dtc13 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uf3a3dtc13 .mbr-section-title {
  color: #E0BDB6;
}
.cid-uf3a3dtc13 .mbr-section-subtitle {
  color: #747474;
}
.cid-uf3a3dtc13 .mbr-text {
  color: #747474;
}
.cid-uf3a3dtc13 .panel-title-edit {
  color: #092975;
}
.cid-uf3a3dtc13 .panel-text {
  color: #747474;
}
.cid-uf3a3dtc13 .mbr-section-title,
.cid-uf3a3dtc13 .mbr-section-btn {
  color: #092975;
}
.cid-uf3a3eqLZ6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uf3a3eqLZ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3a3eqLZ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3a3eqLZ6 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uf3a3eqLZ6 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uf3a3eqLZ6 .container {
    padding: 0 25px;
  }
}
.cid-uf3a3eqLZ6 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uf3a3eqLZ6 .row {
    padding-top: 45px;
  }
}
.cid-uf3a3eqLZ6 .item:hover .item-wrapper .item-img img,
.cid-uf3a3eqLZ6 .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-uf3a3eqLZ6 .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uf3a3eqLZ6 .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-uf3a3eqLZ6 .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-uf3a3eqLZ6 .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-uf3a3eqLZ6 .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-uf3a3eqLZ6 .border-wrap {
    margin-top: 45px;
  }
}
.cid-uf3a3ff89w {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uf3a3ff89w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3a3ff89w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3a3ff89w .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-uf3a3ff89w .content-container {
    flex-direction: column;
  }
}
.cid-uf3a3ff89w .icons-menu {
  display: flex;
}
.cid-uf3a3ff89w .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-uf3a3ff89w .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-uf3a3ff89w .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-uf3a3ff89w .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-uf3a3ff89w .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-uf3a3ff89w .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-uf3a3ff89w .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-uf3a3g72Pg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-uf3a3g72Pg::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uf3a3g72Pg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3a3g72Pg .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-uf3a3g72Pg .container {
    padding: 0 22px;
  }
}
.cid-uf3a3g72Pg .row {
  position: relative;
  z-index: 1;
}
.cid-uf3a3g72Pg .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uf3a3g72Pg .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uf3a3g72Pg .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uf3a3g72Pg .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uf3a3g72Pg .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3a3g72Pg .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uf3a3g72Pg .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uf3a3g72Pg .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uf3a3g72Pg .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uf3a3g72Pg .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uf3a3g72Pg .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uf3a3g72Pg .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uf3a3g72Pg .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uf3a3g72Pg .nav-wrapper .list .item-wrap:hover,
.cid-uf3a3g72Pg .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-uf3a3g72Pg .nav-wrapper .list .item-wrap:hover::before,
.cid-uf3a3g72Pg .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uf3a3g72Pg .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uf3a3g72Pg .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3a3g72Pg .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uf3a3g72Pg .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uf3a3g72Pg .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uf3a3g72Pg .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uf3a3g72Pg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uf3a3g72Pg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uf3a3g72Pg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-uf3a3g72Pg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uf3a3g72Pg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uf3a3g72Pg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uf3a3g72Pg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uf3a3g72Pg .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3a3g72Pg .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uf3a3g72Pg .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uf3a3g72Pg .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uf3a3g72Pg .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uf3a3g72Pg .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uf3a3g72Pg .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uf3a3g72Pg .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uf3a3g72Pg .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uf3a3g72Pg .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uf3a3g72Pg .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uf3a3g72Pg .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-uf3a3g72Pg .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uf3a3g72Pg .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uf3a3g72Pg .mbr-section-title {
  color: #bbc4bb;
}
.cid-uf3a3g72Pg .mbr-text {
  color: #ffffff;
}
.cid-uf3a3g72Pg .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-uf3a3g72Pg .list {
  color: #ffffff;
}
.cid-uf3a3g72Pg .mbr-contact {
  color: #ffffff;
}
.cid-uf3a3g72Pg .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-uf3acKzj8J {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/8-691x553.png");
}
.cid-uf3acKzj8J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3acKzj8J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3acKzj8J .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uf3acLsg09 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uf3acLsg09 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3acLsg09 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3acLsg09 .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uf3acLsg09 .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-uf3acLsg09 .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-uf3acLsg09 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uf3acLsg09 .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uf3acLsg09 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uf3acLsg09 .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-uf3acLsg09 .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-uf3acLsg09 .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-uf3acLsg09 .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-uf3acLsg09 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-uf3acLsg09 .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uf3acLsg09 .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uf3acLsg09 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-uf3acLsg09 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-uf3acLsg09 .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-uf3acLsg09 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uf3acLsg09 .mbr-section-title {
  color: #E0BDB6;
}
.cid-uf3acLsg09 .mbr-section-subtitle {
  color: #747474;
}
.cid-uf3acLsg09 .mbr-text {
  color: #747474;
}
.cid-uf3acLsg09 .panel-title-edit {
  color: #092975;
}
.cid-uf3acLsg09 .panel-text {
  color: #747474;
}
.cid-uf3acLsg09 .mbr-section-title,
.cid-uf3acLsg09 .mbr-section-btn {
  color: #092975;
}
.cid-uf3acMAgOb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uf3acMAgOb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3acMAgOb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3acMAgOb .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uf3acMAgOb .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uf3acMAgOb .container {
    padding: 0 25px;
  }
}
.cid-uf3acMAgOb .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uf3acMAgOb .row {
    padding-top: 45px;
  }
}
.cid-uf3acMAgOb .item:hover .item-wrapper .item-img img,
.cid-uf3acMAgOb .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-uf3acMAgOb .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uf3acMAgOb .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-uf3acMAgOb .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-uf3acMAgOb .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-uf3acMAgOb .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-uf3acMAgOb .border-wrap {
    margin-top: 45px;
  }
}
.cid-uf3acNM5mX {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uf3acNM5mX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3acNM5mX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3acNM5mX .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-uf3acNM5mX .content-container {
    flex-direction: column;
  }
}
.cid-uf3acNM5mX .icons-menu {
  display: flex;
}
.cid-uf3acNM5mX .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-uf3acNM5mX .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-uf3acNM5mX .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-uf3acNM5mX .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-uf3acNM5mX .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-uf3acNM5mX .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-uf3acNM5mX .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-uf3acOPq2M {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-uf3acOPq2M::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uf3acOPq2M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3acOPq2M .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-uf3acOPq2M .container {
    padding: 0 22px;
  }
}
.cid-uf3acOPq2M .row {
  position: relative;
  z-index: 1;
}
.cid-uf3acOPq2M .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uf3acOPq2M .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uf3acOPq2M .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uf3acOPq2M .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uf3acOPq2M .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3acOPq2M .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uf3acOPq2M .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uf3acOPq2M .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uf3acOPq2M .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uf3acOPq2M .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uf3acOPq2M .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uf3acOPq2M .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uf3acOPq2M .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uf3acOPq2M .nav-wrapper .list .item-wrap:hover,
.cid-uf3acOPq2M .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-uf3acOPq2M .nav-wrapper .list .item-wrap:hover::before,
.cid-uf3acOPq2M .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uf3acOPq2M .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uf3acOPq2M .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3acOPq2M .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uf3acOPq2M .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uf3acOPq2M .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uf3acOPq2M .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uf3acOPq2M .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uf3acOPq2M .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uf3acOPq2M .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-uf3acOPq2M .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uf3acOPq2M .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uf3acOPq2M .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uf3acOPq2M .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uf3acOPq2M .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3acOPq2M .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uf3acOPq2M .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uf3acOPq2M .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uf3acOPq2M .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uf3acOPq2M .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uf3acOPq2M .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uf3acOPq2M .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uf3acOPq2M .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uf3acOPq2M .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uf3acOPq2M .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uf3acOPq2M .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-uf3acOPq2M .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uf3acOPq2M .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uf3acOPq2M .mbr-section-title {
  color: #bbc4bb;
}
.cid-uf3acOPq2M .mbr-text {
  color: #ffffff;
}
.cid-uf3acOPq2M .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-uf3acOPq2M .list {
  color: #ffffff;
}
.cid-uf3acOPq2M .mbr-contact {
  color: #ffffff;
}
.cid-uf3acOPq2M .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-uf3akrnpCE {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/al-khayma-desert-safari-4-800x800.jpg");
}
.cid-uf3akrnpCE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3akrnpCE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3akrnpCE .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uf3aksbJp3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uf3aksbJp3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3aksbJp3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3aksbJp3 .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uf3aksbJp3 .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-uf3aksbJp3 .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-uf3aksbJp3 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uf3aksbJp3 .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uf3aksbJp3 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uf3aksbJp3 .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-uf3aksbJp3 .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-uf3aksbJp3 .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-uf3aksbJp3 .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-uf3aksbJp3 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-uf3aksbJp3 .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uf3aksbJp3 .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uf3aksbJp3 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-uf3aksbJp3 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-uf3aksbJp3 .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-uf3aksbJp3 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uf3aksbJp3 .mbr-section-title {
  color: #E0BDB6;
}
.cid-uf3aksbJp3 .mbr-section-subtitle {
  color: #747474;
}
.cid-uf3aksbJp3 .mbr-text {
  color: #747474;
}
.cid-uf3aksbJp3 .panel-title-edit {
  color: #092975;
}
.cid-uf3aksbJp3 .panel-text {
  color: #747474;
}
.cid-uf3aksbJp3 .mbr-section-title,
.cid-uf3aksbJp3 .mbr-section-btn {
  color: #092975;
}
.cid-uf3akt3nc1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uf3akt3nc1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3akt3nc1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3akt3nc1 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uf3akt3nc1 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uf3akt3nc1 .container {
    padding: 0 25px;
  }
}
.cid-uf3akt3nc1 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uf3akt3nc1 .row {
    padding-top: 45px;
  }
}
.cid-uf3akt3nc1 .item:hover .item-wrapper .item-img img,
.cid-uf3akt3nc1 .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-uf3akt3nc1 .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uf3akt3nc1 .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-uf3akt3nc1 .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-uf3akt3nc1 .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-uf3akt3nc1 .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-uf3akt3nc1 .border-wrap {
    margin-top: 45px;
  }
}
.cid-uf3aktZYDx {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uf3aktZYDx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3aktZYDx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3aktZYDx .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-uf3aktZYDx .content-container {
    flex-direction: column;
  }
}
.cid-uf3aktZYDx .icons-menu {
  display: flex;
}
.cid-uf3aktZYDx .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-uf3aktZYDx .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-uf3aktZYDx .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-uf3aktZYDx .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-uf3aktZYDx .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-uf3aktZYDx .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-uf3aktZYDx .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-uf3akuSGNE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-uf3akuSGNE::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uf3akuSGNE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3akuSGNE .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-uf3akuSGNE .container {
    padding: 0 22px;
  }
}
.cid-uf3akuSGNE .row {
  position: relative;
  z-index: 1;
}
.cid-uf3akuSGNE .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uf3akuSGNE .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uf3akuSGNE .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uf3akuSGNE .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uf3akuSGNE .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3akuSGNE .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uf3akuSGNE .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uf3akuSGNE .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uf3akuSGNE .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uf3akuSGNE .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uf3akuSGNE .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uf3akuSGNE .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uf3akuSGNE .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uf3akuSGNE .nav-wrapper .list .item-wrap:hover,
.cid-uf3akuSGNE .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-uf3akuSGNE .nav-wrapper .list .item-wrap:hover::before,
.cid-uf3akuSGNE .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uf3akuSGNE .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uf3akuSGNE .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3akuSGNE .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uf3akuSGNE .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uf3akuSGNE .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uf3akuSGNE .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uf3akuSGNE .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uf3akuSGNE .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uf3akuSGNE .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-uf3akuSGNE .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uf3akuSGNE .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uf3akuSGNE .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uf3akuSGNE .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uf3akuSGNE .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3akuSGNE .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uf3akuSGNE .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uf3akuSGNE .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uf3akuSGNE .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uf3akuSGNE .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uf3akuSGNE .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uf3akuSGNE .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uf3akuSGNE .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uf3akuSGNE .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uf3akuSGNE .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uf3akuSGNE .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-uf3akuSGNE .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uf3akuSGNE .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uf3akuSGNE .mbr-section-title {
  color: #bbc4bb;
}
.cid-uf3akuSGNE .mbr-text {
  color: #ffffff;
}
.cid-uf3akuSGNE .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-uf3akuSGNE .list {
  color: #ffffff;
}
.cid-uf3akuSGNE .mbr-contact {
  color: #ffffff;
}
.cid-uf3akuSGNE .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-uf3ashnWx9 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/al-khayma-desert-safari-3-800x800.jpg");
}
.cid-uf3ashnWx9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3ashnWx9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3ashnWx9 .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uf3asi7wdx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uf3asi7wdx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3asi7wdx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3asi7wdx .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uf3asi7wdx .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-uf3asi7wdx .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-uf3asi7wdx .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uf3asi7wdx .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uf3asi7wdx .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uf3asi7wdx .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-uf3asi7wdx .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-uf3asi7wdx .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-uf3asi7wdx .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-uf3asi7wdx .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-uf3asi7wdx .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uf3asi7wdx .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uf3asi7wdx .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-uf3asi7wdx .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-uf3asi7wdx .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-uf3asi7wdx .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uf3asi7wdx .mbr-section-title {
  color: #E0BDB6;
}
.cid-uf3asi7wdx .mbr-section-subtitle {
  color: #747474;
}
.cid-uf3asi7wdx .mbr-text {
  color: #747474;
}
.cid-uf3asi7wdx .panel-title-edit {
  color: #092975;
}
.cid-uf3asi7wdx .panel-text {
  color: #747474;
}
.cid-uf3asi7wdx .mbr-section-title,
.cid-uf3asi7wdx .mbr-section-btn {
  color: #092975;
}
.cid-uf3asj3ZJe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uf3asj3ZJe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3asj3ZJe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3asj3ZJe .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uf3asj3ZJe .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uf3asj3ZJe .container {
    padding: 0 25px;
  }
}
.cid-uf3asj3ZJe .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uf3asj3ZJe .row {
    padding-top: 45px;
  }
}
.cid-uf3asj3ZJe .item:hover .item-wrapper .item-img img,
.cid-uf3asj3ZJe .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-uf3asj3ZJe .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uf3asj3ZJe .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-uf3asj3ZJe .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-uf3asj3ZJe .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-uf3asj3ZJe .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-uf3asj3ZJe .border-wrap {
    margin-top: 45px;
  }
}
.cid-uf3asjTOaG {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uf3asjTOaG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3asjTOaG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3asjTOaG .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-uf3asjTOaG .content-container {
    flex-direction: column;
  }
}
.cid-uf3asjTOaG .icons-menu {
  display: flex;
}
.cid-uf3asjTOaG .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-uf3asjTOaG .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-uf3asjTOaG .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-uf3asjTOaG .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-uf3asjTOaG .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-uf3asjTOaG .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-uf3asjTOaG .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-uf3askS9Qi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-uf3askS9Qi::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uf3askS9Qi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3askS9Qi .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-uf3askS9Qi .container {
    padding: 0 22px;
  }
}
.cid-uf3askS9Qi .row {
  position: relative;
  z-index: 1;
}
.cid-uf3askS9Qi .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uf3askS9Qi .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uf3askS9Qi .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uf3askS9Qi .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uf3askS9Qi .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3askS9Qi .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uf3askS9Qi .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uf3askS9Qi .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uf3askS9Qi .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uf3askS9Qi .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uf3askS9Qi .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uf3askS9Qi .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uf3askS9Qi .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uf3askS9Qi .nav-wrapper .list .item-wrap:hover,
.cid-uf3askS9Qi .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-uf3askS9Qi .nav-wrapper .list .item-wrap:hover::before,
.cid-uf3askS9Qi .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uf3askS9Qi .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uf3askS9Qi .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3askS9Qi .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uf3askS9Qi .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uf3askS9Qi .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uf3askS9Qi .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uf3askS9Qi .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uf3askS9Qi .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uf3askS9Qi .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-uf3askS9Qi .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uf3askS9Qi .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uf3askS9Qi .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uf3askS9Qi .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uf3askS9Qi .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3askS9Qi .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uf3askS9Qi .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uf3askS9Qi .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uf3askS9Qi .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uf3askS9Qi .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uf3askS9Qi .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uf3askS9Qi .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uf3askS9Qi .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uf3askS9Qi .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uf3askS9Qi .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uf3askS9Qi .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-uf3askS9Qi .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uf3askS9Qi .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uf3askS9Qi .mbr-section-title {
  color: #bbc4bb;
}
.cid-uf3askS9Qi .mbr-text {
  color: #ffffff;
}
.cid-uf3askS9Qi .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-uf3askS9Qi .list {
  color: #ffffff;
}
.cid-uf3askS9Qi .mbr-contact {
  color: #ffffff;
}
.cid-uf3askS9Qi .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-uf3aBbliIE {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/desert-safari-10-800x800.jpg");
}
.cid-uf3aBbliIE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3aBbliIE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3aBbliIE .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uf3aBcOF5R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uf3aBcOF5R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3aBcOF5R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3aBcOF5R .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uf3aBcOF5R .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-uf3aBcOF5R .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-uf3aBcOF5R .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uf3aBcOF5R .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uf3aBcOF5R .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uf3aBcOF5R .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-uf3aBcOF5R .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-uf3aBcOF5R .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-uf3aBcOF5R .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-uf3aBcOF5R .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-uf3aBcOF5R .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uf3aBcOF5R .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uf3aBcOF5R .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-uf3aBcOF5R .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-uf3aBcOF5R .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-uf3aBcOF5R .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uf3aBcOF5R .mbr-section-title {
  color: #E0BDB6;
}
.cid-uf3aBcOF5R .mbr-section-subtitle {
  color: #747474;
}
.cid-uf3aBcOF5R .mbr-text {
  color: #747474;
}
.cid-uf3aBcOF5R .panel-title-edit {
  color: #092975;
}
.cid-uf3aBcOF5R .panel-text {
  color: #747474;
}
.cid-uf3aBcOF5R .mbr-section-title,
.cid-uf3aBcOF5R .mbr-section-btn {
  color: #092975;
}
.cid-uf3aBef20L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uf3aBef20L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3aBef20L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3aBef20L .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uf3aBef20L .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uf3aBef20L .container {
    padding: 0 25px;
  }
}
.cid-uf3aBef20L .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uf3aBef20L .row {
    padding-top: 45px;
  }
}
.cid-uf3aBef20L .item:hover .item-wrapper .item-img img,
.cid-uf3aBef20L .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-uf3aBef20L .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uf3aBef20L .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-uf3aBef20L .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-uf3aBef20L .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-uf3aBef20L .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-uf3aBef20L .border-wrap {
    margin-top: 45px;
  }
}
.cid-uf3aBflyjz {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uf3aBflyjz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3aBflyjz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3aBflyjz .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-uf3aBflyjz .content-container {
    flex-direction: column;
  }
}
.cid-uf3aBflyjz .icons-menu {
  display: flex;
}
.cid-uf3aBflyjz .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-uf3aBflyjz .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-uf3aBflyjz .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-uf3aBflyjz .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-uf3aBflyjz .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-uf3aBflyjz .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-uf3aBflyjz .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-uf3aBgktYr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-uf3aBgktYr::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uf3aBgktYr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3aBgktYr .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-uf3aBgktYr .container {
    padding: 0 22px;
  }
}
.cid-uf3aBgktYr .row {
  position: relative;
  z-index: 1;
}
.cid-uf3aBgktYr .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uf3aBgktYr .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uf3aBgktYr .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uf3aBgktYr .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uf3aBgktYr .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3aBgktYr .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uf3aBgktYr .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uf3aBgktYr .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uf3aBgktYr .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uf3aBgktYr .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uf3aBgktYr .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uf3aBgktYr .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uf3aBgktYr .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uf3aBgktYr .nav-wrapper .list .item-wrap:hover,
.cid-uf3aBgktYr .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-uf3aBgktYr .nav-wrapper .list .item-wrap:hover::before,
.cid-uf3aBgktYr .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uf3aBgktYr .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uf3aBgktYr .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3aBgktYr .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uf3aBgktYr .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uf3aBgktYr .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uf3aBgktYr .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uf3aBgktYr .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uf3aBgktYr .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uf3aBgktYr .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-uf3aBgktYr .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uf3aBgktYr .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uf3aBgktYr .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uf3aBgktYr .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uf3aBgktYr .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3aBgktYr .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uf3aBgktYr .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uf3aBgktYr .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uf3aBgktYr .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uf3aBgktYr .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uf3aBgktYr .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uf3aBgktYr .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uf3aBgktYr .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uf3aBgktYr .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uf3aBgktYr .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uf3aBgktYr .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-uf3aBgktYr .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uf3aBgktYr .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uf3aBgktYr .mbr-section-title {
  color: #bbc4bb;
}
.cid-uf3aBgktYr .mbr-text {
  color: #ffffff;
}
.cid-uf3aBgktYr .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-uf3aBgktYr .list {
  color: #ffffff;
}
.cid-uf3aBgktYr .mbr-contact {
  color: #ffffff;
}
.cid-uf3aBgktYr .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-uf3aNb2VLV {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/8-691x553.png");
}
.cid-uf3aNb2VLV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3aNb2VLV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3aNb2VLV .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uf3aNbX5mZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uf3aNbX5mZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3aNbX5mZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3aNbX5mZ .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uf3aNbX5mZ .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-uf3aNbX5mZ .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-uf3aNbX5mZ .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uf3aNbX5mZ .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uf3aNbX5mZ .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uf3aNbX5mZ .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-uf3aNbX5mZ .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-uf3aNbX5mZ .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-uf3aNbX5mZ .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-uf3aNbX5mZ .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-uf3aNbX5mZ .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uf3aNbX5mZ .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uf3aNbX5mZ .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-uf3aNbX5mZ .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-uf3aNbX5mZ .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-uf3aNbX5mZ .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uf3aNbX5mZ .mbr-section-title {
  color: #E0BDB6;
}
.cid-uf3aNbX5mZ .mbr-section-subtitle {
  color: #747474;
}
.cid-uf3aNbX5mZ .mbr-text {
  color: #747474;
}
.cid-uf3aNbX5mZ .panel-title-edit {
  color: #092975;
}
.cid-uf3aNbX5mZ .panel-text {
  color: #747474;
}
.cid-uf3aNbX5mZ .mbr-section-title,
.cid-uf3aNbX5mZ .mbr-section-btn {
  color: #092975;
}
.cid-uf3aNd4Vfh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uf3aNd4Vfh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3aNd4Vfh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3aNd4Vfh .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uf3aNd4Vfh .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uf3aNd4Vfh .container {
    padding: 0 25px;
  }
}
.cid-uf3aNd4Vfh .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uf3aNd4Vfh .row {
    padding-top: 45px;
  }
}
.cid-uf3aNd4Vfh .item:hover .item-wrapper .item-img img,
.cid-uf3aNd4Vfh .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-uf3aNd4Vfh .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uf3aNd4Vfh .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-uf3aNd4Vfh .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-uf3aNd4Vfh .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-uf3aNd4Vfh .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-uf3aNd4Vfh .border-wrap {
    margin-top: 45px;
  }
}
.cid-uf3aNeaB9A {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uf3aNeaB9A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3aNeaB9A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3aNeaB9A .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-uf3aNeaB9A .content-container {
    flex-direction: column;
  }
}
.cid-uf3aNeaB9A .icons-menu {
  display: flex;
}
.cid-uf3aNeaB9A .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-uf3aNeaB9A .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-uf3aNeaB9A .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-uf3aNeaB9A .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-uf3aNeaB9A .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-uf3aNeaB9A .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-uf3aNeaB9A .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-uf3aNfcHGn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-uf3aNfcHGn::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uf3aNfcHGn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3aNfcHGn .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-uf3aNfcHGn .container {
    padding: 0 22px;
  }
}
.cid-uf3aNfcHGn .row {
  position: relative;
  z-index: 1;
}
.cid-uf3aNfcHGn .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uf3aNfcHGn .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uf3aNfcHGn .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uf3aNfcHGn .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uf3aNfcHGn .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3aNfcHGn .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uf3aNfcHGn .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uf3aNfcHGn .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uf3aNfcHGn .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uf3aNfcHGn .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uf3aNfcHGn .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uf3aNfcHGn .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uf3aNfcHGn .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uf3aNfcHGn .nav-wrapper .list .item-wrap:hover,
.cid-uf3aNfcHGn .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-uf3aNfcHGn .nav-wrapper .list .item-wrap:hover::before,
.cid-uf3aNfcHGn .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uf3aNfcHGn .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uf3aNfcHGn .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3aNfcHGn .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uf3aNfcHGn .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uf3aNfcHGn .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uf3aNfcHGn .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uf3aNfcHGn .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uf3aNfcHGn .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uf3aNfcHGn .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-uf3aNfcHGn .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uf3aNfcHGn .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uf3aNfcHGn .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uf3aNfcHGn .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uf3aNfcHGn .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3aNfcHGn .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uf3aNfcHGn .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uf3aNfcHGn .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uf3aNfcHGn .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uf3aNfcHGn .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uf3aNfcHGn .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uf3aNfcHGn .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uf3aNfcHGn .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uf3aNfcHGn .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uf3aNfcHGn .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uf3aNfcHGn .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-uf3aNfcHGn .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uf3aNfcHGn .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uf3aNfcHGn .mbr-section-title {
  color: #bbc4bb;
}
.cid-uf3aNfcHGn .mbr-text {
  color: #ffffff;
}
.cid-uf3aNfcHGn .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-uf3aNfcHGn .list {
  color: #ffffff;
}
.cid-uf3aNfcHGn .mbr-contact {
  color: #ffffff;
}
.cid-uf3aNfcHGn .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-uf3aUudfvq {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/8-691x553.png");
}
.cid-uf3aUudfvq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3aUudfvq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3aUudfvq .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uf3aUvrWy6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uf3aUvrWy6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3aUvrWy6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3aUvrWy6 .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uf3aUvrWy6 .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-uf3aUvrWy6 .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-uf3aUvrWy6 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uf3aUvrWy6 .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uf3aUvrWy6 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uf3aUvrWy6 .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-uf3aUvrWy6 .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-uf3aUvrWy6 .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-uf3aUvrWy6 .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-uf3aUvrWy6 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-uf3aUvrWy6 .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uf3aUvrWy6 .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uf3aUvrWy6 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-uf3aUvrWy6 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-uf3aUvrWy6 .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-uf3aUvrWy6 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uf3aUvrWy6 .mbr-section-title {
  color: #E0BDB6;
}
.cid-uf3aUvrWy6 .mbr-section-subtitle {
  color: #747474;
}
.cid-uf3aUvrWy6 .mbr-text {
  color: #747474;
}
.cid-uf3aUvrWy6 .panel-title-edit {
  color: #092975;
}
.cid-uf3aUvrWy6 .panel-text {
  color: #747474;
}
.cid-uf3aUvrWy6 .mbr-section-title,
.cid-uf3aUvrWy6 .mbr-section-btn {
  color: #092975;
}
.cid-uf3aUwO6MZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uf3aUwO6MZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3aUwO6MZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3aUwO6MZ .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uf3aUwO6MZ .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uf3aUwO6MZ .container {
    padding: 0 25px;
  }
}
.cid-uf3aUwO6MZ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uf3aUwO6MZ .row {
    padding-top: 45px;
  }
}
.cid-uf3aUwO6MZ .item:hover .item-wrapper .item-img img,
.cid-uf3aUwO6MZ .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-uf3aUwO6MZ .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uf3aUwO6MZ .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-uf3aUwO6MZ .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-uf3aUwO6MZ .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-uf3aUwO6MZ .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-uf3aUwO6MZ .border-wrap {
    margin-top: 45px;
  }
}
.cid-uf3aUxM9fZ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uf3aUxM9fZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3aUxM9fZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3aUxM9fZ .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-uf3aUxM9fZ .content-container {
    flex-direction: column;
  }
}
.cid-uf3aUxM9fZ .icons-menu {
  display: flex;
}
.cid-uf3aUxM9fZ .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-uf3aUxM9fZ .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-uf3aUxM9fZ .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-uf3aUxM9fZ .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-uf3aUxM9fZ .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-uf3aUxM9fZ .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-uf3aUxM9fZ .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-uf3aUyHdJS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-uf3aUyHdJS::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uf3aUyHdJS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3aUyHdJS .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-uf3aUyHdJS .container {
    padding: 0 22px;
  }
}
.cid-uf3aUyHdJS .row {
  position: relative;
  z-index: 1;
}
.cid-uf3aUyHdJS .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uf3aUyHdJS .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uf3aUyHdJS .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uf3aUyHdJS .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uf3aUyHdJS .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3aUyHdJS .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uf3aUyHdJS .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uf3aUyHdJS .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uf3aUyHdJS .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uf3aUyHdJS .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uf3aUyHdJS .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uf3aUyHdJS .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uf3aUyHdJS .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uf3aUyHdJS .nav-wrapper .list .item-wrap:hover,
.cid-uf3aUyHdJS .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-uf3aUyHdJS .nav-wrapper .list .item-wrap:hover::before,
.cid-uf3aUyHdJS .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uf3aUyHdJS .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uf3aUyHdJS .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3aUyHdJS .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uf3aUyHdJS .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uf3aUyHdJS .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uf3aUyHdJS .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uf3aUyHdJS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uf3aUyHdJS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uf3aUyHdJS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-uf3aUyHdJS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uf3aUyHdJS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uf3aUyHdJS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uf3aUyHdJS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uf3aUyHdJS .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3aUyHdJS .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uf3aUyHdJS .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uf3aUyHdJS .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uf3aUyHdJS .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uf3aUyHdJS .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uf3aUyHdJS .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uf3aUyHdJS .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uf3aUyHdJS .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uf3aUyHdJS .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uf3aUyHdJS .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uf3aUyHdJS .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-uf3aUyHdJS .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uf3aUyHdJS .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uf3aUyHdJS .mbr-section-title {
  color: #bbc4bb;
}
.cid-uf3aUyHdJS .mbr-text {
  color: #ffffff;
}
.cid-uf3aUyHdJS .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-uf3aUyHdJS .list {
  color: #ffffff;
}
.cid-uf3aUyHdJS .mbr-contact {
  color: #ffffff;
}
.cid-uf3aUyHdJS .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-uf3b4RDqdI {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/d23-1-784x784.jpg");
}
.cid-uf3b4RDqdI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3b4RDqdI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3b4RDqdI .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uf3b4SAeYO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uf3b4SAeYO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3b4SAeYO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3b4SAeYO .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uf3b4SAeYO .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-uf3b4SAeYO .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-uf3b4SAeYO .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uf3b4SAeYO .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uf3b4SAeYO .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uf3b4SAeYO .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-uf3b4SAeYO .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-uf3b4SAeYO .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-uf3b4SAeYO .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-uf3b4SAeYO .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-uf3b4SAeYO .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uf3b4SAeYO .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uf3b4SAeYO .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-uf3b4SAeYO .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-uf3b4SAeYO .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-uf3b4SAeYO .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uf3b4SAeYO .mbr-section-title {
  color: #E0BDB6;
}
.cid-uf3b4SAeYO .mbr-section-subtitle {
  color: #747474;
}
.cid-uf3b4SAeYO .mbr-text {
  color: #747474;
}
.cid-uf3b4SAeYO .panel-title-edit {
  color: #092975;
}
.cid-uf3b4SAeYO .panel-text {
  color: #747474;
}
.cid-uf3b4SAeYO .mbr-section-title,
.cid-uf3b4SAeYO .mbr-section-btn {
  color: #092975;
}
.cid-uf3b4THGQQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uf3b4THGQQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3b4THGQQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3b4THGQQ .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uf3b4THGQQ .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uf3b4THGQQ .container {
    padding: 0 25px;
  }
}
.cid-uf3b4THGQQ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uf3b4THGQQ .row {
    padding-top: 45px;
  }
}
.cid-uf3b4THGQQ .item:hover .item-wrapper .item-img img,
.cid-uf3b4THGQQ .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-uf3b4THGQQ .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uf3b4THGQQ .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-uf3b4THGQQ .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-uf3b4THGQQ .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-uf3b4THGQQ .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-uf3b4THGQQ .border-wrap {
    margin-top: 45px;
  }
}
.cid-uf3b4UMgdJ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uf3b4UMgdJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3b4UMgdJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3b4UMgdJ .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-uf3b4UMgdJ .content-container {
    flex-direction: column;
  }
}
.cid-uf3b4UMgdJ .icons-menu {
  display: flex;
}
.cid-uf3b4UMgdJ .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-uf3b4UMgdJ .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-uf3b4UMgdJ .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-uf3b4UMgdJ .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-uf3b4UMgdJ .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-uf3b4UMgdJ .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-uf3b4UMgdJ .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-uf3b4VH8yl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-uf3b4VH8yl::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uf3b4VH8yl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3b4VH8yl .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-uf3b4VH8yl .container {
    padding: 0 22px;
  }
}
.cid-uf3b4VH8yl .row {
  position: relative;
  z-index: 1;
}
.cid-uf3b4VH8yl .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uf3b4VH8yl .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uf3b4VH8yl .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uf3b4VH8yl .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uf3b4VH8yl .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3b4VH8yl .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uf3b4VH8yl .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uf3b4VH8yl .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uf3b4VH8yl .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uf3b4VH8yl .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uf3b4VH8yl .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uf3b4VH8yl .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uf3b4VH8yl .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uf3b4VH8yl .nav-wrapper .list .item-wrap:hover,
.cid-uf3b4VH8yl .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-uf3b4VH8yl .nav-wrapper .list .item-wrap:hover::before,
.cid-uf3b4VH8yl .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uf3b4VH8yl .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uf3b4VH8yl .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3b4VH8yl .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uf3b4VH8yl .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uf3b4VH8yl .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uf3b4VH8yl .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uf3b4VH8yl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uf3b4VH8yl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uf3b4VH8yl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-uf3b4VH8yl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uf3b4VH8yl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uf3b4VH8yl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uf3b4VH8yl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uf3b4VH8yl .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3b4VH8yl .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uf3b4VH8yl .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uf3b4VH8yl .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uf3b4VH8yl .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uf3b4VH8yl .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uf3b4VH8yl .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uf3b4VH8yl .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uf3b4VH8yl .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uf3b4VH8yl .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uf3b4VH8yl .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uf3b4VH8yl .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-uf3b4VH8yl .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uf3b4VH8yl .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uf3b4VH8yl .mbr-section-title {
  color: #bbc4bb;
}
.cid-uf3b4VH8yl .mbr-text {
  color: #ffffff;
}
.cid-uf3b4VH8yl .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-uf3b4VH8yl .list {
  color: #ffffff;
}
.cid-uf3b4VH8yl .mbr-contact {
  color: #ffffff;
}
.cid-uf3b4VH8yl .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-uf3bdSjhAq {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/vintage-desert-safari-1-700x560.jpg");
}
.cid-uf3bdSjhAq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3bdSjhAq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3bdSjhAq .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uf3bdT8Vqk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uf3bdT8Vqk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3bdT8Vqk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3bdT8Vqk .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uf3bdT8Vqk .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-uf3bdT8Vqk .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-uf3bdT8Vqk .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uf3bdT8Vqk .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uf3bdT8Vqk .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uf3bdT8Vqk .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-uf3bdT8Vqk .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-uf3bdT8Vqk .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-uf3bdT8Vqk .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-uf3bdT8Vqk .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-uf3bdT8Vqk .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uf3bdT8Vqk .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uf3bdT8Vqk .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-uf3bdT8Vqk .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-uf3bdT8Vqk .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-uf3bdT8Vqk .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uf3bdT8Vqk .mbr-section-title {
  color: #E0BDB6;
}
.cid-uf3bdT8Vqk .mbr-section-subtitle {
  color: #747474;
}
.cid-uf3bdT8Vqk .mbr-text {
  color: #747474;
}
.cid-uf3bdT8Vqk .panel-title-edit {
  color: #092975;
}
.cid-uf3bdT8Vqk .panel-text {
  color: #747474;
}
.cid-uf3bdT8Vqk .mbr-section-title,
.cid-uf3bdT8Vqk .mbr-section-btn {
  color: #092975;
}
.cid-uf3bdUd6GC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uf3bdUd6GC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3bdUd6GC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3bdUd6GC .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uf3bdUd6GC .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uf3bdUd6GC .container {
    padding: 0 25px;
  }
}
.cid-uf3bdUd6GC .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uf3bdUd6GC .row {
    padding-top: 45px;
  }
}
.cid-uf3bdUd6GC .item:hover .item-wrapper .item-img img,
.cid-uf3bdUd6GC .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-uf3bdUd6GC .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uf3bdUd6GC .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-uf3bdUd6GC .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-uf3bdUd6GC .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-uf3bdUd6GC .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-uf3bdUd6GC .border-wrap {
    margin-top: 45px;
  }
}
.cid-uf3bdV4OW3 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uf3bdV4OW3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3bdV4OW3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3bdV4OW3 .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-uf3bdV4OW3 .content-container {
    flex-direction: column;
  }
}
.cid-uf3bdV4OW3 .icons-menu {
  display: flex;
}
.cid-uf3bdV4OW3 .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-uf3bdV4OW3 .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-uf3bdV4OW3 .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-uf3bdV4OW3 .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-uf3bdV4OW3 .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-uf3bdV4OW3 .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-uf3bdV4OW3 .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-uf3bdVXH9e {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-uf3bdVXH9e::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uf3bdVXH9e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3bdVXH9e .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-uf3bdVXH9e .container {
    padding: 0 22px;
  }
}
.cid-uf3bdVXH9e .row {
  position: relative;
  z-index: 1;
}
.cid-uf3bdVXH9e .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uf3bdVXH9e .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uf3bdVXH9e .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uf3bdVXH9e .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uf3bdVXH9e .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3bdVXH9e .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uf3bdVXH9e .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uf3bdVXH9e .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uf3bdVXH9e .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uf3bdVXH9e .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uf3bdVXH9e .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uf3bdVXH9e .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uf3bdVXH9e .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uf3bdVXH9e .nav-wrapper .list .item-wrap:hover,
.cid-uf3bdVXH9e .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-uf3bdVXH9e .nav-wrapper .list .item-wrap:hover::before,
.cid-uf3bdVXH9e .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uf3bdVXH9e .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uf3bdVXH9e .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3bdVXH9e .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uf3bdVXH9e .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uf3bdVXH9e .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uf3bdVXH9e .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uf3bdVXH9e .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uf3bdVXH9e .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uf3bdVXH9e .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-uf3bdVXH9e .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uf3bdVXH9e .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uf3bdVXH9e .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uf3bdVXH9e .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uf3bdVXH9e .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3bdVXH9e .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uf3bdVXH9e .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uf3bdVXH9e .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uf3bdVXH9e .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uf3bdVXH9e .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uf3bdVXH9e .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uf3bdVXH9e .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uf3bdVXH9e .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uf3bdVXH9e .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uf3bdVXH9e .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uf3bdVXH9e .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-uf3bdVXH9e .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uf3bdVXH9e .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uf3bdVXH9e .mbr-section-title {
  color: #bbc4bb;
}
.cid-uf3bdVXH9e .mbr-text {
  color: #ffffff;
}
.cid-uf3bdVXH9e .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-uf3bdVXH9e .list {
  color: #ffffff;
}
.cid-uf3bdVXH9e .mbr-contact {
  color: #ffffff;
}
.cid-uf3bdVXH9e .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-uf3bsWVpZ9 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/heritage-safari-8-800x800.jpg");
}
.cid-uf3bsWVpZ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3bsWVpZ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3bsWVpZ9 .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uf3bsXPMfB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uf3bsXPMfB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3bsXPMfB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3bsXPMfB .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uf3bsXPMfB .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-uf3bsXPMfB .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-uf3bsXPMfB .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uf3bsXPMfB .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uf3bsXPMfB .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uf3bsXPMfB .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-uf3bsXPMfB .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-uf3bsXPMfB .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-uf3bsXPMfB .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-uf3bsXPMfB .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-uf3bsXPMfB .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uf3bsXPMfB .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uf3bsXPMfB .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-uf3bsXPMfB .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-uf3bsXPMfB .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-uf3bsXPMfB .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uf3bsXPMfB .mbr-section-title {
  color: #E0BDB6;
}
.cid-uf3bsXPMfB .mbr-section-subtitle {
  color: #747474;
}
.cid-uf3bsXPMfB .mbr-text {
  color: #747474;
}
.cid-uf3bsXPMfB .panel-title-edit {
  color: #092975;
}
.cid-uf3bsXPMfB .panel-text {
  color: #747474;
}
.cid-uf3bsXPMfB .mbr-section-title,
.cid-uf3bsXPMfB .mbr-section-btn {
  color: #092975;
}
.cid-uf3bsYYc8b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uf3bsYYc8b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3bsYYc8b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3bsYYc8b .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uf3bsYYc8b .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uf3bsYYc8b .container {
    padding: 0 25px;
  }
}
.cid-uf3bsYYc8b .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uf3bsYYc8b .row {
    padding-top: 45px;
  }
}
.cid-uf3bsYYc8b .item:hover .item-wrapper .item-img img,
.cid-uf3bsYYc8b .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-uf3bsYYc8b .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uf3bsYYc8b .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-uf3bsYYc8b .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-uf3bsYYc8b .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-uf3bsYYc8b .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-uf3bsYYc8b .border-wrap {
    margin-top: 45px;
  }
}
.cid-uf3bt02ktD {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uf3bt02ktD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3bt02ktD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3bt02ktD .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-uf3bt02ktD .content-container {
    flex-direction: column;
  }
}
.cid-uf3bt02ktD .icons-menu {
  display: flex;
}
.cid-uf3bt02ktD .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-uf3bt02ktD .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-uf3bt02ktD .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-uf3bt02ktD .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-uf3bt02ktD .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-uf3bt02ktD .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-uf3bt02ktD .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-uf3bt0TFmb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-uf3bt0TFmb::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uf3bt0TFmb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3bt0TFmb .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-uf3bt0TFmb .container {
    padding: 0 22px;
  }
}
.cid-uf3bt0TFmb .row {
  position: relative;
  z-index: 1;
}
.cid-uf3bt0TFmb .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uf3bt0TFmb .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uf3bt0TFmb .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uf3bt0TFmb .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uf3bt0TFmb .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3bt0TFmb .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uf3bt0TFmb .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uf3bt0TFmb .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uf3bt0TFmb .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uf3bt0TFmb .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uf3bt0TFmb .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uf3bt0TFmb .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uf3bt0TFmb .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uf3bt0TFmb .nav-wrapper .list .item-wrap:hover,
.cid-uf3bt0TFmb .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-uf3bt0TFmb .nav-wrapper .list .item-wrap:hover::before,
.cid-uf3bt0TFmb .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uf3bt0TFmb .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uf3bt0TFmb .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3bt0TFmb .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uf3bt0TFmb .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uf3bt0TFmb .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uf3bt0TFmb .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uf3bt0TFmb .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uf3bt0TFmb .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uf3bt0TFmb .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-uf3bt0TFmb .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uf3bt0TFmb .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uf3bt0TFmb .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uf3bt0TFmb .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uf3bt0TFmb .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3bt0TFmb .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uf3bt0TFmb .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uf3bt0TFmb .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uf3bt0TFmb .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uf3bt0TFmb .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uf3bt0TFmb .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uf3bt0TFmb .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uf3bt0TFmb .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uf3bt0TFmb .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uf3bt0TFmb .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uf3bt0TFmb .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-uf3bt0TFmb .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uf3bt0TFmb .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uf3bt0TFmb .mbr-section-title {
  color: #bbc4bb;
}
.cid-uf3bt0TFmb .mbr-text {
  color: #ffffff;
}
.cid-uf3bt0TFmb .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-uf3bt0TFmb .list {
  color: #ffffff;
}
.cid-uf3bt0TFmb .mbr-contact {
  color: #ffffff;
}
.cid-uf3bt0TFmb .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-uf3bCzzV9u {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/premium-desert-safari-meta-1-685x437.jpg");
}
.cid-uf3bCzzV9u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3bCzzV9u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3bCzzV9u .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uf3bCAiKS3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uf3bCAiKS3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3bCAiKS3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3bCAiKS3 .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uf3bCAiKS3 .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-uf3bCAiKS3 .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-uf3bCAiKS3 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uf3bCAiKS3 .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uf3bCAiKS3 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uf3bCAiKS3 .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-uf3bCAiKS3 .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-uf3bCAiKS3 .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-uf3bCAiKS3 .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-uf3bCAiKS3 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-uf3bCAiKS3 .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uf3bCAiKS3 .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uf3bCAiKS3 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-uf3bCAiKS3 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-uf3bCAiKS3 .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-uf3bCAiKS3 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uf3bCAiKS3 .mbr-section-title {
  color: #E0BDB6;
}
.cid-uf3bCAiKS3 .mbr-section-subtitle {
  color: #747474;
}
.cid-uf3bCAiKS3 .mbr-text {
  color: #747474;
}
.cid-uf3bCAiKS3 .panel-title-edit {
  color: #092975;
}
.cid-uf3bCAiKS3 .panel-text {
  color: #747474;
}
.cid-uf3bCAiKS3 .mbr-section-title,
.cid-uf3bCAiKS3 .mbr-section-btn {
  color: #092975;
}
.cid-uf3bCBaFBa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uf3bCBaFBa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3bCBaFBa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3bCBaFBa .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uf3bCBaFBa .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uf3bCBaFBa .container {
    padding: 0 25px;
  }
}
.cid-uf3bCBaFBa .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uf3bCBaFBa .row {
    padding-top: 45px;
  }
}
.cid-uf3bCBaFBa .item:hover .item-wrapper .item-img img,
.cid-uf3bCBaFBa .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-uf3bCBaFBa .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uf3bCBaFBa .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-uf3bCBaFBa .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-uf3bCBaFBa .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-uf3bCBaFBa .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-uf3bCBaFBa .border-wrap {
    margin-top: 45px;
  }
}
.cid-uf3bCC50sR {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uf3bCC50sR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3bCC50sR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3bCC50sR .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-uf3bCC50sR .content-container {
    flex-direction: column;
  }
}
.cid-uf3bCC50sR .icons-menu {
  display: flex;
}
.cid-uf3bCC50sR .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-uf3bCC50sR .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-uf3bCC50sR .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-uf3bCC50sR .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-uf3bCC50sR .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-uf3bCC50sR .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-uf3bCC50sR .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-uf3bCCXIhV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-uf3bCCXIhV::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uf3bCCXIhV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3bCCXIhV .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-uf3bCCXIhV .container {
    padding: 0 22px;
  }
}
.cid-uf3bCCXIhV .row {
  position: relative;
  z-index: 1;
}
.cid-uf3bCCXIhV .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uf3bCCXIhV .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uf3bCCXIhV .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uf3bCCXIhV .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uf3bCCXIhV .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3bCCXIhV .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uf3bCCXIhV .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uf3bCCXIhV .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uf3bCCXIhV .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uf3bCCXIhV .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uf3bCCXIhV .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uf3bCCXIhV .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uf3bCCXIhV .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uf3bCCXIhV .nav-wrapper .list .item-wrap:hover,
.cid-uf3bCCXIhV .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-uf3bCCXIhV .nav-wrapper .list .item-wrap:hover::before,
.cid-uf3bCCXIhV .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uf3bCCXIhV .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uf3bCCXIhV .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3bCCXIhV .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uf3bCCXIhV .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uf3bCCXIhV .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uf3bCCXIhV .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uf3bCCXIhV .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uf3bCCXIhV .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uf3bCCXIhV .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-uf3bCCXIhV .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uf3bCCXIhV .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uf3bCCXIhV .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uf3bCCXIhV .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uf3bCCXIhV .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3bCCXIhV .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uf3bCCXIhV .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uf3bCCXIhV .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uf3bCCXIhV .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uf3bCCXIhV .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uf3bCCXIhV .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uf3bCCXIhV .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uf3bCCXIhV .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uf3bCCXIhV .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uf3bCCXIhV .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uf3bCCXIhV .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-uf3bCCXIhV .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uf3bCCXIhV .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uf3bCCXIhV .mbr-section-title {
  color: #bbc4bb;
}
.cid-uf3bCCXIhV .mbr-text {
  color: #ffffff;
}
.cid-uf3bCCXIhV .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-uf3bCCXIhV .list {
  color: #ffffff;
}
.cid-uf3bCCXIhV .mbr-contact {
  color: #ffffff;
}
.cid-uf3bCCXIhV .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-uf3bMpn9GG {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/8-691x553.png");
}
.cid-uf3bMpn9GG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3bMpn9GG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3bMpn9GG .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uf3bMqdfKv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uf3bMqdfKv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3bMqdfKv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3bMqdfKv .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uf3bMqdfKv .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-uf3bMqdfKv .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-uf3bMqdfKv .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uf3bMqdfKv .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uf3bMqdfKv .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uf3bMqdfKv .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-uf3bMqdfKv .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-uf3bMqdfKv .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-uf3bMqdfKv .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-uf3bMqdfKv .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-uf3bMqdfKv .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uf3bMqdfKv .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uf3bMqdfKv .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-uf3bMqdfKv .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-uf3bMqdfKv .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-uf3bMqdfKv .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uf3bMqdfKv .mbr-section-title {
  color: #E0BDB6;
}
.cid-uf3bMqdfKv .mbr-section-subtitle {
  color: #747474;
}
.cid-uf3bMqdfKv .mbr-text {
  color: #747474;
}
.cid-uf3bMqdfKv .panel-title-edit {
  color: #092975;
}
.cid-uf3bMqdfKv .panel-text {
  color: #747474;
}
.cid-uf3bMqdfKv .mbr-section-title,
.cid-uf3bMqdfKv .mbr-section-btn {
  color: #092975;
}
.cid-uf3bMrgfip {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uf3bMrgfip .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3bMrgfip .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3bMrgfip .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uf3bMrgfip .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uf3bMrgfip .container {
    padding: 0 25px;
  }
}
.cid-uf3bMrgfip .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uf3bMrgfip .row {
    padding-top: 45px;
  }
}
.cid-uf3bMrgfip .item:hover .item-wrapper .item-img img,
.cid-uf3bMrgfip .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-uf3bMrgfip .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uf3bMrgfip .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-uf3bMrgfip .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-uf3bMrgfip .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-uf3bMrgfip .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-uf3bMrgfip .border-wrap {
    margin-top: 45px;
  }
}
.cid-uf3bMsbdIF {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uf3bMsbdIF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3bMsbdIF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3bMsbdIF .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-uf3bMsbdIF .content-container {
    flex-direction: column;
  }
}
.cid-uf3bMsbdIF .icons-menu {
  display: flex;
}
.cid-uf3bMsbdIF .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-uf3bMsbdIF .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-uf3bMsbdIF .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-uf3bMsbdIF .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-uf3bMsbdIF .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-uf3bMsbdIF .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-uf3bMsbdIF .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-uf3bMt4UaS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-uf3bMt4UaS::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uf3bMt4UaS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3bMt4UaS .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-uf3bMt4UaS .container {
    padding: 0 22px;
  }
}
.cid-uf3bMt4UaS .row {
  position: relative;
  z-index: 1;
}
.cid-uf3bMt4UaS .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uf3bMt4UaS .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uf3bMt4UaS .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uf3bMt4UaS .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uf3bMt4UaS .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3bMt4UaS .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uf3bMt4UaS .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uf3bMt4UaS .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uf3bMt4UaS .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uf3bMt4UaS .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uf3bMt4UaS .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uf3bMt4UaS .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uf3bMt4UaS .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uf3bMt4UaS .nav-wrapper .list .item-wrap:hover,
.cid-uf3bMt4UaS .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-uf3bMt4UaS .nav-wrapper .list .item-wrap:hover::before,
.cid-uf3bMt4UaS .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uf3bMt4UaS .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uf3bMt4UaS .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3bMt4UaS .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uf3bMt4UaS .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uf3bMt4UaS .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uf3bMt4UaS .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uf3bMt4UaS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uf3bMt4UaS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uf3bMt4UaS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-uf3bMt4UaS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uf3bMt4UaS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uf3bMt4UaS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uf3bMt4UaS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uf3bMt4UaS .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3bMt4UaS .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uf3bMt4UaS .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uf3bMt4UaS .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uf3bMt4UaS .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uf3bMt4UaS .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uf3bMt4UaS .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uf3bMt4UaS .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uf3bMt4UaS .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uf3bMt4UaS .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uf3bMt4UaS .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uf3bMt4UaS .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-uf3bMt4UaS .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uf3bMt4UaS .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uf3bMt4UaS .mbr-section-title {
  color: #bbc4bb;
}
.cid-uf3bMt4UaS .mbr-text {
  color: #ffffff;
}
.cid-uf3bMt4UaS .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-uf3bMt4UaS .list {
  color: #ffffff;
}
.cid-uf3bMt4UaS .mbr-contact {
  color: #ffffff;
}
.cid-uf3bMt4UaS .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-uf3bXoiz0T {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/safari-banner-1200x400.png");
}
.cid-uf3bXoiz0T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3bXoiz0T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3bXoiz0T .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uf3bXpg8rV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uf3bXpg8rV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3bXpg8rV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3bXpg8rV .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uf3bXpg8rV .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-uf3bXpg8rV .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-uf3bXpg8rV .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uf3bXpg8rV .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uf3bXpg8rV .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uf3bXpg8rV .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-uf3bXpg8rV .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-uf3bXpg8rV .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-uf3bXpg8rV .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-uf3bXpg8rV .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-uf3bXpg8rV .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uf3bXpg8rV .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uf3bXpg8rV .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-uf3bXpg8rV .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-uf3bXpg8rV .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-uf3bXpg8rV .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uf3bXpg8rV .mbr-section-title {
  color: #E0BDB6;
}
.cid-uf3bXpg8rV .mbr-section-subtitle {
  color: #747474;
}
.cid-uf3bXpg8rV .mbr-text {
  color: #747474;
}
.cid-uf3bXpg8rV .panel-title-edit {
  color: #092975;
}
.cid-uf3bXpg8rV .panel-text {
  color: #747474;
}
.cid-uf3bXpg8rV .mbr-section-title,
.cid-uf3bXpg8rV .mbr-section-btn {
  color: #092975;
}
.cid-uf3bXqgjiL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uf3bXqgjiL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3bXqgjiL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3bXqgjiL .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uf3bXqgjiL .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uf3bXqgjiL .container {
    padding: 0 25px;
  }
}
.cid-uf3bXqgjiL .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uf3bXqgjiL .row {
    padding-top: 45px;
  }
}
.cid-uf3bXqgjiL .item:hover .item-wrapper .item-img img,
.cid-uf3bXqgjiL .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-uf3bXqgjiL .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uf3bXqgjiL .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-uf3bXqgjiL .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-uf3bXqgjiL .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-uf3bXqgjiL .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-uf3bXqgjiL .border-wrap {
    margin-top: 45px;
  }
}
.cid-uf3bXruHvm {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uf3bXruHvm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3bXruHvm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3bXruHvm .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-uf3bXruHvm .content-container {
    flex-direction: column;
  }
}
.cid-uf3bXruHvm .icons-menu {
  display: flex;
}
.cid-uf3bXruHvm .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-uf3bXruHvm .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-uf3bXruHvm .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-uf3bXruHvm .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-uf3bXruHvm .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-uf3bXruHvm .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-uf3bXruHvm .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-uf3bXtaiRm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-uf3bXtaiRm::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uf3bXtaiRm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3bXtaiRm .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-uf3bXtaiRm .container {
    padding: 0 22px;
  }
}
.cid-uf3bXtaiRm .row {
  position: relative;
  z-index: 1;
}
.cid-uf3bXtaiRm .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uf3bXtaiRm .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uf3bXtaiRm .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uf3bXtaiRm .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uf3bXtaiRm .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3bXtaiRm .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uf3bXtaiRm .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uf3bXtaiRm .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uf3bXtaiRm .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uf3bXtaiRm .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uf3bXtaiRm .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uf3bXtaiRm .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uf3bXtaiRm .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uf3bXtaiRm .nav-wrapper .list .item-wrap:hover,
.cid-uf3bXtaiRm .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-uf3bXtaiRm .nav-wrapper .list .item-wrap:hover::before,
.cid-uf3bXtaiRm .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uf3bXtaiRm .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uf3bXtaiRm .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3bXtaiRm .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uf3bXtaiRm .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uf3bXtaiRm .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uf3bXtaiRm .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uf3bXtaiRm .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uf3bXtaiRm .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uf3bXtaiRm .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-uf3bXtaiRm .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uf3bXtaiRm .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uf3bXtaiRm .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uf3bXtaiRm .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uf3bXtaiRm .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3bXtaiRm .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uf3bXtaiRm .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uf3bXtaiRm .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uf3bXtaiRm .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uf3bXtaiRm .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uf3bXtaiRm .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uf3bXtaiRm .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uf3bXtaiRm .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uf3bXtaiRm .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uf3bXtaiRm .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uf3bXtaiRm .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-uf3bXtaiRm .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uf3bXtaiRm .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uf3bXtaiRm .mbr-section-title {
  color: #bbc4bb;
}
.cid-uf3bXtaiRm .mbr-text {
  color: #ffffff;
}
.cid-uf3bXtaiRm .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-uf3bXtaiRm .list {
  color: #ffffff;
}
.cid-uf3bXtaiRm .mbr-contact {
  color: #ffffff;
}
.cid-uf3bXtaiRm .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-uf3c9oPY9d {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/lahbab-1-800x800.jpg");
}
.cid-uf3c9oPY9d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3c9oPY9d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3c9oPY9d .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uf3c9pLQxc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uf3c9pLQxc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3c9pLQxc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3c9pLQxc .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uf3c9pLQxc .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-uf3c9pLQxc .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-uf3c9pLQxc .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uf3c9pLQxc .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uf3c9pLQxc .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uf3c9pLQxc .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-uf3c9pLQxc .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-uf3c9pLQxc .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-uf3c9pLQxc .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-uf3c9pLQxc .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-uf3c9pLQxc .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uf3c9pLQxc .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uf3c9pLQxc .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-uf3c9pLQxc .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-uf3c9pLQxc .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-uf3c9pLQxc .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uf3c9pLQxc .mbr-section-title {
  color: #E0BDB6;
}
.cid-uf3c9pLQxc .mbr-section-subtitle {
  color: #747474;
}
.cid-uf3c9pLQxc .mbr-text {
  color: #747474;
}
.cid-uf3c9pLQxc .panel-title-edit {
  color: #092975;
}
.cid-uf3c9pLQxc .panel-text {
  color: #747474;
}
.cid-uf3c9pLQxc .mbr-section-title,
.cid-uf3c9pLQxc .mbr-section-btn {
  color: #092975;
}
.cid-uf3c9qRWyD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uf3c9qRWyD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3c9qRWyD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3c9qRWyD .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uf3c9qRWyD .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uf3c9qRWyD .container {
    padding: 0 25px;
  }
}
.cid-uf3c9qRWyD .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uf3c9qRWyD .row {
    padding-top: 45px;
  }
}
.cid-uf3c9qRWyD .item:hover .item-wrapper .item-img img,
.cid-uf3c9qRWyD .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-uf3c9qRWyD .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uf3c9qRWyD .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-uf3c9qRWyD .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-uf3c9qRWyD .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-uf3c9qRWyD .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-uf3c9qRWyD .border-wrap {
    margin-top: 45px;
  }
}
.cid-uf3c9s3st3 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uf3c9s3st3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3c9s3st3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3c9s3st3 .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-uf3c9s3st3 .content-container {
    flex-direction: column;
  }
}
.cid-uf3c9s3st3 .icons-menu {
  display: flex;
}
.cid-uf3c9s3st3 .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-uf3c9s3st3 .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-uf3c9s3st3 .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-uf3c9s3st3 .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-uf3c9s3st3 .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-uf3c9s3st3 .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-uf3c9s3st3 .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-uf3c9t9OCX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-uf3c9t9OCX::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uf3c9t9OCX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3c9t9OCX .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-uf3c9t9OCX .container {
    padding: 0 22px;
  }
}
.cid-uf3c9t9OCX .row {
  position: relative;
  z-index: 1;
}
.cid-uf3c9t9OCX .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uf3c9t9OCX .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uf3c9t9OCX .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uf3c9t9OCX .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uf3c9t9OCX .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3c9t9OCX .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uf3c9t9OCX .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uf3c9t9OCX .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uf3c9t9OCX .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uf3c9t9OCX .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uf3c9t9OCX .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uf3c9t9OCX .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uf3c9t9OCX .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uf3c9t9OCX .nav-wrapper .list .item-wrap:hover,
.cid-uf3c9t9OCX .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-uf3c9t9OCX .nav-wrapper .list .item-wrap:hover::before,
.cid-uf3c9t9OCX .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uf3c9t9OCX .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uf3c9t9OCX .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3c9t9OCX .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uf3c9t9OCX .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uf3c9t9OCX .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uf3c9t9OCX .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uf3c9t9OCX .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uf3c9t9OCX .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uf3c9t9OCX .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-uf3c9t9OCX .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uf3c9t9OCX .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uf3c9t9OCX .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uf3c9t9OCX .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uf3c9t9OCX .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3c9t9OCX .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uf3c9t9OCX .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uf3c9t9OCX .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uf3c9t9OCX .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uf3c9t9OCX .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uf3c9t9OCX .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uf3c9t9OCX .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uf3c9t9OCX .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uf3c9t9OCX .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uf3c9t9OCX .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uf3c9t9OCX .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-uf3c9t9OCX .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uf3c9t9OCX .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uf3c9t9OCX .mbr-section-title {
  color: #bbc4bb;
}
.cid-uf3c9t9OCX .mbr-text {
  color: #ffffff;
}
.cid-uf3c9t9OCX .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-uf3c9t9OCX .list {
  color: #ffffff;
}
.cid-uf3c9t9OCX .mbr-contact {
  color: #ffffff;
}
.cid-uf3c9t9OCX .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-uf3cm4iarZ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/8-691x553.png");
}
.cid-uf3cm4iarZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3cm4iarZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3cm4iarZ .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uf3cm5mUeX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uf3cm5mUeX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3cm5mUeX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3cm5mUeX .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uf3cm5mUeX .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-uf3cm5mUeX .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-uf3cm5mUeX .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uf3cm5mUeX .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uf3cm5mUeX .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uf3cm5mUeX .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-uf3cm5mUeX .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-uf3cm5mUeX .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-uf3cm5mUeX .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-uf3cm5mUeX .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-uf3cm5mUeX .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uf3cm5mUeX .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uf3cm5mUeX .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-uf3cm5mUeX .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-uf3cm5mUeX .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-uf3cm5mUeX .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uf3cm5mUeX .mbr-section-title {
  color: #E0BDB6;
}
.cid-uf3cm5mUeX .mbr-section-subtitle {
  color: #747474;
}
.cid-uf3cm5mUeX .mbr-text {
  color: #747474;
}
.cid-uf3cm5mUeX .panel-title-edit {
  color: #092975;
}
.cid-uf3cm5mUeX .panel-text {
  color: #747474;
}
.cid-uf3cm5mUeX .mbr-section-title,
.cid-uf3cm5mUeX .mbr-section-btn {
  color: #092975;
}
.cid-uf3cm6oExE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uf3cm6oExE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3cm6oExE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3cm6oExE .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uf3cm6oExE .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uf3cm6oExE .container {
    padding: 0 25px;
  }
}
.cid-uf3cm6oExE .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uf3cm6oExE .row {
    padding-top: 45px;
  }
}
.cid-uf3cm6oExE .item:hover .item-wrapper .item-img img,
.cid-uf3cm6oExE .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-uf3cm6oExE .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uf3cm6oExE .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-uf3cm6oExE .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-uf3cm6oExE .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-uf3cm6oExE .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-uf3cm6oExE .border-wrap {
    margin-top: 45px;
  }
}
.cid-uf3cm7jOd6 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uf3cm7jOd6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3cm7jOd6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3cm7jOd6 .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-uf3cm7jOd6 .content-container {
    flex-direction: column;
  }
}
.cid-uf3cm7jOd6 .icons-menu {
  display: flex;
}
.cid-uf3cm7jOd6 .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-uf3cm7jOd6 .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-uf3cm7jOd6 .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-uf3cm7jOd6 .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-uf3cm7jOd6 .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-uf3cm7jOd6 .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-uf3cm7jOd6 .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-uf3cm8cSCx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-uf3cm8cSCx::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uf3cm8cSCx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3cm8cSCx .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-uf3cm8cSCx .container {
    padding: 0 22px;
  }
}
.cid-uf3cm8cSCx .row {
  position: relative;
  z-index: 1;
}
.cid-uf3cm8cSCx .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uf3cm8cSCx .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uf3cm8cSCx .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uf3cm8cSCx .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uf3cm8cSCx .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3cm8cSCx .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uf3cm8cSCx .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uf3cm8cSCx .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uf3cm8cSCx .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uf3cm8cSCx .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uf3cm8cSCx .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uf3cm8cSCx .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uf3cm8cSCx .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uf3cm8cSCx .nav-wrapper .list .item-wrap:hover,
.cid-uf3cm8cSCx .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-uf3cm8cSCx .nav-wrapper .list .item-wrap:hover::before,
.cid-uf3cm8cSCx .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uf3cm8cSCx .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uf3cm8cSCx .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3cm8cSCx .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uf3cm8cSCx .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uf3cm8cSCx .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uf3cm8cSCx .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uf3cm8cSCx .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uf3cm8cSCx .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uf3cm8cSCx .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-uf3cm8cSCx .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uf3cm8cSCx .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uf3cm8cSCx .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uf3cm8cSCx .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uf3cm8cSCx .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3cm8cSCx .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uf3cm8cSCx .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uf3cm8cSCx .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uf3cm8cSCx .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uf3cm8cSCx .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uf3cm8cSCx .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uf3cm8cSCx .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uf3cm8cSCx .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uf3cm8cSCx .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uf3cm8cSCx .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uf3cm8cSCx .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-uf3cm8cSCx .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uf3cm8cSCx .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uf3cm8cSCx .mbr-section-title {
  color: #bbc4bb;
}
.cid-uf3cm8cSCx .mbr-text {
  color: #ffffff;
}
.cid-uf3cm8cSCx .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-uf3cm8cSCx .list {
  color: #ffffff;
}
.cid-uf3cm8cSCx .mbr-contact {
  color: #ffffff;
}
.cid-uf3cm8cSCx .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-uf3cvZqkyj {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/heritage-safari-9-515x515.jpg");
}
.cid-uf3cvZqkyj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3cvZqkyj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3cvZqkyj .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uf3cw0kEsG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uf3cw0kEsG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3cw0kEsG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3cw0kEsG .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uf3cw0kEsG .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-uf3cw0kEsG .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-uf3cw0kEsG .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uf3cw0kEsG .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uf3cw0kEsG .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uf3cw0kEsG .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-uf3cw0kEsG .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-uf3cw0kEsG .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-uf3cw0kEsG .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-uf3cw0kEsG .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-uf3cw0kEsG .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uf3cw0kEsG .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uf3cw0kEsG .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-uf3cw0kEsG .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-uf3cw0kEsG .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-uf3cw0kEsG .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uf3cw0kEsG .mbr-section-title {
  color: #E0BDB6;
}
.cid-uf3cw0kEsG .mbr-section-subtitle {
  color: #747474;
}
.cid-uf3cw0kEsG .mbr-text {
  color: #747474;
}
.cid-uf3cw0kEsG .panel-title-edit {
  color: #092975;
}
.cid-uf3cw0kEsG .panel-text {
  color: #747474;
}
.cid-uf3cw0kEsG .mbr-section-title,
.cid-uf3cw0kEsG .mbr-section-btn {
  color: #092975;
}
.cid-uf3cw1tKPJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uf3cw1tKPJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3cw1tKPJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3cw1tKPJ .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uf3cw1tKPJ .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uf3cw1tKPJ .container {
    padding: 0 25px;
  }
}
.cid-uf3cw1tKPJ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uf3cw1tKPJ .row {
    padding-top: 45px;
  }
}
.cid-uf3cw1tKPJ .item:hover .item-wrapper .item-img img,
.cid-uf3cw1tKPJ .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-uf3cw1tKPJ .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uf3cw1tKPJ .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-uf3cw1tKPJ .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-uf3cw1tKPJ .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-uf3cw1tKPJ .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-uf3cw1tKPJ .border-wrap {
    margin-top: 45px;
  }
}
.cid-uf3cw2nv6s {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uf3cw2nv6s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3cw2nv6s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3cw2nv6s .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-uf3cw2nv6s .content-container {
    flex-direction: column;
  }
}
.cid-uf3cw2nv6s .icons-menu {
  display: flex;
}
.cid-uf3cw2nv6s .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-uf3cw2nv6s .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-uf3cw2nv6s .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-uf3cw2nv6s .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-uf3cw2nv6s .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-uf3cw2nv6s .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-uf3cw2nv6s .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-uf3cw3oyp9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-uf3cw3oyp9::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uf3cw3oyp9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3cw3oyp9 .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-uf3cw3oyp9 .container {
    padding: 0 22px;
  }
}
.cid-uf3cw3oyp9 .row {
  position: relative;
  z-index: 1;
}
.cid-uf3cw3oyp9 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uf3cw3oyp9 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uf3cw3oyp9 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uf3cw3oyp9 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uf3cw3oyp9 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3cw3oyp9 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uf3cw3oyp9 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uf3cw3oyp9 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uf3cw3oyp9 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uf3cw3oyp9 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uf3cw3oyp9 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uf3cw3oyp9 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uf3cw3oyp9 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uf3cw3oyp9 .nav-wrapper .list .item-wrap:hover,
.cid-uf3cw3oyp9 .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-uf3cw3oyp9 .nav-wrapper .list .item-wrap:hover::before,
.cid-uf3cw3oyp9 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uf3cw3oyp9 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uf3cw3oyp9 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3cw3oyp9 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uf3cw3oyp9 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uf3cw3oyp9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uf3cw3oyp9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uf3cw3oyp9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uf3cw3oyp9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uf3cw3oyp9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-uf3cw3oyp9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uf3cw3oyp9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uf3cw3oyp9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uf3cw3oyp9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uf3cw3oyp9 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3cw3oyp9 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uf3cw3oyp9 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uf3cw3oyp9 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uf3cw3oyp9 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uf3cw3oyp9 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uf3cw3oyp9 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uf3cw3oyp9 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uf3cw3oyp9 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uf3cw3oyp9 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uf3cw3oyp9 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uf3cw3oyp9 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-uf3cw3oyp9 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uf3cw3oyp9 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uf3cw3oyp9 .mbr-section-title {
  color: #bbc4bb;
}
.cid-uf3cw3oyp9 .mbr-text {
  color: #ffffff;
}
.cid-uf3cw3oyp9 .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-uf3cw3oyp9 .list {
  color: #ffffff;
}
.cid-uf3cw3oyp9 .mbr-contact {
  color: #ffffff;
}
.cid-uf3cw3oyp9 .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-uf3cGovQNE {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/8-691x553.png");
}
.cid-uf3cGovQNE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3cGovQNE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3cGovQNE .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uf3cGpBW8i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uf3cGpBW8i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3cGpBW8i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3cGpBW8i .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uf3cGpBW8i .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-uf3cGpBW8i .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-uf3cGpBW8i .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uf3cGpBW8i .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uf3cGpBW8i .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uf3cGpBW8i .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-uf3cGpBW8i .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-uf3cGpBW8i .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-uf3cGpBW8i .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-uf3cGpBW8i .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-uf3cGpBW8i .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uf3cGpBW8i .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uf3cGpBW8i .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-uf3cGpBW8i .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-uf3cGpBW8i .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-uf3cGpBW8i .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uf3cGpBW8i .mbr-section-title {
  color: #E0BDB6;
}
.cid-uf3cGpBW8i .mbr-section-subtitle {
  color: #747474;
}
.cid-uf3cGpBW8i .mbr-text {
  color: #747474;
}
.cid-uf3cGpBW8i .panel-title-edit {
  color: #092975;
}
.cid-uf3cGpBW8i .panel-text {
  color: #747474;
}
.cid-uf3cGpBW8i .mbr-section-title,
.cid-uf3cGpBW8i .mbr-section-btn {
  color: #092975;
}
.cid-uf3cGqEYIG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uf3cGqEYIG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3cGqEYIG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3cGqEYIG .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uf3cGqEYIG .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uf3cGqEYIG .container {
    padding: 0 25px;
  }
}
.cid-uf3cGqEYIG .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uf3cGqEYIG .row {
    padding-top: 45px;
  }
}
.cid-uf3cGqEYIG .item:hover .item-wrapper .item-img img,
.cid-uf3cGqEYIG .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-uf3cGqEYIG .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uf3cGqEYIG .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-uf3cGqEYIG .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-uf3cGqEYIG .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-uf3cGqEYIG .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-uf3cGqEYIG .border-wrap {
    margin-top: 45px;
  }
}
.cid-uf3cGsGyR6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-uf3cGsGyR6::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uf3cGsGyR6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3cGsGyR6 .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-uf3cGsGyR6 .container {
    padding: 0 22px;
  }
}
.cid-uf3cGsGyR6 .row {
  position: relative;
  z-index: 1;
}
.cid-uf3cGsGyR6 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uf3cGsGyR6 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uf3cGsGyR6 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uf3cGsGyR6 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uf3cGsGyR6 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3cGsGyR6 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uf3cGsGyR6 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uf3cGsGyR6 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uf3cGsGyR6 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uf3cGsGyR6 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uf3cGsGyR6 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uf3cGsGyR6 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uf3cGsGyR6 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uf3cGsGyR6 .nav-wrapper .list .item-wrap:hover,
.cid-uf3cGsGyR6 .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-uf3cGsGyR6 .nav-wrapper .list .item-wrap:hover::before,
.cid-uf3cGsGyR6 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uf3cGsGyR6 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uf3cGsGyR6 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3cGsGyR6 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uf3cGsGyR6 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uf3cGsGyR6 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uf3cGsGyR6 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uf3cGsGyR6 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uf3cGsGyR6 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uf3cGsGyR6 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-uf3cGsGyR6 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uf3cGsGyR6 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uf3cGsGyR6 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uf3cGsGyR6 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uf3cGsGyR6 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3cGsGyR6 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uf3cGsGyR6 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uf3cGsGyR6 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uf3cGsGyR6 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uf3cGsGyR6 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uf3cGsGyR6 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uf3cGsGyR6 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uf3cGsGyR6 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uf3cGsGyR6 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uf3cGsGyR6 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uf3cGsGyR6 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-uf3cGsGyR6 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uf3cGsGyR6 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uf3cGsGyR6 .mbr-section-title {
  color: #bbc4bb;
}
.cid-uf3cGsGyR6 .mbr-text {
  color: #ffffff;
}
.cid-uf3cGsGyR6 .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-uf3cGsGyR6 .list {
  color: #ffffff;
}
.cid-uf3cGsGyR6 .mbr-contact {
  color: #ffffff;
}
.cid-uf3cGsGyR6 .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-uf3d1fsXUJ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/8-691x553.png");
}
.cid-uf3d1fsXUJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3d1fsXUJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3d1fsXUJ .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uf3d1g4MfM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uf3d1g4MfM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3d1g4MfM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3d1g4MfM .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uf3d1g4MfM .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-uf3d1g4MfM .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-uf3d1g4MfM .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uf3d1g4MfM .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uf3d1g4MfM .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uf3d1g4MfM .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-uf3d1g4MfM .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-uf3d1g4MfM .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-uf3d1g4MfM .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-uf3d1g4MfM .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-uf3d1g4MfM .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uf3d1g4MfM .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uf3d1g4MfM .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-uf3d1g4MfM .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-uf3d1g4MfM .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-uf3d1g4MfM .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uf3d1g4MfM .mbr-section-title {
  color: #E0BDB6;
}
.cid-uf3d1g4MfM .mbr-section-subtitle {
  color: #747474;
}
.cid-uf3d1g4MfM .mbr-text {
  color: #747474;
}
.cid-uf3d1g4MfM .panel-title-edit {
  color: #092975;
}
.cid-uf3d1g4MfM .panel-text {
  color: #747474;
}
.cid-uf3d1g4MfM .mbr-section-title,
.cid-uf3d1g4MfM .mbr-section-btn {
  color: #092975;
}
.cid-uf3d1gMJZv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uf3d1gMJZv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3d1gMJZv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3d1gMJZv .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uf3d1gMJZv .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uf3d1gMJZv .container {
    padding: 0 25px;
  }
}
.cid-uf3d1gMJZv .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uf3d1gMJZv .row {
    padding-top: 45px;
  }
}
.cid-uf3d1gMJZv .item:hover .item-wrapper .item-img img,
.cid-uf3d1gMJZv .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-uf3d1gMJZv .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uf3d1gMJZv .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-uf3d1gMJZv .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-uf3d1gMJZv .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-uf3d1gMJZv .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-uf3d1gMJZv .border-wrap {
    margin-top: 45px;
  }
}
.cid-uf3d1hyWV1 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uf3d1hyWV1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3d1hyWV1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3d1hyWV1 .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-uf3d1hyWV1 .content-container {
    flex-direction: column;
  }
}
.cid-uf3d1hyWV1 .icons-menu {
  display: flex;
}
.cid-uf3d1hyWV1 .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-uf3d1hyWV1 .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-uf3d1hyWV1 .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-uf3d1hyWV1 .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-uf3d1hyWV1 .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-uf3d1hyWV1 .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-uf3d1hyWV1 .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-uf3d1ildZ2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-uf3d1ildZ2::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uf3d1ildZ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3d1ildZ2 .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-uf3d1ildZ2 .container {
    padding: 0 22px;
  }
}
.cid-uf3d1ildZ2 .row {
  position: relative;
  z-index: 1;
}
.cid-uf3d1ildZ2 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uf3d1ildZ2 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uf3d1ildZ2 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uf3d1ildZ2 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uf3d1ildZ2 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3d1ildZ2 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uf3d1ildZ2 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uf3d1ildZ2 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uf3d1ildZ2 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uf3d1ildZ2 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uf3d1ildZ2 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uf3d1ildZ2 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uf3d1ildZ2 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uf3d1ildZ2 .nav-wrapper .list .item-wrap:hover,
.cid-uf3d1ildZ2 .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-uf3d1ildZ2 .nav-wrapper .list .item-wrap:hover::before,
.cid-uf3d1ildZ2 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uf3d1ildZ2 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uf3d1ildZ2 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3d1ildZ2 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uf3d1ildZ2 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uf3d1ildZ2 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uf3d1ildZ2 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uf3d1ildZ2 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uf3d1ildZ2 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uf3d1ildZ2 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-uf3d1ildZ2 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uf3d1ildZ2 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uf3d1ildZ2 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uf3d1ildZ2 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uf3d1ildZ2 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3d1ildZ2 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uf3d1ildZ2 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uf3d1ildZ2 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uf3d1ildZ2 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uf3d1ildZ2 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uf3d1ildZ2 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uf3d1ildZ2 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uf3d1ildZ2 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uf3d1ildZ2 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uf3d1ildZ2 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uf3d1ildZ2 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-uf3d1ildZ2 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uf3d1ildZ2 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uf3d1ildZ2 .mbr-section-title {
  color: #bbc4bb;
}
.cid-uf3d1ildZ2 .mbr-text {
  color: #ffffff;
}
.cid-uf3d1ildZ2 .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-uf3d1ildZ2 .list {
  color: #ffffff;
}
.cid-uf3d1ildZ2 .mbr-contact {
  color: #ffffff;
}
.cid-uf3d1ildZ2 .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-uf3d5HFQOD {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/8-691x553.png");
}
.cid-uf3d5HFQOD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3d5HFQOD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3d5HFQOD .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uf3d5IqoGx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uf3d5IqoGx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3d5IqoGx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3d5IqoGx .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uf3d5IqoGx .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-uf3d5IqoGx .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-uf3d5IqoGx .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uf3d5IqoGx .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uf3d5IqoGx .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uf3d5IqoGx .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-uf3d5IqoGx .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-uf3d5IqoGx .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-uf3d5IqoGx .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-uf3d5IqoGx .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-uf3d5IqoGx .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uf3d5IqoGx .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uf3d5IqoGx .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-uf3d5IqoGx .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-uf3d5IqoGx .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-uf3d5IqoGx .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uf3d5IqoGx .mbr-section-title {
  color: #E0BDB6;
}
.cid-uf3d5IqoGx .mbr-section-subtitle {
  color: #747474;
}
.cid-uf3d5IqoGx .mbr-text {
  color: #747474;
}
.cid-uf3d5IqoGx .panel-title-edit {
  color: #092975;
}
.cid-uf3d5IqoGx .panel-text {
  color: #747474;
}
.cid-uf3d5IqoGx .mbr-section-title,
.cid-uf3d5IqoGx .mbr-section-btn {
  color: #092975;
}
.cid-uf3d5JlC4C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uf3d5JlC4C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3d5JlC4C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3d5JlC4C .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uf3d5JlC4C .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uf3d5JlC4C .container {
    padding: 0 25px;
  }
}
.cid-uf3d5JlC4C .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uf3d5JlC4C .row {
    padding-top: 45px;
  }
}
.cid-uf3d5JlC4C .item:hover .item-wrapper .item-img img,
.cid-uf3d5JlC4C .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-uf3d5JlC4C .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uf3d5JlC4C .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-uf3d5JlC4C .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-uf3d5JlC4C .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-uf3d5JlC4C .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-uf3d5JlC4C .border-wrap {
    margin-top: 45px;
  }
}
.cid-uf3d5K82nz {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uf3d5K82nz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3d5K82nz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3d5K82nz .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-uf3d5K82nz .content-container {
    flex-direction: column;
  }
}
.cid-uf3d5K82nz .icons-menu {
  display: flex;
}
.cid-uf3d5K82nz .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-uf3d5K82nz .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-uf3d5K82nz .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-uf3d5K82nz .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-uf3d5K82nz .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-uf3d5K82nz .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-uf3d5K82nz .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-uf3d5KW7m1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-uf3d5KW7m1::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uf3d5KW7m1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3d5KW7m1 .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-uf3d5KW7m1 .container {
    padding: 0 22px;
  }
}
.cid-uf3d5KW7m1 .row {
  position: relative;
  z-index: 1;
}
.cid-uf3d5KW7m1 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uf3d5KW7m1 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uf3d5KW7m1 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uf3d5KW7m1 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uf3d5KW7m1 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3d5KW7m1 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uf3d5KW7m1 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uf3d5KW7m1 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uf3d5KW7m1 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uf3d5KW7m1 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uf3d5KW7m1 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uf3d5KW7m1 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uf3d5KW7m1 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uf3d5KW7m1 .nav-wrapper .list .item-wrap:hover,
.cid-uf3d5KW7m1 .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-uf3d5KW7m1 .nav-wrapper .list .item-wrap:hover::before,
.cid-uf3d5KW7m1 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uf3d5KW7m1 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uf3d5KW7m1 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3d5KW7m1 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uf3d5KW7m1 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uf3d5KW7m1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uf3d5KW7m1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uf3d5KW7m1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uf3d5KW7m1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uf3d5KW7m1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-uf3d5KW7m1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uf3d5KW7m1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uf3d5KW7m1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uf3d5KW7m1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uf3d5KW7m1 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3d5KW7m1 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uf3d5KW7m1 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uf3d5KW7m1 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uf3d5KW7m1 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uf3d5KW7m1 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uf3d5KW7m1 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uf3d5KW7m1 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uf3d5KW7m1 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uf3d5KW7m1 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uf3d5KW7m1 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uf3d5KW7m1 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-uf3d5KW7m1 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uf3d5KW7m1 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uf3d5KW7m1 .mbr-section-title {
  color: #bbc4bb;
}
.cid-uf3d5KW7m1 .mbr-text {
  color: #ffffff;
}
.cid-uf3d5KW7m1 .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-uf3d5KW7m1 .list {
  color: #ffffff;
}
.cid-uf3d5KW7m1 .mbr-contact {
  color: #ffffff;
}
.cid-uf3d5KW7m1 .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-uf3diozrVS {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/8-691x553.png");
}
.cid-uf3diozrVS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3diozrVS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3diozrVS .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uf3dipjIPe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uf3dipjIPe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3dipjIPe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3dipjIPe .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uf3dipjIPe .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-uf3dipjIPe .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-uf3dipjIPe .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uf3dipjIPe .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uf3dipjIPe .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uf3dipjIPe .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-uf3dipjIPe .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-uf3dipjIPe .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-uf3dipjIPe .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-uf3dipjIPe .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-uf3dipjIPe .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uf3dipjIPe .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uf3dipjIPe .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-uf3dipjIPe .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-uf3dipjIPe .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-uf3dipjIPe .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uf3dipjIPe .mbr-section-title {
  color: #E0BDB6;
}
.cid-uf3dipjIPe .mbr-section-subtitle {
  color: #747474;
}
.cid-uf3dipjIPe .mbr-text {
  color: #747474;
}
.cid-uf3dipjIPe .panel-title-edit {
  color: #092975;
}
.cid-uf3dipjIPe .panel-text {
  color: #747474;
}
.cid-uf3dipjIPe .mbr-section-title,
.cid-uf3dipjIPe .mbr-section-btn {
  color: #092975;
}
.cid-uf3diqjSuj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uf3diqjSuj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3diqjSuj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3diqjSuj .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uf3diqjSuj .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uf3diqjSuj .container {
    padding: 0 25px;
  }
}
.cid-uf3diqjSuj .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uf3diqjSuj .row {
    padding-top: 45px;
  }
}
.cid-uf3diqjSuj .item:hover .item-wrapper .item-img img,
.cid-uf3diqjSuj .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-uf3diqjSuj .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uf3diqjSuj .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-uf3diqjSuj .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-uf3diqjSuj .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-uf3diqjSuj .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-uf3diqjSuj .border-wrap {
    margin-top: 45px;
  }
}
.cid-uf3dir7wLT {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uf3dir7wLT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3dir7wLT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3dir7wLT .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-uf3dir7wLT .content-container {
    flex-direction: column;
  }
}
.cid-uf3dir7wLT .icons-menu {
  display: flex;
}
.cid-uf3dir7wLT .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-uf3dir7wLT .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-uf3dir7wLT .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-uf3dir7wLT .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-uf3dir7wLT .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-uf3dir7wLT .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-uf3dir7wLT .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-uf3dirW8Z0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-uf3dirW8Z0::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uf3dirW8Z0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3dirW8Z0 .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-uf3dirW8Z0 .container {
    padding: 0 22px;
  }
}
.cid-uf3dirW8Z0 .row {
  position: relative;
  z-index: 1;
}
.cid-uf3dirW8Z0 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uf3dirW8Z0 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uf3dirW8Z0 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uf3dirW8Z0 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uf3dirW8Z0 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3dirW8Z0 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uf3dirW8Z0 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uf3dirW8Z0 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uf3dirW8Z0 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uf3dirW8Z0 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uf3dirW8Z0 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uf3dirW8Z0 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uf3dirW8Z0 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uf3dirW8Z0 .nav-wrapper .list .item-wrap:hover,
.cid-uf3dirW8Z0 .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-uf3dirW8Z0 .nav-wrapper .list .item-wrap:hover::before,
.cid-uf3dirW8Z0 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uf3dirW8Z0 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uf3dirW8Z0 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3dirW8Z0 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uf3dirW8Z0 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uf3dirW8Z0 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uf3dirW8Z0 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uf3dirW8Z0 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uf3dirW8Z0 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uf3dirW8Z0 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-uf3dirW8Z0 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uf3dirW8Z0 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uf3dirW8Z0 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uf3dirW8Z0 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uf3dirW8Z0 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3dirW8Z0 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uf3dirW8Z0 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uf3dirW8Z0 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uf3dirW8Z0 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uf3dirW8Z0 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uf3dirW8Z0 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uf3dirW8Z0 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uf3dirW8Z0 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uf3dirW8Z0 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uf3dirW8Z0 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uf3dirW8Z0 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-uf3dirW8Z0 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uf3dirW8Z0 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uf3dirW8Z0 .mbr-section-title {
  color: #bbc4bb;
}
.cid-uf3dirW8Z0 .mbr-text {
  color: #ffffff;
}
.cid-uf3dirW8Z0 .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-uf3dirW8Z0 .list {
  color: #ffffff;
}
.cid-uf3dirW8Z0 .mbr-contact {
  color: #ffffff;
}
.cid-uf3dirW8Z0 .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-uf3dnYPNyd {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/qudra-safari-2-800x800.jpg");
}
.cid-uf3dnYPNyd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3dnYPNyd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3dnYPNyd .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uf3dnZtcdU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uf3dnZtcdU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3dnZtcdU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3dnZtcdU .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uf3dnZtcdU .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-uf3dnZtcdU .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-uf3dnZtcdU .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uf3dnZtcdU .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uf3dnZtcdU .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uf3dnZtcdU .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-uf3dnZtcdU .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-uf3dnZtcdU .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-uf3dnZtcdU .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-uf3dnZtcdU .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-uf3dnZtcdU .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uf3dnZtcdU .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uf3dnZtcdU .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-uf3dnZtcdU .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-uf3dnZtcdU .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-uf3dnZtcdU .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uf3dnZtcdU .mbr-section-title {
  color: #E0BDB6;
}
.cid-uf3dnZtcdU .mbr-section-subtitle {
  color: #747474;
}
.cid-uf3dnZtcdU .mbr-text {
  color: #747474;
}
.cid-uf3dnZtcdU .panel-title-edit {
  color: #092975;
}
.cid-uf3dnZtcdU .panel-text {
  color: #747474;
}
.cid-uf3dnZtcdU .mbr-section-title,
.cid-uf3dnZtcdU .mbr-section-btn {
  color: #092975;
}
.cid-uf3do0sZCj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uf3do0sZCj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3do0sZCj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3do0sZCj .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uf3do0sZCj .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uf3do0sZCj .container {
    padding: 0 25px;
  }
}
.cid-uf3do0sZCj .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uf3do0sZCj .row {
    padding-top: 45px;
  }
}
.cid-uf3do0sZCj .item:hover .item-wrapper .item-img img,
.cid-uf3do0sZCj .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-uf3do0sZCj .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uf3do0sZCj .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-uf3do0sZCj .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-uf3do0sZCj .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-uf3do0sZCj .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-uf3do0sZCj .border-wrap {
    margin-top: 45px;
  }
}
.cid-uf3do1jIQM {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uf3do1jIQM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3do1jIQM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3do1jIQM .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-uf3do1jIQM .content-container {
    flex-direction: column;
  }
}
.cid-uf3do1jIQM .icons-menu {
  display: flex;
}
.cid-uf3do1jIQM .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-uf3do1jIQM .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-uf3do1jIQM .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-uf3do1jIQM .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-uf3do1jIQM .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-uf3do1jIQM .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-uf3do1jIQM .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-uf3do20oLp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-uf3do20oLp::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uf3do20oLp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3do20oLp .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-uf3do20oLp .container {
    padding: 0 22px;
  }
}
.cid-uf3do20oLp .row {
  position: relative;
  z-index: 1;
}
.cid-uf3do20oLp .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uf3do20oLp .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uf3do20oLp .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uf3do20oLp .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uf3do20oLp .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3do20oLp .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uf3do20oLp .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uf3do20oLp .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uf3do20oLp .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uf3do20oLp .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uf3do20oLp .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uf3do20oLp .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uf3do20oLp .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uf3do20oLp .nav-wrapper .list .item-wrap:hover,
.cid-uf3do20oLp .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-uf3do20oLp .nav-wrapper .list .item-wrap:hover::before,
.cid-uf3do20oLp .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uf3do20oLp .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uf3do20oLp .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3do20oLp .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uf3do20oLp .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uf3do20oLp .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uf3do20oLp .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uf3do20oLp .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uf3do20oLp .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uf3do20oLp .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-uf3do20oLp .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uf3do20oLp .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uf3do20oLp .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uf3do20oLp .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uf3do20oLp .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3do20oLp .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uf3do20oLp .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uf3do20oLp .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uf3do20oLp .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uf3do20oLp .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uf3do20oLp .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uf3do20oLp .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uf3do20oLp .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uf3do20oLp .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uf3do20oLp .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uf3do20oLp .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-uf3do20oLp .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uf3do20oLp .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uf3do20oLp .mbr-section-title {
  color: #bbc4bb;
}
.cid-uf3do20oLp .mbr-text {
  color: #ffffff;
}
.cid-uf3do20oLp .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-uf3do20oLp .list {
  color: #ffffff;
}
.cid-uf3do20oLp .mbr-contact {
  color: #ffffff;
}
.cid-uf3do20oLp .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-uf3dsFvQ1B {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/afternoon-safari-8-800x800.jpg");
}
.cid-uf3dsFvQ1B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3dsFvQ1B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3dsFvQ1B .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uf3dsGkZge {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uf3dsGkZge .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3dsGkZge .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3dsGkZge .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uf3dsGkZge .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-uf3dsGkZge .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-uf3dsGkZge .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uf3dsGkZge .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uf3dsGkZge .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uf3dsGkZge .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-uf3dsGkZge .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-uf3dsGkZge .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-uf3dsGkZge .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-uf3dsGkZge .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-uf3dsGkZge .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uf3dsGkZge .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uf3dsGkZge .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-uf3dsGkZge .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-uf3dsGkZge .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-uf3dsGkZge .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uf3dsGkZge .mbr-section-title {
  color: #E0BDB6;
}
.cid-uf3dsGkZge .mbr-section-subtitle {
  color: #747474;
}
.cid-uf3dsGkZge .mbr-text {
  color: #747474;
}
.cid-uf3dsGkZge .panel-title-edit {
  color: #092975;
}
.cid-uf3dsGkZge .panel-text {
  color: #747474;
}
.cid-uf3dsGkZge .mbr-section-title,
.cid-uf3dsGkZge .mbr-section-btn {
  color: #092975;
}
.cid-uf3dsHkvFY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uf3dsHkvFY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3dsHkvFY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3dsHkvFY .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uf3dsHkvFY .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uf3dsHkvFY .container {
    padding: 0 25px;
  }
}
.cid-uf3dsHkvFY .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uf3dsHkvFY .row {
    padding-top: 45px;
  }
}
.cid-uf3dsHkvFY .item:hover .item-wrapper .item-img img,
.cid-uf3dsHkvFY .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-uf3dsHkvFY .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uf3dsHkvFY .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-uf3dsHkvFY .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-uf3dsHkvFY .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-uf3dsHkvFY .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-uf3dsHkvFY .border-wrap {
    margin-top: 45px;
  }
}
.cid-uf3dsIaupb {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uf3dsIaupb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3dsIaupb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3dsIaupb .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-uf3dsIaupb .content-container {
    flex-direction: column;
  }
}
.cid-uf3dsIaupb .icons-menu {
  display: flex;
}
.cid-uf3dsIaupb .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-uf3dsIaupb .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-uf3dsIaupb .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-uf3dsIaupb .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-uf3dsIaupb .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-uf3dsIaupb .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-uf3dsIaupb .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-uf3dsIUNgk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-uf3dsIUNgk::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uf3dsIUNgk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3dsIUNgk .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-uf3dsIUNgk .container {
    padding: 0 22px;
  }
}
.cid-uf3dsIUNgk .row {
  position: relative;
  z-index: 1;
}
.cid-uf3dsIUNgk .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uf3dsIUNgk .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uf3dsIUNgk .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uf3dsIUNgk .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uf3dsIUNgk .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3dsIUNgk .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uf3dsIUNgk .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uf3dsIUNgk .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uf3dsIUNgk .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uf3dsIUNgk .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uf3dsIUNgk .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uf3dsIUNgk .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uf3dsIUNgk .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uf3dsIUNgk .nav-wrapper .list .item-wrap:hover,
.cid-uf3dsIUNgk .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-uf3dsIUNgk .nav-wrapper .list .item-wrap:hover::before,
.cid-uf3dsIUNgk .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uf3dsIUNgk .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uf3dsIUNgk .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3dsIUNgk .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uf3dsIUNgk .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uf3dsIUNgk .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uf3dsIUNgk .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uf3dsIUNgk .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uf3dsIUNgk .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uf3dsIUNgk .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-uf3dsIUNgk .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uf3dsIUNgk .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uf3dsIUNgk .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uf3dsIUNgk .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uf3dsIUNgk .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3dsIUNgk .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uf3dsIUNgk .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uf3dsIUNgk .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uf3dsIUNgk .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uf3dsIUNgk .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uf3dsIUNgk .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uf3dsIUNgk .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uf3dsIUNgk .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uf3dsIUNgk .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uf3dsIUNgk .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uf3dsIUNgk .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-uf3dsIUNgk .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uf3dsIUNgk .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uf3dsIUNgk .mbr-section-title {
  color: #bbc4bb;
}
.cid-uf3dsIUNgk .mbr-text {
  color: #ffffff;
}
.cid-uf3dsIUNgk .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-uf3dsIUNgk .list {
  color: #ffffff;
}
.cid-uf3dsIUNgk .mbr-contact {
  color: #ffffff;
}
.cid-uf3dsIUNgk .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-uf3dxLYsVx {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/8-691x553.png");
}
.cid-uf3dxLYsVx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3dxLYsVx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3dxLYsVx .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uf3dxMKoW1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uf3dxMKoW1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3dxMKoW1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3dxMKoW1 .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uf3dxMKoW1 .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-uf3dxMKoW1 .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-uf3dxMKoW1 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uf3dxMKoW1 .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uf3dxMKoW1 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uf3dxMKoW1 .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-uf3dxMKoW1 .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-uf3dxMKoW1 .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-uf3dxMKoW1 .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-uf3dxMKoW1 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-uf3dxMKoW1 .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uf3dxMKoW1 .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uf3dxMKoW1 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-uf3dxMKoW1 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-uf3dxMKoW1 .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-uf3dxMKoW1 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uf3dxMKoW1 .mbr-section-title {
  color: #E0BDB6;
}
.cid-uf3dxMKoW1 .mbr-section-subtitle {
  color: #747474;
}
.cid-uf3dxMKoW1 .mbr-text {
  color: #747474;
}
.cid-uf3dxMKoW1 .panel-title-edit {
  color: #092975;
}
.cid-uf3dxMKoW1 .panel-text {
  color: #747474;
}
.cid-uf3dxMKoW1 .mbr-section-title,
.cid-uf3dxMKoW1 .mbr-section-btn {
  color: #092975;
}
.cid-uf3dxNMgKL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uf3dxNMgKL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3dxNMgKL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3dxNMgKL .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uf3dxNMgKL .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uf3dxNMgKL .container {
    padding: 0 25px;
  }
}
.cid-uf3dxNMgKL .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uf3dxNMgKL .row {
    padding-top: 45px;
  }
}
.cid-uf3dxNMgKL .item:hover .item-wrapper .item-img img,
.cid-uf3dxNMgKL .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-uf3dxNMgKL .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uf3dxNMgKL .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-uf3dxNMgKL .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-uf3dxNMgKL .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-uf3dxNMgKL .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-uf3dxNMgKL .border-wrap {
    margin-top: 45px;
  }
}
.cid-uf3dxOGioF {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uf3dxOGioF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3dxOGioF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3dxOGioF .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-uf3dxOGioF .content-container {
    flex-direction: column;
  }
}
.cid-uf3dxOGioF .icons-menu {
  display: flex;
}
.cid-uf3dxOGioF .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-uf3dxOGioF .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-uf3dxOGioF .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-uf3dxOGioF .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-uf3dxOGioF .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-uf3dxOGioF .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-uf3dxOGioF .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-uf3dxQhDw4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-uf3dxQhDw4::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uf3dxQhDw4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3dxQhDw4 .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-uf3dxQhDw4 .container {
    padding: 0 22px;
  }
}
.cid-uf3dxQhDw4 .row {
  position: relative;
  z-index: 1;
}
.cid-uf3dxQhDw4 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uf3dxQhDw4 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uf3dxQhDw4 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uf3dxQhDw4 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uf3dxQhDw4 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3dxQhDw4 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uf3dxQhDw4 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uf3dxQhDw4 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uf3dxQhDw4 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uf3dxQhDw4 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uf3dxQhDw4 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uf3dxQhDw4 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uf3dxQhDw4 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uf3dxQhDw4 .nav-wrapper .list .item-wrap:hover,
.cid-uf3dxQhDw4 .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-uf3dxQhDw4 .nav-wrapper .list .item-wrap:hover::before,
.cid-uf3dxQhDw4 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uf3dxQhDw4 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uf3dxQhDw4 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3dxQhDw4 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uf3dxQhDw4 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uf3dxQhDw4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uf3dxQhDw4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uf3dxQhDw4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uf3dxQhDw4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uf3dxQhDw4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-uf3dxQhDw4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uf3dxQhDw4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uf3dxQhDw4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uf3dxQhDw4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uf3dxQhDw4 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3dxQhDw4 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uf3dxQhDw4 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uf3dxQhDw4 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uf3dxQhDw4 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uf3dxQhDw4 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uf3dxQhDw4 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uf3dxQhDw4 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uf3dxQhDw4 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uf3dxQhDw4 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uf3dxQhDw4 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uf3dxQhDw4 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-uf3dxQhDw4 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uf3dxQhDw4 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uf3dxQhDw4 .mbr-section-title {
  color: #bbc4bb;
}
.cid-uf3dxQhDw4 .mbr-text {
  color: #ffffff;
}
.cid-uf3dxQhDw4 .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-uf3dxQhDw4 .list {
  color: #ffffff;
}
.cid-uf3dxQhDw4 .mbr-contact {
  color: #ffffff;
}
.cid-uf3dxQhDw4 .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-uf3dDnoCfY {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/royal-desert-fortress-8-800x800.jpg");
}
.cid-uf3dDnoCfY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3dDnoCfY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3dDnoCfY .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uf3dDoeILb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uf3dDoeILb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3dDoeILb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3dDoeILb .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uf3dDoeILb .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-uf3dDoeILb .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-uf3dDoeILb .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uf3dDoeILb .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uf3dDoeILb .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uf3dDoeILb .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-uf3dDoeILb .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-uf3dDoeILb .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-uf3dDoeILb .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-uf3dDoeILb .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-uf3dDoeILb .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uf3dDoeILb .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uf3dDoeILb .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-uf3dDoeILb .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-uf3dDoeILb .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-uf3dDoeILb .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uf3dDoeILb .mbr-section-title {
  color: #E0BDB6;
}
.cid-uf3dDoeILb .mbr-section-subtitle {
  color: #747474;
}
.cid-uf3dDoeILb .mbr-text {
  color: #747474;
}
.cid-uf3dDoeILb .panel-title-edit {
  color: #092975;
}
.cid-uf3dDoeILb .panel-text {
  color: #747474;
}
.cid-uf3dDoeILb .mbr-section-title,
.cid-uf3dDoeILb .mbr-section-btn {
  color: #092975;
}
.cid-uf3dDpdt1R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uf3dDpdt1R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3dDpdt1R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3dDpdt1R .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uf3dDpdt1R .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uf3dDpdt1R .container {
    padding: 0 25px;
  }
}
.cid-uf3dDpdt1R .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uf3dDpdt1R .row {
    padding-top: 45px;
  }
}
.cid-uf3dDpdt1R .item:hover .item-wrapper .item-img img,
.cid-uf3dDpdt1R .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-uf3dDpdt1R .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uf3dDpdt1R .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-uf3dDpdt1R .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-uf3dDpdt1R .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-uf3dDpdt1R .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-uf3dDpdt1R .border-wrap {
    margin-top: 45px;
  }
}
.cid-uf3dDq1Hye {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uf3dDq1Hye .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3dDq1Hye .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3dDq1Hye .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-uf3dDq1Hye .content-container {
    flex-direction: column;
  }
}
.cid-uf3dDq1Hye .icons-menu {
  display: flex;
}
.cid-uf3dDq1Hye .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-uf3dDq1Hye .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-uf3dDq1Hye .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-uf3dDq1Hye .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-uf3dDq1Hye .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-uf3dDq1Hye .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-uf3dDq1Hye .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-uf3dDqXvvR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-uf3dDqXvvR::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uf3dDqXvvR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3dDqXvvR .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-uf3dDqXvvR .container {
    padding: 0 22px;
  }
}
.cid-uf3dDqXvvR .row {
  position: relative;
  z-index: 1;
}
.cid-uf3dDqXvvR .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uf3dDqXvvR .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uf3dDqXvvR .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uf3dDqXvvR .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uf3dDqXvvR .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3dDqXvvR .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uf3dDqXvvR .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uf3dDqXvvR .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uf3dDqXvvR .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uf3dDqXvvR .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uf3dDqXvvR .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uf3dDqXvvR .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uf3dDqXvvR .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uf3dDqXvvR .nav-wrapper .list .item-wrap:hover,
.cid-uf3dDqXvvR .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-uf3dDqXvvR .nav-wrapper .list .item-wrap:hover::before,
.cid-uf3dDqXvvR .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uf3dDqXvvR .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uf3dDqXvvR .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3dDqXvvR .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uf3dDqXvvR .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uf3dDqXvvR .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uf3dDqXvvR .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uf3dDqXvvR .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uf3dDqXvvR .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uf3dDqXvvR .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-uf3dDqXvvR .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uf3dDqXvvR .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uf3dDqXvvR .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uf3dDqXvvR .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uf3dDqXvvR .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3dDqXvvR .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uf3dDqXvvR .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uf3dDqXvvR .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uf3dDqXvvR .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uf3dDqXvvR .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uf3dDqXvvR .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uf3dDqXvvR .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uf3dDqXvvR .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uf3dDqXvvR .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uf3dDqXvvR .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uf3dDqXvvR .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-uf3dDqXvvR .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uf3dDqXvvR .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uf3dDqXvvR .mbr-section-title {
  color: #bbc4bb;
}
.cid-uf3dDqXvvR .mbr-text {
  color: #ffffff;
}
.cid-uf3dDqXvvR .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-uf3dDqXvvR .list {
  color: #ffffff;
}
.cid-uf3dDqXvvR .mbr-contact {
  color: #ffffff;
}
.cid-uf3dDqXvvR .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-uf3dIHzwK5 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/hatta-safari-1-800x800.jpg");
}
.cid-uf3dIHzwK5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3dIHzwK5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3dIHzwK5 .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uf3dIInejJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uf3dIInejJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3dIInejJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3dIInejJ .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uf3dIInejJ .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-uf3dIInejJ .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-uf3dIInejJ .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uf3dIInejJ .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uf3dIInejJ .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uf3dIInejJ .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-uf3dIInejJ .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-uf3dIInejJ .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-uf3dIInejJ .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-uf3dIInejJ .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-uf3dIInejJ .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uf3dIInejJ .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uf3dIInejJ .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-uf3dIInejJ .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-uf3dIInejJ .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-uf3dIInejJ .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uf3dIInejJ .mbr-section-title {
  color: #E0BDB6;
}
.cid-uf3dIInejJ .mbr-section-subtitle {
  color: #747474;
}
.cid-uf3dIInejJ .mbr-text {
  color: #747474;
}
.cid-uf3dIInejJ .panel-title-edit {
  color: #092975;
}
.cid-uf3dIInejJ .panel-text {
  color: #747474;
}
.cid-uf3dIInejJ .mbr-section-title,
.cid-uf3dIInejJ .mbr-section-btn {
  color: #092975;
}
.cid-uf3dIJrHCl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uf3dIJrHCl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3dIJrHCl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3dIJrHCl .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uf3dIJrHCl .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uf3dIJrHCl .container {
    padding: 0 25px;
  }
}
.cid-uf3dIJrHCl .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uf3dIJrHCl .row {
    padding-top: 45px;
  }
}
.cid-uf3dIJrHCl .item:hover .item-wrapper .item-img img,
.cid-uf3dIJrHCl .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-uf3dIJrHCl .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uf3dIJrHCl .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-uf3dIJrHCl .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-uf3dIJrHCl .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-uf3dIJrHCl .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-uf3dIJrHCl .border-wrap {
    margin-top: 45px;
  }
}
.cid-uf3dIKaY62 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uf3dIKaY62 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3dIKaY62 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3dIKaY62 .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-uf3dIKaY62 .content-container {
    flex-direction: column;
  }
}
.cid-uf3dIKaY62 .icons-menu {
  display: flex;
}
.cid-uf3dIKaY62 .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-uf3dIKaY62 .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-uf3dIKaY62 .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-uf3dIKaY62 .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-uf3dIKaY62 .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-uf3dIKaY62 .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-uf3dIKaY62 .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-uf3dIKRGRH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-uf3dIKRGRH::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uf3dIKRGRH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3dIKRGRH .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-uf3dIKRGRH .container {
    padding: 0 22px;
  }
}
.cid-uf3dIKRGRH .row {
  position: relative;
  z-index: 1;
}
.cid-uf3dIKRGRH .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uf3dIKRGRH .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uf3dIKRGRH .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uf3dIKRGRH .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uf3dIKRGRH .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3dIKRGRH .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uf3dIKRGRH .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uf3dIKRGRH .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uf3dIKRGRH .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uf3dIKRGRH .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uf3dIKRGRH .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uf3dIKRGRH .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uf3dIKRGRH .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uf3dIKRGRH .nav-wrapper .list .item-wrap:hover,
.cid-uf3dIKRGRH .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-uf3dIKRGRH .nav-wrapper .list .item-wrap:hover::before,
.cid-uf3dIKRGRH .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uf3dIKRGRH .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uf3dIKRGRH .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3dIKRGRH .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uf3dIKRGRH .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uf3dIKRGRH .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uf3dIKRGRH .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uf3dIKRGRH .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uf3dIKRGRH .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uf3dIKRGRH .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-uf3dIKRGRH .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uf3dIKRGRH .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uf3dIKRGRH .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uf3dIKRGRH .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uf3dIKRGRH .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3dIKRGRH .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uf3dIKRGRH .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uf3dIKRGRH .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uf3dIKRGRH .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uf3dIKRGRH .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uf3dIKRGRH .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uf3dIKRGRH .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uf3dIKRGRH .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uf3dIKRGRH .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uf3dIKRGRH .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uf3dIKRGRH .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-uf3dIKRGRH .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uf3dIKRGRH .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uf3dIKRGRH .mbr-section-title {
  color: #bbc4bb;
}
.cid-uf3dIKRGRH .mbr-text {
  color: #ffffff;
}
.cid-uf3dIKRGRH .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-uf3dIKRGRH .list {
  color: #ffffff;
}
.cid-uf3dIKRGRH .mbr-contact {
  color: #ffffff;
}
.cid-uf3dIKRGRH .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-uf3dNX6KmB {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/al-khyama-camp-7-800x800.jpg");
}
.cid-uf3dNX6KmB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3dNX6KmB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3dNX6KmB .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uf3dNYbEjg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uf3dNYbEjg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3dNYbEjg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3dNYbEjg .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uf3dNYbEjg .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-uf3dNYbEjg .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-uf3dNYbEjg .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uf3dNYbEjg .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uf3dNYbEjg .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uf3dNYbEjg .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-uf3dNYbEjg .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-uf3dNYbEjg .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-uf3dNYbEjg .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-uf3dNYbEjg .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-uf3dNYbEjg .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uf3dNYbEjg .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uf3dNYbEjg .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-uf3dNYbEjg .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-uf3dNYbEjg .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-uf3dNYbEjg .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uf3dNYbEjg .mbr-section-title {
  color: #E0BDB6;
}
.cid-uf3dNYbEjg .mbr-section-subtitle {
  color: #747474;
}
.cid-uf3dNYbEjg .mbr-text {
  color: #747474;
}
.cid-uf3dNYbEjg .panel-title-edit {
  color: #092975;
}
.cid-uf3dNYbEjg .panel-text {
  color: #747474;
}
.cid-uf3dNYbEjg .mbr-section-title,
.cid-uf3dNYbEjg .mbr-section-btn {
  color: #092975;
}
.cid-uf3dNZp0zg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uf3dNZp0zg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3dNZp0zg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3dNZp0zg .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uf3dNZp0zg .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uf3dNZp0zg .container {
    padding: 0 25px;
  }
}
.cid-uf3dNZp0zg .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uf3dNZp0zg .row {
    padding-top: 45px;
  }
}
.cid-uf3dNZp0zg .item:hover .item-wrapper .item-img img,
.cid-uf3dNZp0zg .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-uf3dNZp0zg .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uf3dNZp0zg .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-uf3dNZp0zg .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-uf3dNZp0zg .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-uf3dNZp0zg .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-uf3dNZp0zg .border-wrap {
    margin-top: 45px;
  }
}
.cid-uf3dO0lwom {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uf3dO0lwom .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3dO0lwom .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3dO0lwom .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-uf3dO0lwom .content-container {
    flex-direction: column;
  }
}
.cid-uf3dO0lwom .icons-menu {
  display: flex;
}
.cid-uf3dO0lwom .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-uf3dO0lwom .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-uf3dO0lwom .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-uf3dO0lwom .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-uf3dO0lwom .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-uf3dO0lwom .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-uf3dO0lwom .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-uf3dO1d8Di {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-uf3dO1d8Di::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uf3dO1d8Di .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3dO1d8Di .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-uf3dO1d8Di .container {
    padding: 0 22px;
  }
}
.cid-uf3dO1d8Di .row {
  position: relative;
  z-index: 1;
}
.cid-uf3dO1d8Di .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uf3dO1d8Di .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uf3dO1d8Di .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uf3dO1d8Di .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uf3dO1d8Di .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3dO1d8Di .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uf3dO1d8Di .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uf3dO1d8Di .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uf3dO1d8Di .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uf3dO1d8Di .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uf3dO1d8Di .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uf3dO1d8Di .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uf3dO1d8Di .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uf3dO1d8Di .nav-wrapper .list .item-wrap:hover,
.cid-uf3dO1d8Di .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-uf3dO1d8Di .nav-wrapper .list .item-wrap:hover::before,
.cid-uf3dO1d8Di .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uf3dO1d8Di .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uf3dO1d8Di .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3dO1d8Di .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uf3dO1d8Di .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uf3dO1d8Di .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uf3dO1d8Di .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uf3dO1d8Di .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uf3dO1d8Di .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uf3dO1d8Di .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-uf3dO1d8Di .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uf3dO1d8Di .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uf3dO1d8Di .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uf3dO1d8Di .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uf3dO1d8Di .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3dO1d8Di .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uf3dO1d8Di .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uf3dO1d8Di .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uf3dO1d8Di .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uf3dO1d8Di .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uf3dO1d8Di .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uf3dO1d8Di .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uf3dO1d8Di .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uf3dO1d8Di .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uf3dO1d8Di .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uf3dO1d8Di .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-uf3dO1d8Di .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uf3dO1d8Di .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uf3dO1d8Di .mbr-section-title {
  color: #bbc4bb;
}
.cid-uf3dO1d8Di .mbr-text {
  color: #ffffff;
}
.cid-uf3dO1d8Di .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-uf3dO1d8Di .list {
  color: #ffffff;
}
.cid-uf3dO1d8Di .mbr-contact {
  color: #ffffff;
}
.cid-uf3dO1d8Di .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-uf3dVbTZ9n {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/babul-shams1-1228x600.jpg");
}
.cid-uf3dVbTZ9n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3dVbTZ9n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3dVbTZ9n .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uf3dVcC8PS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uf3dVcC8PS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3dVcC8PS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3dVcC8PS .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uf3dVcC8PS .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-uf3dVcC8PS .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-uf3dVcC8PS .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uf3dVcC8PS .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uf3dVcC8PS .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uf3dVcC8PS .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-uf3dVcC8PS .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-uf3dVcC8PS .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-uf3dVcC8PS .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-uf3dVcC8PS .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-uf3dVcC8PS .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uf3dVcC8PS .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uf3dVcC8PS .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-uf3dVcC8PS .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-uf3dVcC8PS .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-uf3dVcC8PS .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uf3dVcC8PS .mbr-section-title {
  color: #E0BDB6;
}
.cid-uf3dVcC8PS .mbr-section-subtitle {
  color: #747474;
}
.cid-uf3dVcC8PS .mbr-text {
  color: #747474;
}
.cid-uf3dVcC8PS .panel-title-edit {
  color: #092975;
}
.cid-uf3dVcC8PS .panel-text {
  color: #747474;
}
.cid-uf3dVcC8PS .mbr-section-title,
.cid-uf3dVcC8PS .mbr-section-btn {
  color: #092975;
}
.cid-uf3dVdC3JG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uf3dVdC3JG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3dVdC3JG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3dVdC3JG .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uf3dVdC3JG .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uf3dVdC3JG .container {
    padding: 0 25px;
  }
}
.cid-uf3dVdC3JG .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uf3dVdC3JG .row {
    padding-top: 45px;
  }
}
.cid-uf3dVdC3JG .item:hover .item-wrapper .item-img img,
.cid-uf3dVdC3JG .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-uf3dVdC3JG .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uf3dVdC3JG .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-uf3dVdC3JG .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-uf3dVdC3JG .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-uf3dVdC3JG .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-uf3dVdC3JG .border-wrap {
    margin-top: 45px;
  }
}
.cid-uf3dVewwGM {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uf3dVewwGM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3dVewwGM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3dVewwGM .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-uf3dVewwGM .content-container {
    flex-direction: column;
  }
}
.cid-uf3dVewwGM .icons-menu {
  display: flex;
}
.cid-uf3dVewwGM .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-uf3dVewwGM .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-uf3dVewwGM .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-uf3dVewwGM .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-uf3dVewwGM .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-uf3dVewwGM .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-uf3dVewwGM .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-uf3dVfBSVY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-uf3dVfBSVY::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uf3dVfBSVY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3dVfBSVY .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-uf3dVfBSVY .container {
    padding: 0 22px;
  }
}
.cid-uf3dVfBSVY .row {
  position: relative;
  z-index: 1;
}
.cid-uf3dVfBSVY .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uf3dVfBSVY .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uf3dVfBSVY .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uf3dVfBSVY .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uf3dVfBSVY .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3dVfBSVY .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uf3dVfBSVY .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uf3dVfBSVY .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uf3dVfBSVY .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uf3dVfBSVY .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uf3dVfBSVY .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uf3dVfBSVY .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uf3dVfBSVY .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uf3dVfBSVY .nav-wrapper .list .item-wrap:hover,
.cid-uf3dVfBSVY .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-uf3dVfBSVY .nav-wrapper .list .item-wrap:hover::before,
.cid-uf3dVfBSVY .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uf3dVfBSVY .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uf3dVfBSVY .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3dVfBSVY .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uf3dVfBSVY .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uf3dVfBSVY .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uf3dVfBSVY .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uf3dVfBSVY .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uf3dVfBSVY .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uf3dVfBSVY .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-uf3dVfBSVY .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uf3dVfBSVY .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uf3dVfBSVY .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uf3dVfBSVY .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uf3dVfBSVY .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3dVfBSVY .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uf3dVfBSVY .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uf3dVfBSVY .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uf3dVfBSVY .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uf3dVfBSVY .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uf3dVfBSVY .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uf3dVfBSVY .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uf3dVfBSVY .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uf3dVfBSVY .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uf3dVfBSVY .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uf3dVfBSVY .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-uf3dVfBSVY .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uf3dVfBSVY .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uf3dVfBSVY .mbr-section-title {
  color: #bbc4bb;
}
.cid-uf3dVfBSVY .mbr-text {
  color: #ffffff;
}
.cid-uf3dVfBSVY .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-uf3dVfBSVY .list {
  color: #ffffff;
}
.cid-uf3dVfBSVY .mbr-contact {
  color: #ffffff;
}
.cid-uf3dVfBSVY .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-uf3e0LRFL4 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/8-691x553.png");
}
.cid-uf3e0LRFL4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3e0LRFL4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3e0LRFL4 .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uf3e0MHDPE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uf3e0MHDPE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3e0MHDPE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3e0MHDPE .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uf3e0MHDPE .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-uf3e0MHDPE .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-uf3e0MHDPE .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uf3e0MHDPE .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uf3e0MHDPE .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uf3e0MHDPE .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-uf3e0MHDPE .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-uf3e0MHDPE .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-uf3e0MHDPE .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-uf3e0MHDPE .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-uf3e0MHDPE .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uf3e0MHDPE .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uf3e0MHDPE .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-uf3e0MHDPE .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-uf3e0MHDPE .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-uf3e0MHDPE .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uf3e0MHDPE .mbr-section-title {
  color: #E0BDB6;
}
.cid-uf3e0MHDPE .mbr-section-subtitle {
  color: #747474;
}
.cid-uf3e0MHDPE .mbr-text {
  color: #747474;
}
.cid-uf3e0MHDPE .panel-title-edit {
  color: #092975;
}
.cid-uf3e0MHDPE .panel-text {
  color: #747474;
}
.cid-uf3e0MHDPE .mbr-section-title,
.cid-uf3e0MHDPE .mbr-section-btn {
  color: #092975;
}
.cid-uf3e0NKI4S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uf3e0NKI4S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3e0NKI4S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3e0NKI4S .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uf3e0NKI4S .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uf3e0NKI4S .container {
    padding: 0 25px;
  }
}
.cid-uf3e0NKI4S .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uf3e0NKI4S .row {
    padding-top: 45px;
  }
}
.cid-uf3e0NKI4S .item:hover .item-wrapper .item-img img,
.cid-uf3e0NKI4S .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-uf3e0NKI4S .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uf3e0NKI4S .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-uf3e0NKI4S .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-uf3e0NKI4S .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-uf3e0NKI4S .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-uf3e0NKI4S .border-wrap {
    margin-top: 45px;
  }
}
.cid-uf3e0OyA8Y {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uf3e0OyA8Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3e0OyA8Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3e0OyA8Y .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-uf3e0OyA8Y .content-container {
    flex-direction: column;
  }
}
.cid-uf3e0OyA8Y .icons-menu {
  display: flex;
}
.cid-uf3e0OyA8Y .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-uf3e0OyA8Y .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-uf3e0OyA8Y .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-uf3e0OyA8Y .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-uf3e0OyA8Y .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-uf3e0OyA8Y .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-uf3e0OyA8Y .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-uf3e0PhflC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-uf3e0PhflC::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uf3e0PhflC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3e0PhflC .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-uf3e0PhflC .container {
    padding: 0 22px;
  }
}
.cid-uf3e0PhflC .row {
  position: relative;
  z-index: 1;
}
.cid-uf3e0PhflC .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uf3e0PhflC .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uf3e0PhflC .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uf3e0PhflC .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uf3e0PhflC .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3e0PhflC .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uf3e0PhflC .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uf3e0PhflC .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uf3e0PhflC .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uf3e0PhflC .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uf3e0PhflC .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uf3e0PhflC .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uf3e0PhflC .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uf3e0PhflC .nav-wrapper .list .item-wrap:hover,
.cid-uf3e0PhflC .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-uf3e0PhflC .nav-wrapper .list .item-wrap:hover::before,
.cid-uf3e0PhflC .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uf3e0PhflC .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uf3e0PhflC .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3e0PhflC .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uf3e0PhflC .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uf3e0PhflC .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uf3e0PhflC .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uf3e0PhflC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uf3e0PhflC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uf3e0PhflC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-uf3e0PhflC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uf3e0PhflC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uf3e0PhflC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uf3e0PhflC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uf3e0PhflC .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3e0PhflC .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uf3e0PhflC .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uf3e0PhflC .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uf3e0PhflC .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uf3e0PhflC .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uf3e0PhflC .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uf3e0PhflC .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uf3e0PhflC .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uf3e0PhflC .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uf3e0PhflC .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uf3e0PhflC .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-uf3e0PhflC .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uf3e0PhflC .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uf3e0PhflC .mbr-section-title {
  color: #bbc4bb;
}
.cid-uf3e0PhflC .mbr-text {
  color: #ffffff;
}
.cid-uf3e0PhflC .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-uf3e0PhflC .list {
  color: #ffffff;
}
.cid-uf3e0PhflC .mbr-contact {
  color: #ffffff;
}
.cid-uf3e0PhflC .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-uf3eeOWFJa {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/falconry-7-800x800.jpg");
}
.cid-uf3eeOWFJa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3eeOWFJa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3eeOWFJa .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uf3eePHzOn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uf3eePHzOn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3eePHzOn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3eePHzOn .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uf3eePHzOn .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-uf3eePHzOn .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-uf3eePHzOn .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uf3eePHzOn .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uf3eePHzOn .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uf3eePHzOn .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-uf3eePHzOn .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-uf3eePHzOn .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-uf3eePHzOn .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-uf3eePHzOn .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-uf3eePHzOn .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uf3eePHzOn .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uf3eePHzOn .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-uf3eePHzOn .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-uf3eePHzOn .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-uf3eePHzOn .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uf3eePHzOn .mbr-section-title {
  color: #E0BDB6;
}
.cid-uf3eePHzOn .mbr-section-subtitle {
  color: #747474;
}
.cid-uf3eePHzOn .mbr-text {
  color: #747474;
}
.cid-uf3eePHzOn .panel-title-edit {
  color: #092975;
}
.cid-uf3eePHzOn .panel-text {
  color: #747474;
}
.cid-uf3eePHzOn .mbr-section-title,
.cid-uf3eePHzOn .mbr-section-btn {
  color: #092975;
}
.cid-uf3eeQBzFz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uf3eeQBzFz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3eeQBzFz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3eeQBzFz .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uf3eeQBzFz .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uf3eeQBzFz .container {
    padding: 0 25px;
  }
}
.cid-uf3eeQBzFz .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uf3eeQBzFz .row {
    padding-top: 45px;
  }
}
.cid-uf3eeQBzFz .item:hover .item-wrapper .item-img img,
.cid-uf3eeQBzFz .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-uf3eeQBzFz .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uf3eeQBzFz .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-uf3eeQBzFz .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-uf3eeQBzFz .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-uf3eeQBzFz .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-uf3eeQBzFz .border-wrap {
    margin-top: 45px;
  }
}
.cid-uf3eeRptdC {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uf3eeRptdC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3eeRptdC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3eeRptdC .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-uf3eeRptdC .content-container {
    flex-direction: column;
  }
}
.cid-uf3eeRptdC .icons-menu {
  display: flex;
}
.cid-uf3eeRptdC .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-uf3eeRptdC .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-uf3eeRptdC .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-uf3eeRptdC .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-uf3eeRptdC .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-uf3eeRptdC .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-uf3eeRptdC .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-uf3eeSlDms {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-uf3eeSlDms::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uf3eeSlDms .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3eeSlDms .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-uf3eeSlDms .container {
    padding: 0 22px;
  }
}
.cid-uf3eeSlDms .row {
  position: relative;
  z-index: 1;
}
.cid-uf3eeSlDms .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uf3eeSlDms .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uf3eeSlDms .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uf3eeSlDms .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uf3eeSlDms .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3eeSlDms .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uf3eeSlDms .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uf3eeSlDms .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uf3eeSlDms .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uf3eeSlDms .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uf3eeSlDms .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uf3eeSlDms .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uf3eeSlDms .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uf3eeSlDms .nav-wrapper .list .item-wrap:hover,
.cid-uf3eeSlDms .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-uf3eeSlDms .nav-wrapper .list .item-wrap:hover::before,
.cid-uf3eeSlDms .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uf3eeSlDms .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uf3eeSlDms .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3eeSlDms .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uf3eeSlDms .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uf3eeSlDms .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uf3eeSlDms .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uf3eeSlDms .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uf3eeSlDms .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uf3eeSlDms .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-uf3eeSlDms .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uf3eeSlDms .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uf3eeSlDms .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uf3eeSlDms .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uf3eeSlDms .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uf3eeSlDms .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uf3eeSlDms .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uf3eeSlDms .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uf3eeSlDms .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uf3eeSlDms .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uf3eeSlDms .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uf3eeSlDms .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uf3eeSlDms .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uf3eeSlDms .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uf3eeSlDms .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uf3eeSlDms .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-uf3eeSlDms .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uf3eeSlDms .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uf3eeSlDms .mbr-section-title {
  color: #bbc4bb;
}
.cid-uf3eeSlDms .mbr-text {
  color: #ffffff;
}
.cid-uf3eeSlDms .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-uf3eeSlDms .list {
  color: #ffffff;
}
.cid-uf3eeSlDms .mbr-contact {
  color: #ffffff;
}
.cid-uf3eeSlDms .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-u7MaNlo6Se {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/3-691x553.png");
}
.cid-u7MaNlo6Se .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7MaNlo6Se .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7MaNlo6Se .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u7MaNm5cCa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7MaNm5cCa .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7MaNm5cCa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7MaNm5cCa .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-u7MaNm5cCa .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-u7MaNm5cCa .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-u7MaNm5cCa .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u7MaNm5cCa .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-u7MaNm5cCa .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u7MaNm5cCa .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-u7MaNm5cCa .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-u7MaNm5cCa .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-u7MaNm5cCa .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-u7MaNm5cCa .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-u7MaNm5cCa .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u7MaNm5cCa .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-u7MaNm5cCa .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-u7MaNm5cCa .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-u7MaNm5cCa .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-u7MaNm5cCa .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u7MaNm5cCa .mbr-section-title {
  color: #E0BDB6;
}
.cid-u7MaNm5cCa .mbr-section-subtitle {
  color: #747474;
}
.cid-u7MaNm5cCa .mbr-text {
  color: #747474;
}
.cid-u7MaNm5cCa .panel-title-edit {
  color: #092975;
}
.cid-u7MaNm5cCa .panel-text {
  color: #747474;
}
.cid-u7MaNm5cCa .mbr-section-title,
.cid-u7MaNm5cCa .mbr-section-btn {
  color: #092975;
}
.cid-u7MaNmVW5J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u7MaNmVW5J .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7MaNmVW5J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7MaNmVW5J .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-u7MaNmVW5J .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u7MaNmVW5J .container {
    padding: 0 25px;
  }
}
.cid-u7MaNmVW5J .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7MaNmVW5J .row {
    padding-top: 45px;
  }
}
.cid-u7MaNmVW5J .item:hover .item-wrapper .item-img img,
.cid-u7MaNmVW5J .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-u7MaNmVW5J .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u7MaNmVW5J .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-u7MaNmVW5J .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-u7MaNmVW5J .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-u7MaNmVW5J .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-u7MaNmVW5J .border-wrap {
    margin-top: 45px;
  }
}
.cid-u7MaNnMlIh {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7MaNnMlIh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7MaNnMlIh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7MaNnMlIh .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-u7MaNnMlIh .content-container {
    flex-direction: column;
  }
}
.cid-u7MaNnMlIh .icons-menu {
  display: flex;
}
.cid-u7MaNnMlIh .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-u7MaNnMlIh .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-u7MaNnMlIh .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-u7MaNnMlIh .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-u7MaNnMlIh .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-u7MaNnMlIh .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-u7MaNnMlIh .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-u7MaNoDQAh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-u7MaNoDQAh::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u7MaNoDQAh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7MaNoDQAh .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-u7MaNoDQAh .container {
    padding: 0 22px;
  }
}
.cid-u7MaNoDQAh .row {
  position: relative;
  z-index: 1;
}
.cid-u7MaNoDQAh .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u7MaNoDQAh .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u7MaNoDQAh .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u7MaNoDQAh .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7MaNoDQAh .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7MaNoDQAh .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u7MaNoDQAh .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7MaNoDQAh .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7MaNoDQAh .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u7MaNoDQAh .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7MaNoDQAh .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u7MaNoDQAh .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u7MaNoDQAh .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7MaNoDQAh .nav-wrapper .list .item-wrap:hover,
.cid-u7MaNoDQAh .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-u7MaNoDQAh .nav-wrapper .list .item-wrap:hover::before,
.cid-u7MaNoDQAh .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u7MaNoDQAh .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7MaNoDQAh .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7MaNoDQAh .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7MaNoDQAh .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u7MaNoDQAh .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u7MaNoDQAh .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u7MaNoDQAh .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u7MaNoDQAh .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u7MaNoDQAh .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-u7MaNoDQAh .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u7MaNoDQAh .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u7MaNoDQAh .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7MaNoDQAh .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7MaNoDQAh .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7MaNoDQAh .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7MaNoDQAh .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u7MaNoDQAh .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u7MaNoDQAh .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u7MaNoDQAh .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u7MaNoDQAh .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u7MaNoDQAh .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u7MaNoDQAh .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u7MaNoDQAh .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u7MaNoDQAh .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u7MaNoDQAh .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-u7MaNoDQAh .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u7MaNoDQAh .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-u7MaNoDQAh .mbr-section-title {
  color: #bbc4bb;
}
.cid-u7MaNoDQAh .mbr-text {
  color: #ffffff;
}
.cid-u7MaNoDQAh .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-u7MaNoDQAh .list {
  color: #ffffff;
}
.cid-u7MaNoDQAh .mbr-contact {
  color: #ffffff;
}
.cid-u7MaNoDQAh .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-u7pCQvf8GA {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/creek-dinner-596x397.jpg");
}
.cid-u7pCQvf8GA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pCQvf8GA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7pCQvf8GA .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u7pCQwOQTN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7pCQwOQTN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pCQwOQTN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7pCQwOQTN .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-u7pCQwOQTN .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-u7pCQwOQTN .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-u7pCQwOQTN .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u7pCQwOQTN .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-u7pCQwOQTN .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u7pCQwOQTN .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-u7pCQwOQTN .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-u7pCQwOQTN .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-u7pCQwOQTN .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-u7pCQwOQTN .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-u7pCQwOQTN .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u7pCQwOQTN .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-u7pCQwOQTN .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-u7pCQwOQTN .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-u7pCQwOQTN .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-u7pCQwOQTN .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u7pCQwOQTN .mbr-section-title {
  color: #E0BDB6;
}
.cid-u7pCQwOQTN .mbr-section-subtitle {
  color: #747474;
}
.cid-u7pCQwOQTN .mbr-text {
  color: #747474;
}
.cid-u7pCQwOQTN .panel-title-edit {
  color: #1e2e90;
}
.cid-u7pCQwOQTN .panel-text {
  color: #747474;
}
.cid-u7pCQwOQTN .mbr-section-title,
.cid-u7pCQwOQTN .mbr-section-btn {
  color: #1e2e90;
}
.cid-u7pCQyFTNh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u7pCQyFTNh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pCQyFTNh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7pCQyFTNh .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-u7pCQyFTNh .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u7pCQyFTNh .container {
    padding: 0 25px;
  }
}
.cid-u7pCQyFTNh .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7pCQyFTNh .row {
    padding-top: 45px;
  }
}
.cid-u7pCQyFTNh .item:hover .item-wrapper .item-img img,
.cid-u7pCQyFTNh .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-u7pCQyFTNh .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u7pCQyFTNh .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-u7pCQyFTNh .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-u7pCQyFTNh .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-u7pCQyFTNh .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-u7pCQyFTNh .border-wrap {
    margin-top: 45px;
  }
}
.cid-u7pCQAFW4f {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7pCQAFW4f .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pCQAFW4f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7pCQAFW4f .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-u7pCQAFW4f .content-container {
    flex-direction: column;
  }
}
.cid-u7pCQAFW4f .icons-menu {
  display: flex;
}
.cid-u7pCQAFW4f .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-u7pCQAFW4f .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-u7pCQAFW4f .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-u7pCQAFW4f .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-u7pCQAFW4f .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-u7pCQAFW4f .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-u7pCQAFW4f .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-u7pCQCt5nK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-u7pCQCt5nK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u7pCQCt5nK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pCQCt5nK .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-u7pCQCt5nK .container {
    padding: 0 22px;
  }
}
.cid-u7pCQCt5nK .row {
  position: relative;
  z-index: 1;
}
.cid-u7pCQCt5nK .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u7pCQCt5nK .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u7pCQCt5nK .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u7pCQCt5nK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7pCQCt5nK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7pCQCt5nK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u7pCQCt5nK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7pCQCt5nK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7pCQCt5nK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u7pCQCt5nK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7pCQCt5nK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u7pCQCt5nK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u7pCQCt5nK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7pCQCt5nK .nav-wrapper .list .item-wrap:hover,
.cid-u7pCQCt5nK .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-u7pCQCt5nK .nav-wrapper .list .item-wrap:hover::before,
.cid-u7pCQCt5nK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u7pCQCt5nK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7pCQCt5nK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7pCQCt5nK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7pCQCt5nK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u7pCQCt5nK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u7pCQCt5nK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u7pCQCt5nK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u7pCQCt5nK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u7pCQCt5nK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-u7pCQCt5nK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u7pCQCt5nK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u7pCQCt5nK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7pCQCt5nK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7pCQCt5nK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7pCQCt5nK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7pCQCt5nK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u7pCQCt5nK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u7pCQCt5nK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u7pCQCt5nK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u7pCQCt5nK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u7pCQCt5nK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u7pCQCt5nK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u7pCQCt5nK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u7pCQCt5nK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u7pCQCt5nK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-u7pCQCt5nK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u7pCQCt5nK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-u7pCQCt5nK .mbr-section-title {
  color: #bbc4bb;
}
.cid-u7pCQCt5nK .mbr-text {
  color: #ffffff;
}
.cid-u7pCQCt5nK .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-u7pCQCt5nK .list {
  color: #ffffff;
}
.cid-u7pCQCt5nK .mbr-contact {
  color: #ffffff;
}
.cid-u7pCQCt5nK .mbr-desc {
  color: #ffffff;
}
.cid-uo3Y2p0uGe.popup-builder {
  background-color: #ffffff;
}
.cid-uo3Y2p0uGe.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uo3Y2p0uGe.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uo3Y2p0uGe .modal-content,
.cid-uo3Y2p0uGe .modal-dialog {
  height: auto;
}
.cid-uo3Y2p0uGe .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uo3Y2p0uGe .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uo3Y2p0uGe .form-wrapper .mbr-form .form-group,
  .cid-uo3Y2p0uGe .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uo3Y2p0uGe .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uo3Y2p0uGe .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uo3Y2p0uGe .mbr-text {
  text-align: center;
}
.cid-uo3Y2p0uGe .pt-0 {
  padding-top: 0 !important;
}
.cid-uo3Y2p0uGe .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uo3Y2p0uGe .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uo3Y2p0uGe .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uo3Y2p0uGe .modal-open {
  overflow: hidden;
}
.cid-uo3Y2p0uGe .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uo3Y2p0uGe .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uo3Y2p0uGe .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uo3Y2p0uGe .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uo3Y2p0uGe .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uo3Y2p0uGe .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uo3Y2p0uGe .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uo3Y2p0uGe .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uo3Y2p0uGe .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uo3Y2p0uGe .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uo3Y2p0uGe .modal-backdrop.fade {
  opacity: 0;
}
.cid-uo3Y2p0uGe .modal-backdrop.show {
  opacity: .5;
}
.cid-uo3Y2p0uGe .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uo3Y2p0uGe .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uo3Y2p0uGe .modal-header {
    padding: 1rem;
  }
}
.cid-uo3Y2p0uGe .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uo3Y2p0uGe .modal-header .close svg {
  fill: #353535;
}
.cid-uo3Y2p0uGe .modal-header .close:hover {
  opacity: 1;
}
.cid-uo3Y2p0uGe .modal-header .close:focus {
  outline: none;
}
.cid-uo3Y2p0uGe .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uo3Y2p0uGe .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uo3Y2p0uGe .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uo3Y2p0uGe .modal-body {
    padding: 1rem;
  }
}
.cid-uo3Y2p0uGe .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uo3Y2p0uGe .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uo3Y2p0uGe .modal-footer {
    padding: 1rem;
  }
}
.cid-uo3Y2p0uGe .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uo3Y2p0uGe .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uo3Y2p0uGe .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uo3Y2p0uGe .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uo3Y2p0uGe .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uo3Y2p0uGe .modal-lg,
  .cid-uo3Y2p0uGe .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uo3Y2p0uGe .modal-xl {
    max-width: 1140px;
  }
}
.cid-uo3Y2p0uGe .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uo3Y2p0uGe .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uo3Y2p0uGe .form-group {
  margin-bottom: 1rem;
}
.cid-uo3Y2p0uGe .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uo3Y2p0uGe .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uo3Y2p0uGe .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uo3Y2p0uGe .mbr-section-btn {
  margin: 0;
}
.cid-uo3Y2p0uGe .mbr-section-btn .btn {
  margin: 0;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-u9Jwvj8D1y {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/water-sports-1280x720.jpg");
}
.cid-u9Jwvj8D1y .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9Jwvj8D1y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9Jwvj8D1y .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ummzc7H0mu {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-ummzc7H0mu .mbr-section-title {
  margin-bottom: 1em;
  color: #1e2e90;
}
.cid-ummzc7H0mu .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-ummzc7H0mu .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-ummzc7H0mu .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-ummzc7H0mu .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ummzc7H0mu .item {
  padding: 0;
}
.cid-ummzc7H0mu .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-ummzc7H0mu .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-ummzc7H0mu .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-ummzc7H0mu .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-ummzc7H0mu .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-ummzc7H0mu .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-ummzc7H0mu .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-ummzc7H0mu .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-ummzc7H0mu .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-ummzc7H0mu .item-subtitle {
  color: #c32f2f;
  opacity: 0.52em;
}
.cid-ummzc7H0mu .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-ummzc7H0mu .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-ummzc7H0mu .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-ummzc7H0mu .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ummzc7H0mu .mbr-text {
  flex-grow: 1;
  color: #1e2e90;
  text-align: right;
}
.cid-ummzc7H0mu .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-ummzc7H0mu .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-ufxocLdRI1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ufxocLdRI1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufxocLdRI1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ufxocLdRI1 .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-ufxocLdRI1 .col-img {
    order: 2;
  }
}
.cid-ufxocLdRI1 .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-ufxocLdRI1 .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-ufxocLdRI1 .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-ufxocLdRI1 .col-tex {
    order: 1;
  }
}
.cid-ufxocLdRI1 .card-title {
  color: #092975;
}
.cid-ufxocLdRI1 .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-ufxocLdRI1 .mbr-section-btn {
  margin-top: 60px;
}
.cid-ufxocLdRI1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-u9JwvmbvOf {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u9JwvmbvOf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9JwvmbvOf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9JwvmbvOf .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-u9JwvmbvOf .content-container {
    flex-direction: column;
  }
}
.cid-u9JwvmbvOf .icons-menu {
  display: flex;
}
.cid-u9JwvmbvOf .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-u9JwvmbvOf .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-u9JwvmbvOf .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-u9JwvmbvOf .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-u9JwvmbvOf .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-u9JwvmbvOf .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-u9JwvmbvOf .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-u9JwvnmYi9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-u9JwvnmYi9::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u9JwvnmYi9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9JwvnmYi9 .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-u9JwvnmYi9 .container {
    padding: 0 22px;
  }
}
.cid-u9JwvnmYi9 .row {
  position: relative;
  z-index: 1;
}
.cid-u9JwvnmYi9 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u9JwvnmYi9 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u9JwvnmYi9 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u9JwvnmYi9 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9JwvnmYi9 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9JwvnmYi9 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u9JwvnmYi9 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u9JwvnmYi9 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9JwvnmYi9 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u9JwvnmYi9 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9JwvnmYi9 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u9JwvnmYi9 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u9JwvnmYi9 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u9JwvnmYi9 .nav-wrapper .list .item-wrap:hover,
.cid-u9JwvnmYi9 .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-u9JwvnmYi9 .nav-wrapper .list .item-wrap:hover::before,
.cid-u9JwvnmYi9 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u9JwvnmYi9 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9JwvnmYi9 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9JwvnmYi9 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u9JwvnmYi9 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u9JwvnmYi9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u9JwvnmYi9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u9JwvnmYi9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u9JwvnmYi9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u9JwvnmYi9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-u9JwvnmYi9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u9JwvnmYi9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u9JwvnmYi9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u9JwvnmYi9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9JwvnmYi9 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9JwvnmYi9 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u9JwvnmYi9 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u9JwvnmYi9 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u9JwvnmYi9 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u9JwvnmYi9 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u9JwvnmYi9 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u9JwvnmYi9 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u9JwvnmYi9 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u9JwvnmYi9 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u9JwvnmYi9 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u9JwvnmYi9 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-u9JwvnmYi9 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u9JwvnmYi9 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-u9JwvnmYi9 .mbr-section-title {
  color: #bbc4bb;
}
.cid-u9JwvnmYi9 .mbr-text {
  color: #ffffff;
}
.cid-u9JwvnmYi9 .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-u9JwvnmYi9 .list {
  color: #ffffff;
}
.cid-u9JwvnmYi9 .mbr-contact {
  color: #ffffff;
}
.cid-u9JwvnmYi9 .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-u9JwBoNqzi {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/heli-12-min-800x800.jpg");
}
.cid-u9JwBoNqzi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9JwBoNqzi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9JwBoNqzi .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ufr96thI9V {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ufr96thI9V .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufr96thI9V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 792px) {
  .cid-ufr96thI9V .container {
    padding: 0 22px;
  }
}
.cid-ufr96thI9V .row {
  justify-content: center;
}
.cid-ufr96thI9V .row .card {
  justify-content: flex-end;
}
.cid-ufr96thI9V .content-wrapper {
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-ufr96thI9V .content-wrapper {
    height: auto;
    margin-bottom: 32px;
  }
}
.cid-ufr96thI9V .content-wrapper .mbr-section-title {
  width: 100%;
  margin-bottom: 16px;
}
.cid-ufr96thI9V .content-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 0;
}
.cid-ufr96thI9V .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-ufr96thI9V .item .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  height: 420px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-ufr96thI9V .item .item-wrapper .item-img {
    height: 350px;
  }
}
.cid-ufr96thI9V .item .item-wrapper .item-img:hover .mbr-iconfont,
.cid-ufr96thI9V .item .item-wrapper .item-img:focus .mbr-iconfont {
  transform: translateY(0);
  opacity: 1;
}
.cid-ufr96thI9V .item .item-wrapper .item-img:hover::before,
.cid-ufr96thI9V .item .item-wrapper .item-img:focus::before {
  opacity: .7;
}
.cid-ufr96thI9V .item .item-wrapper .item-img:hover img,
.cid-ufr96thI9V .item .item-wrapper .item-img:focus img {
  filter: blur(10px);
}
.cid-ufr96thI9V .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-ufr96thI9V .item .item-wrapper .item-img .mbr-iconfont {
  position: relative;
  z-index: 2;
  font-size: 64px;
  color: #ffffff;
  transform: translateY(16px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.cid-ufr96thI9V .item .item-wrapper .item-img::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #635d60;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
.cid-ufr96thI9V .item .item-wrapper .item-content .card-name {
  margin-bottom: 0;
}
.cid-ufr96thI9V .item .item-wrapper .item-content .card-role {
  margin-bottom: 0;
}
.cid-ufr96thI9V .items-wrapper {
  margin: 0 -8px;
}
.cid-ufr96thI9V .mbr-section-title {
  color: #000000;
}
.cid-ufr96thI9V .mbr-text {
  color: #000000;
}
.cid-ufr96thI9V .card-name {
  color: #c32f2f;
}
.cid-ufr96thI9V .card-role {
  color: #1e2e90;
  text-align: right;
}
.cid-ufr96thI9V .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-ufr96thI9V .mbr-section-btn .btn {
    text-align: left;
  }
}
.cid-ufr96thI9V .mbr-section-title,
.cid-ufr96thI9V .mbr-section-btn {
  color: #000000;
}
.cid-ufxjmhTO3K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ufxjmhTO3K .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufxjmhTO3K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ufxjmhTO3K .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-ufxjmhTO3K .col-img {
    order: 2;
  }
}
.cid-ufxjmhTO3K .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-ufxjmhTO3K .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-ufxjmhTO3K .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-ufxjmhTO3K .col-tex {
    order: 1;
  }
}
.cid-ufxjmhTO3K .card-title {
  color: #092975;
}
.cid-ufxjmhTO3K .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-ufxjmhTO3K .mbr-section-btn {
  margin-top: 60px;
}
.cid-ufxjmhTO3K .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-u9JwBrY9AU {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u9JwBrY9AU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9JwBrY9AU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9JwBrY9AU .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-u9JwBrY9AU .content-container {
    flex-direction: column;
  }
}
.cid-u9JwBrY9AU .icons-menu {
  display: flex;
}
.cid-u9JwBrY9AU .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-u9JwBrY9AU .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-u9JwBrY9AU .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-u9JwBrY9AU .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-u9JwBrY9AU .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-u9JwBrY9AU .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-u9JwBrY9AU .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-u9JwBt5lTn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-u9JwBt5lTn::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u9JwBt5lTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9JwBt5lTn .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-u9JwBt5lTn .container {
    padding: 0 22px;
  }
}
.cid-u9JwBt5lTn .row {
  position: relative;
  z-index: 1;
}
.cid-u9JwBt5lTn .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u9JwBt5lTn .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u9JwBt5lTn .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u9JwBt5lTn .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9JwBt5lTn .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9JwBt5lTn .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u9JwBt5lTn .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u9JwBt5lTn .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9JwBt5lTn .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u9JwBt5lTn .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9JwBt5lTn .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u9JwBt5lTn .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u9JwBt5lTn .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u9JwBt5lTn .nav-wrapper .list .item-wrap:hover,
.cid-u9JwBt5lTn .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-u9JwBt5lTn .nav-wrapper .list .item-wrap:hover::before,
.cid-u9JwBt5lTn .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u9JwBt5lTn .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9JwBt5lTn .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9JwBt5lTn .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u9JwBt5lTn .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u9JwBt5lTn .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u9JwBt5lTn .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u9JwBt5lTn .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u9JwBt5lTn .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u9JwBt5lTn .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-u9JwBt5lTn .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u9JwBt5lTn .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u9JwBt5lTn .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u9JwBt5lTn .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9JwBt5lTn .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9JwBt5lTn .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u9JwBt5lTn .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u9JwBt5lTn .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u9JwBt5lTn .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u9JwBt5lTn .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u9JwBt5lTn .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u9JwBt5lTn .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u9JwBt5lTn .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u9JwBt5lTn .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u9JwBt5lTn .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u9JwBt5lTn .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-u9JwBt5lTn .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u9JwBt5lTn .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-u9JwBt5lTn .mbr-section-title {
  color: #bbc4bb;
}
.cid-u9JwBt5lTn .mbr-text {
  color: #ffffff;
}
.cid-u9JwBt5lTn .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-u9JwBt5lTn .list {
  color: #ffffff;
}
.cid-u9JwBt5lTn .mbr-contact {
  color: #ffffff;
}
.cid-u9JwBt5lTn .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-u9JwGLf2vF {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/ferrari-world-abu-dhabi-1-548x340.jpg");
}
.cid-u9JwGLf2vF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9JwGLf2vF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9JwGLf2vF .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ufr9mmjxOa {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f8f6f2;
}
.cid-ufr9mmjxOa .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufr9mmjxOa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 792px) {
  .cid-ufr9mmjxOa .container {
    padding: 0 22px;
  }
}
.cid-ufr9mmjxOa .row {
  justify-content: center;
}
.cid-ufr9mmjxOa .row .card {
  justify-content: flex-end;
}
.cid-ufr9mmjxOa .content-wrapper {
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-ufr9mmjxOa .content-wrapper {
    height: auto;
    margin-bottom: 32px;
  }
}
.cid-ufr9mmjxOa .content-wrapper .mbr-section-title {
  width: 100%;
  margin-bottom: 16px;
}
.cid-ufr9mmjxOa .content-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 0;
}
.cid-ufr9mmjxOa .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-ufr9mmjxOa .item .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  height: 420px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-ufr9mmjxOa .item .item-wrapper .item-img {
    height: 350px;
  }
}
.cid-ufr9mmjxOa .item .item-wrapper .item-img:hover .mbr-iconfont,
.cid-ufr9mmjxOa .item .item-wrapper .item-img:focus .mbr-iconfont {
  transform: translateY(0);
  opacity: 1;
}
.cid-ufr9mmjxOa .item .item-wrapper .item-img:hover::before,
.cid-ufr9mmjxOa .item .item-wrapper .item-img:focus::before {
  opacity: .7;
}
.cid-ufr9mmjxOa .item .item-wrapper .item-img:hover img,
.cid-ufr9mmjxOa .item .item-wrapper .item-img:focus img {
  filter: blur(10px);
}
.cid-ufr9mmjxOa .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-ufr9mmjxOa .item .item-wrapper .item-img .mbr-iconfont {
  position: relative;
  z-index: 2;
  font-size: 64px;
  color: #ffffff;
  transform: translateY(16px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.cid-ufr9mmjxOa .item .item-wrapper .item-img::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #635d60;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
.cid-ufr9mmjxOa .item .item-wrapper .item-content .card-name {
  margin-bottom: 0;
}
.cid-ufr9mmjxOa .item .item-wrapper .item-content .card-role {
  margin-bottom: 0;
}
.cid-ufr9mmjxOa .items-wrapper {
  margin: 0 -8px;
}
.cid-ufr9mmjxOa .mbr-section-title {
  color: #000000;
}
.cid-ufr9mmjxOa .mbr-text {
  color: #000000;
}
.cid-ufr9mmjxOa .card-name {
  color: #c32f2f;
}
.cid-ufr9mmjxOa .card-role {
  color: #1e2e90;
}
.cid-ufr9mmjxOa .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-ufr9mmjxOa .mbr-section-btn .btn {
    text-align: left;
  }
}
.cid-ufr9mmjxOa .mbr-section-title,
.cid-ufr9mmjxOa .mbr-section-btn {
  color: #1e2e90;
}
.cid-ufxftJJxlY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ufxftJJxlY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufxftJJxlY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ufxftJJxlY .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-ufxftJJxlY .col-img {
    order: 2;
  }
}
.cid-ufxftJJxlY .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-ufxftJJxlY .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-ufxftJJxlY .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-ufxftJJxlY .col-tex {
    order: 1;
  }
}
.cid-ufxftJJxlY .card-title {
  color: #092975;
}
.cid-ufxftJJxlY .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-ufxftJJxlY .mbr-section-btn {
  margin-top: 60px;
}
.cid-ufxftJJxlY .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-u9JwGOmC1m {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u9JwGOmC1m .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9JwGOmC1m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9JwGOmC1m .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-u9JwGOmC1m .content-container {
    flex-direction: column;
  }
}
.cid-u9JwGOmC1m .icons-menu {
  display: flex;
}
.cid-u9JwGOmC1m .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-u9JwGOmC1m .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-u9JwGOmC1m .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-u9JwGOmC1m .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-u9JwGOmC1m .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-u9JwGOmC1m .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-u9JwGOmC1m .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-u9JwGPqk0L {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-u9JwGPqk0L::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u9JwGPqk0L .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9JwGPqk0L .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-u9JwGPqk0L .container {
    padding: 0 22px;
  }
}
.cid-u9JwGPqk0L .row {
  position: relative;
  z-index: 1;
}
.cid-u9JwGPqk0L .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u9JwGPqk0L .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u9JwGPqk0L .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u9JwGPqk0L .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9JwGPqk0L .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9JwGPqk0L .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u9JwGPqk0L .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u9JwGPqk0L .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9JwGPqk0L .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u9JwGPqk0L .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9JwGPqk0L .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u9JwGPqk0L .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u9JwGPqk0L .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u9JwGPqk0L .nav-wrapper .list .item-wrap:hover,
.cid-u9JwGPqk0L .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-u9JwGPqk0L .nav-wrapper .list .item-wrap:hover::before,
.cid-u9JwGPqk0L .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u9JwGPqk0L .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9JwGPqk0L .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9JwGPqk0L .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u9JwGPqk0L .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u9JwGPqk0L .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u9JwGPqk0L .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u9JwGPqk0L .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u9JwGPqk0L .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u9JwGPqk0L .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-u9JwGPqk0L .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u9JwGPqk0L .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u9JwGPqk0L .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u9JwGPqk0L .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9JwGPqk0L .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9JwGPqk0L .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u9JwGPqk0L .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u9JwGPqk0L .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u9JwGPqk0L .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u9JwGPqk0L .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u9JwGPqk0L .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u9JwGPqk0L .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u9JwGPqk0L .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u9JwGPqk0L .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u9JwGPqk0L .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u9JwGPqk0L .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-u9JwGPqk0L .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u9JwGPqk0L .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-u9JwGPqk0L .mbr-section-title {
  color: #bbc4bb;
}
.cid-u9JwGPqk0L .mbr-text {
  color: #ffffff;
}
.cid-u9JwGPqk0L .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-u9JwGPqk0L .list {
  color: #ffffff;
}
.cid-u9JwGPqk0L .mbr-contact {
  color: #ffffff;
}
.cid-u9JwGPqk0L .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-u9JwNvYTYs {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/ferrari-world-meta-1-544x339.jpg");
}
.cid-u9JwNvYTYs .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9JwNvYTYs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9JwNvYTYs .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u9JwNx4tSb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u9JwNx4tSb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9JwNx4tSb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9JwNx4tSb .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-u9JwNx4tSb .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-u9JwNx4tSb .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-u9JwNx4tSb .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u9JwNx4tSb .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-u9JwNx4tSb .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u9JwNx4tSb .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-u9JwNx4tSb .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-u9JwNx4tSb .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-u9JwNx4tSb .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-u9JwNx4tSb .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-u9JwNx4tSb .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u9JwNx4tSb .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-u9JwNx4tSb .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-u9JwNx4tSb .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-u9JwNx4tSb .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-u9JwNx4tSb .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u9JwNx4tSb .mbr-section-title {
  color: #E0BDB6;
}
.cid-u9JwNx4tSb .mbr-section-subtitle {
  color: #747474;
}
.cid-u9JwNx4tSb .mbr-text {
  color: #747474;
}
.cid-u9JwNx4tSb .panel-title-edit {
  color: #092975;
}
.cid-u9JwNx4tSb .panel-text {
  color: #747474;
}
.cid-u9JwNx4tSb .mbr-section-title,
.cid-u9JwNx4tSb .mbr-section-btn {
  color: #092975;
}
.cid-u9JwNyi0gs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u9JwNyi0gs .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9JwNyi0gs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9JwNyi0gs .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-u9JwNyi0gs .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u9JwNyi0gs .container {
    padding: 0 25px;
  }
}
.cid-u9JwNyi0gs .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9JwNyi0gs .row {
    padding-top: 45px;
  }
}
.cid-u9JwNyi0gs .item:hover .item-wrapper .item-img img,
.cid-u9JwNyi0gs .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-u9JwNyi0gs .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u9JwNyi0gs .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-u9JwNyi0gs .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-u9JwNyi0gs .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-u9JwNyi0gs .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-u9JwNyi0gs .border-wrap {
    margin-top: 45px;
  }
}
.cid-u9JwNzwh2C {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u9JwNzwh2C .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9JwNzwh2C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9JwNzwh2C .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-u9JwNzwh2C .content-container {
    flex-direction: column;
  }
}
.cid-u9JwNzwh2C .icons-menu {
  display: flex;
}
.cid-u9JwNzwh2C .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-u9JwNzwh2C .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-u9JwNzwh2C .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-u9JwNzwh2C .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-u9JwNzwh2C .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-u9JwNzwh2C .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-u9JwNzwh2C .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-u9JwNAIUPg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-u9JwNAIUPg::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u9JwNAIUPg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9JwNAIUPg .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-u9JwNAIUPg .container {
    padding: 0 22px;
  }
}
.cid-u9JwNAIUPg .row {
  position: relative;
  z-index: 1;
}
.cid-u9JwNAIUPg .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u9JwNAIUPg .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u9JwNAIUPg .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u9JwNAIUPg .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9JwNAIUPg .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9JwNAIUPg .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u9JwNAIUPg .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u9JwNAIUPg .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9JwNAIUPg .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u9JwNAIUPg .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9JwNAIUPg .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u9JwNAIUPg .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u9JwNAIUPg .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u9JwNAIUPg .nav-wrapper .list .item-wrap:hover,
.cid-u9JwNAIUPg .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-u9JwNAIUPg .nav-wrapper .list .item-wrap:hover::before,
.cid-u9JwNAIUPg .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u9JwNAIUPg .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9JwNAIUPg .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9JwNAIUPg .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u9JwNAIUPg .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u9JwNAIUPg .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u9JwNAIUPg .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u9JwNAIUPg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u9JwNAIUPg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u9JwNAIUPg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-u9JwNAIUPg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u9JwNAIUPg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u9JwNAIUPg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u9JwNAIUPg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9JwNAIUPg .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9JwNAIUPg .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u9JwNAIUPg .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u9JwNAIUPg .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u9JwNAIUPg .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u9JwNAIUPg .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u9JwNAIUPg .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u9JwNAIUPg .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u9JwNAIUPg .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u9JwNAIUPg .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u9JwNAIUPg .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u9JwNAIUPg .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-u9JwNAIUPg .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u9JwNAIUPg .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-u9JwNAIUPg .mbr-section-title {
  color: #bbc4bb;
}
.cid-u9JwNAIUPg .mbr-text {
  color: #ffffff;
}
.cid-u9JwNAIUPg .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-u9JwNAIUPg .list {
  color: #ffffff;
}
.cid-u9JwNAIUPg .mbr-contact {
  color: #ffffff;
}
.cid-u9JwNAIUPg .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-u9JxeFhrRK {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/warner-bros-1-699x466.jpg");
}
.cid-u9JxeFhrRK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9JxeFhrRK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9JxeFhrRK .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u9JxeGd7VI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u9JxeGd7VI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9JxeGd7VI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9JxeGd7VI .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-u9JxeGd7VI .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-u9JxeGd7VI .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-u9JxeGd7VI .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u9JxeGd7VI .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-u9JxeGd7VI .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u9JxeGd7VI .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-u9JxeGd7VI .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-u9JxeGd7VI .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-u9JxeGd7VI .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-u9JxeGd7VI .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-u9JxeGd7VI .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u9JxeGd7VI .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-u9JxeGd7VI .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-u9JxeGd7VI .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-u9JxeGd7VI .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-u9JxeGd7VI .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u9JxeGd7VI .mbr-section-title {
  color: #E0BDB6;
}
.cid-u9JxeGd7VI .mbr-section-subtitle {
  color: #747474;
}
.cid-u9JxeGd7VI .mbr-text {
  color: #747474;
}
.cid-u9JxeGd7VI .panel-title-edit {
  color: #092975;
}
.cid-u9JxeGd7VI .panel-text {
  color: #747474;
}
.cid-u9JxeGd7VI .mbr-section-title,
.cid-u9JxeGd7VI .mbr-section-btn {
  color: #092975;
}
.cid-u9JxeHqAMZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u9JxeHqAMZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9JxeHqAMZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9JxeHqAMZ .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-u9JxeHqAMZ .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u9JxeHqAMZ .container {
    padding: 0 25px;
  }
}
.cid-u9JxeHqAMZ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9JxeHqAMZ .row {
    padding-top: 45px;
  }
}
.cid-u9JxeHqAMZ .item:hover .item-wrapper .item-img img,
.cid-u9JxeHqAMZ .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-u9JxeHqAMZ .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u9JxeHqAMZ .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-u9JxeHqAMZ .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-u9JxeHqAMZ .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-u9JxeHqAMZ .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-u9JxeHqAMZ .border-wrap {
    margin-top: 45px;
  }
}
.cid-u9JxeIrvXi {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u9JxeIrvXi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9JxeIrvXi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9JxeIrvXi .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-u9JxeIrvXi .content-container {
    flex-direction: column;
  }
}
.cid-u9JxeIrvXi .icons-menu {
  display: flex;
}
.cid-u9JxeIrvXi .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-u9JxeIrvXi .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-u9JxeIrvXi .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-u9JxeIrvXi .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-u9JxeIrvXi .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-u9JxeIrvXi .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-u9JxeIrvXi .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-u9JxeJsL0J {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-u9JxeJsL0J::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u9JxeJsL0J .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9JxeJsL0J .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-u9JxeJsL0J .container {
    padding: 0 22px;
  }
}
.cid-u9JxeJsL0J .row {
  position: relative;
  z-index: 1;
}
.cid-u9JxeJsL0J .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u9JxeJsL0J .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u9JxeJsL0J .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u9JxeJsL0J .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9JxeJsL0J .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9JxeJsL0J .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u9JxeJsL0J .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u9JxeJsL0J .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9JxeJsL0J .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u9JxeJsL0J .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9JxeJsL0J .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u9JxeJsL0J .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u9JxeJsL0J .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u9JxeJsL0J .nav-wrapper .list .item-wrap:hover,
.cid-u9JxeJsL0J .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-u9JxeJsL0J .nav-wrapper .list .item-wrap:hover::before,
.cid-u9JxeJsL0J .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u9JxeJsL0J .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9JxeJsL0J .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9JxeJsL0J .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u9JxeJsL0J .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u9JxeJsL0J .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u9JxeJsL0J .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u9JxeJsL0J .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u9JxeJsL0J .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u9JxeJsL0J .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-u9JxeJsL0J .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u9JxeJsL0J .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u9JxeJsL0J .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u9JxeJsL0J .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9JxeJsL0J .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9JxeJsL0J .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u9JxeJsL0J .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u9JxeJsL0J .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u9JxeJsL0J .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u9JxeJsL0J .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u9JxeJsL0J .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u9JxeJsL0J .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u9JxeJsL0J .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u9JxeJsL0J .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u9JxeJsL0J .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u9JxeJsL0J .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-u9JxeJsL0J .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u9JxeJsL0J .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-u9JxeJsL0J .mbr-section-title {
  color: #bbc4bb;
}
.cid-u9JxeJsL0J .mbr-text {
  color: #ffffff;
}
.cid-u9JxeJsL0J .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-u9JxeJsL0J .list {
  color: #ffffff;
}
.cid-u9JxeJsL0J .mbr-contact {
  color: #ffffff;
}
.cid-u9JxeJsL0J .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-u9Jx2MN20c {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/yas-island-11-1920x1080.jpg");
}
.cid-u9Jx2MN20c .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9Jx2MN20c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9Jx2MN20c .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u9Jx2NAIDf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u9Jx2NAIDf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9Jx2NAIDf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9Jx2NAIDf .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-u9Jx2NAIDf .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-u9Jx2NAIDf .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-u9Jx2NAIDf .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u9Jx2NAIDf .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-u9Jx2NAIDf .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u9Jx2NAIDf .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-u9Jx2NAIDf .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-u9Jx2NAIDf .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-u9Jx2NAIDf .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-u9Jx2NAIDf .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-u9Jx2NAIDf .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u9Jx2NAIDf .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-u9Jx2NAIDf .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-u9Jx2NAIDf .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-u9Jx2NAIDf .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-u9Jx2NAIDf .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u9Jx2NAIDf .mbr-section-title {
  color: #E0BDB6;
}
.cid-u9Jx2NAIDf .mbr-section-subtitle {
  color: #747474;
}
.cid-u9Jx2NAIDf .mbr-text {
  color: #747474;
}
.cid-u9Jx2NAIDf .panel-title-edit {
  color: #092975;
}
.cid-u9Jx2NAIDf .panel-text {
  color: #747474;
}
.cid-u9Jx2NAIDf .mbr-section-title,
.cid-u9Jx2NAIDf .mbr-section-btn {
  color: #092975;
}
.cid-u9Jx2OzelV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u9Jx2OzelV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9Jx2OzelV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9Jx2OzelV .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-u9Jx2OzelV .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u9Jx2OzelV .container {
    padding: 0 25px;
  }
}
.cid-u9Jx2OzelV .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9Jx2OzelV .row {
    padding-top: 45px;
  }
}
.cid-u9Jx2OzelV .item:hover .item-wrapper .item-img img,
.cid-u9Jx2OzelV .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-u9Jx2OzelV .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u9Jx2OzelV .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-u9Jx2OzelV .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-u9Jx2OzelV .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-u9Jx2OzelV .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-u9Jx2OzelV .border-wrap {
    margin-top: 45px;
  }
}
.cid-u9Jx2PvjyK {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u9Jx2PvjyK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9Jx2PvjyK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9Jx2PvjyK .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-u9Jx2PvjyK .content-container {
    flex-direction: column;
  }
}
.cid-u9Jx2PvjyK .icons-menu {
  display: flex;
}
.cid-u9Jx2PvjyK .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-u9Jx2PvjyK .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-u9Jx2PvjyK .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-u9Jx2PvjyK .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-u9Jx2PvjyK .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-u9Jx2PvjyK .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-u9Jx2PvjyK .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-u9Jx2Qwsxs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-u9Jx2Qwsxs::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u9Jx2Qwsxs .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9Jx2Qwsxs .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-u9Jx2Qwsxs .container {
    padding: 0 22px;
  }
}
.cid-u9Jx2Qwsxs .row {
  position: relative;
  z-index: 1;
}
.cid-u9Jx2Qwsxs .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u9Jx2Qwsxs .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u9Jx2Qwsxs .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u9Jx2Qwsxs .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9Jx2Qwsxs .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9Jx2Qwsxs .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u9Jx2Qwsxs .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u9Jx2Qwsxs .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9Jx2Qwsxs .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u9Jx2Qwsxs .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9Jx2Qwsxs .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u9Jx2Qwsxs .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u9Jx2Qwsxs .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u9Jx2Qwsxs .nav-wrapper .list .item-wrap:hover,
.cid-u9Jx2Qwsxs .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-u9Jx2Qwsxs .nav-wrapper .list .item-wrap:hover::before,
.cid-u9Jx2Qwsxs .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u9Jx2Qwsxs .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9Jx2Qwsxs .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9Jx2Qwsxs .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u9Jx2Qwsxs .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u9Jx2Qwsxs .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u9Jx2Qwsxs .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u9Jx2Qwsxs .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u9Jx2Qwsxs .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u9Jx2Qwsxs .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-u9Jx2Qwsxs .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u9Jx2Qwsxs .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u9Jx2Qwsxs .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u9Jx2Qwsxs .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9Jx2Qwsxs .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9Jx2Qwsxs .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u9Jx2Qwsxs .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u9Jx2Qwsxs .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u9Jx2Qwsxs .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u9Jx2Qwsxs .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u9Jx2Qwsxs .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u9Jx2Qwsxs .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u9Jx2Qwsxs .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u9Jx2Qwsxs .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u9Jx2Qwsxs .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u9Jx2Qwsxs .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-u9Jx2Qwsxs .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u9Jx2Qwsxs .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-u9Jx2Qwsxs .mbr-section-title {
  color: #bbc4bb;
}
.cid-u9Jx2Qwsxs .mbr-text {
  color: #ffffff;
}
.cid-u9Jx2Qwsxs .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-u9Jx2Qwsxs .list {
  color: #ffffff;
}
.cid-u9Jx2Qwsxs .mbr-contact {
  color: #ffffff;
}
.cid-u9Jx2Qwsxs .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-u9JwSgsS8p {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/aqua-2-960x640.jpg");
}
.cid-u9JwSgsS8p .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9JwSgsS8p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9JwSgsS8p .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u9JwSiPhTj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u9JwSiPhTj .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9JwSiPhTj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9JwSiPhTj .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-u9JwSiPhTj .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-u9JwSiPhTj .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-u9JwSiPhTj .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u9JwSiPhTj .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-u9JwSiPhTj .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u9JwSiPhTj .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-u9JwSiPhTj .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-u9JwSiPhTj .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-u9JwSiPhTj .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-u9JwSiPhTj .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-u9JwSiPhTj .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u9JwSiPhTj .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-u9JwSiPhTj .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-u9JwSiPhTj .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-u9JwSiPhTj .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-u9JwSiPhTj .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u9JwSiPhTj .mbr-section-title {
  color: #E0BDB6;
}
.cid-u9JwSiPhTj .mbr-section-subtitle {
  color: #747474;
}
.cid-u9JwSiPhTj .mbr-text {
  color: #747474;
}
.cid-u9JwSiPhTj .panel-title-edit {
  color: #092975;
}
.cid-u9JwSiPhTj .panel-text {
  color: #747474;
}
.cid-u9JwSiPhTj .mbr-section-title,
.cid-u9JwSiPhTj .mbr-section-btn {
  color: #092975;
}
.cid-u9JwSkDCbN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u9JwSkDCbN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9JwSkDCbN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9JwSkDCbN .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-u9JwSkDCbN .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u9JwSkDCbN .container {
    padding: 0 25px;
  }
}
.cid-u9JwSkDCbN .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9JwSkDCbN .row {
    padding-top: 45px;
  }
}
.cid-u9JwSkDCbN .item:hover .item-wrapper .item-img img,
.cid-u9JwSkDCbN .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-u9JwSkDCbN .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u9JwSkDCbN .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-u9JwSkDCbN .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-u9JwSkDCbN .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-u9JwSkDCbN .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-u9JwSkDCbN .border-wrap {
    margin-top: 45px;
  }
}
.cid-u9JwSmvKiV {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u9JwSmvKiV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9JwSmvKiV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9JwSmvKiV .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-u9JwSmvKiV .content-container {
    flex-direction: column;
  }
}
.cid-u9JwSmvKiV .icons-menu {
  display: flex;
}
.cid-u9JwSmvKiV .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-u9JwSmvKiV .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-u9JwSmvKiV .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-u9JwSmvKiV .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-u9JwSmvKiV .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-u9JwSmvKiV .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-u9JwSmvKiV .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-u9JwSomNUv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-u9JwSomNUv::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u9JwSomNUv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9JwSomNUv .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-u9JwSomNUv .container {
    padding: 0 22px;
  }
}
.cid-u9JwSomNUv .row {
  position: relative;
  z-index: 1;
}
.cid-u9JwSomNUv .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u9JwSomNUv .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u9JwSomNUv .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u9JwSomNUv .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9JwSomNUv .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9JwSomNUv .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u9JwSomNUv .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u9JwSomNUv .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9JwSomNUv .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u9JwSomNUv .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9JwSomNUv .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u9JwSomNUv .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u9JwSomNUv .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u9JwSomNUv .nav-wrapper .list .item-wrap:hover,
.cid-u9JwSomNUv .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-u9JwSomNUv .nav-wrapper .list .item-wrap:hover::before,
.cid-u9JwSomNUv .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u9JwSomNUv .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9JwSomNUv .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9JwSomNUv .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u9JwSomNUv .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u9JwSomNUv .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u9JwSomNUv .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u9JwSomNUv .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u9JwSomNUv .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u9JwSomNUv .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-u9JwSomNUv .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u9JwSomNUv .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u9JwSomNUv .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u9JwSomNUv .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9JwSomNUv .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9JwSomNUv .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u9JwSomNUv .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u9JwSomNUv .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u9JwSomNUv .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u9JwSomNUv .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u9JwSomNUv .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u9JwSomNUv .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u9JwSomNUv .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u9JwSomNUv .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u9JwSomNUv .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u9JwSomNUv .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-u9JwSomNUv .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u9JwSomNUv .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-u9JwSomNUv .mbr-section-title {
  color: #bbc4bb;
}
.cid-u9JwSomNUv .mbr-text {
  color: #ffffff;
}
.cid-u9JwSomNUv .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-u9JwSomNUv .list {
  color: #ffffff;
}
.cid-u9JwSomNUv .mbr-contact {
  color: #ffffff;
}
.cid-u9JwSomNUv .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-u9JxDCaCE1 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/dubai-frame-694x388.jpg");
}
.cid-u9JxDCaCE1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9JxDCaCE1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9JxDCaCE1 .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u9JxDD0NJY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u9JxDD0NJY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9JxDD0NJY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9JxDD0NJY .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-u9JxDD0NJY .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-u9JxDD0NJY .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-u9JxDD0NJY .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u9JxDD0NJY .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-u9JxDD0NJY .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u9JxDD0NJY .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-u9JxDD0NJY .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-u9JxDD0NJY .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-u9JxDD0NJY .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-u9JxDD0NJY .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-u9JxDD0NJY .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u9JxDD0NJY .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-u9JxDD0NJY .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-u9JxDD0NJY .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-u9JxDD0NJY .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-u9JxDD0NJY .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u9JxDD0NJY .mbr-section-title {
  color: #E0BDB6;
}
.cid-u9JxDD0NJY .mbr-section-subtitle {
  color: #747474;
}
.cid-u9JxDD0NJY .mbr-text {
  color: #747474;
}
.cid-u9JxDD0NJY .panel-title-edit {
  color: #092975;
}
.cid-u9JxDD0NJY .panel-text {
  color: #747474;
}
.cid-u9JxDD0NJY .mbr-section-title,
.cid-u9JxDD0NJY .mbr-section-btn {
  color: #092975;
}
.cid-u9JxDE1ipb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u9JxDE1ipb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9JxDE1ipb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9JxDE1ipb .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-u9JxDE1ipb .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u9JxDE1ipb .container {
    padding: 0 25px;
  }
}
.cid-u9JxDE1ipb .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9JxDE1ipb .row {
    padding-top: 45px;
  }
}
.cid-u9JxDE1ipb .item:hover .item-wrapper .item-img img,
.cid-u9JxDE1ipb .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-u9JxDE1ipb .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u9JxDE1ipb .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-u9JxDE1ipb .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-u9JxDE1ipb .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-u9JxDE1ipb .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-u9JxDE1ipb .border-wrap {
    margin-top: 45px;
  }
}
.cid-u9JxDEZbZD {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u9JxDEZbZD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9JxDEZbZD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9JxDEZbZD .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-u9JxDEZbZD .content-container {
    flex-direction: column;
  }
}
.cid-u9JxDEZbZD .icons-menu {
  display: flex;
}
.cid-u9JxDEZbZD .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-u9JxDEZbZD .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-u9JxDEZbZD .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-u9JxDEZbZD .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-u9JxDEZbZD .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-u9JxDEZbZD .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-u9JxDEZbZD .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-u9JxDG4akb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-u9JxDG4akb::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u9JxDG4akb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9JxDG4akb .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-u9JxDG4akb .container {
    padding: 0 22px;
  }
}
.cid-u9JxDG4akb .row {
  position: relative;
  z-index: 1;
}
.cid-u9JxDG4akb .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u9JxDG4akb .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u9JxDG4akb .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u9JxDG4akb .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9JxDG4akb .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9JxDG4akb .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u9JxDG4akb .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u9JxDG4akb .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9JxDG4akb .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u9JxDG4akb .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9JxDG4akb .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u9JxDG4akb .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u9JxDG4akb .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u9JxDG4akb .nav-wrapper .list .item-wrap:hover,
.cid-u9JxDG4akb .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-u9JxDG4akb .nav-wrapper .list .item-wrap:hover::before,
.cid-u9JxDG4akb .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u9JxDG4akb .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9JxDG4akb .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9JxDG4akb .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u9JxDG4akb .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u9JxDG4akb .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u9JxDG4akb .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u9JxDG4akb .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u9JxDG4akb .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u9JxDG4akb .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-u9JxDG4akb .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u9JxDG4akb .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u9JxDG4akb .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u9JxDG4akb .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9JxDG4akb .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9JxDG4akb .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u9JxDG4akb .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u9JxDG4akb .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u9JxDG4akb .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u9JxDG4akb .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u9JxDG4akb .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u9JxDG4akb .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u9JxDG4akb .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u9JxDG4akb .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u9JxDG4akb .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u9JxDG4akb .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-u9JxDG4akb .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u9JxDG4akb .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-u9JxDG4akb .mbr-section-title {
  color: #bbc4bb;
}
.cid-u9JxDG4akb .mbr-text {
  color: #ffffff;
}
.cid-u9JxDG4akb .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-u9JxDG4akb .list {
  color: #ffffff;
}
.cid-u9JxDG4akb .mbr-contact {
  color: #ffffff;
}
.cid-u9JxDG4akb .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-u9JxLFZYtR {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/future-1-800x800.jpg");
}
.cid-u9JxLFZYtR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9JxLFZYtR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9JxLFZYtR .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u9JxLH8nKL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u9JxLH8nKL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9JxLH8nKL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9JxLH8nKL .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-u9JxLH8nKL .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-u9JxLH8nKL .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-u9JxLH8nKL .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u9JxLH8nKL .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-u9JxLH8nKL .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u9JxLH8nKL .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-u9JxLH8nKL .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-u9JxLH8nKL .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-u9JxLH8nKL .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-u9JxLH8nKL .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-u9JxLH8nKL .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u9JxLH8nKL .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-u9JxLH8nKL .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-u9JxLH8nKL .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-u9JxLH8nKL .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-u9JxLH8nKL .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u9JxLH8nKL .mbr-section-title {
  color: #E0BDB6;
}
.cid-u9JxLH8nKL .mbr-section-subtitle {
  color: #747474;
}
.cid-u9JxLH8nKL .mbr-text {
  color: #747474;
}
.cid-u9JxLH8nKL .panel-title-edit {
  color: #092975;
}
.cid-u9JxLH8nKL .panel-text {
  color: #747474;
}
.cid-u9JxLH8nKL .mbr-section-title,
.cid-u9JxLH8nKL .mbr-section-btn {
  color: #092975;
}
.cid-u9JxLIjBx4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u9JxLIjBx4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9JxLIjBx4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9JxLIjBx4 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-u9JxLIjBx4 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u9JxLIjBx4 .container {
    padding: 0 25px;
  }
}
.cid-u9JxLIjBx4 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9JxLIjBx4 .row {
    padding-top: 45px;
  }
}
.cid-u9JxLIjBx4 .item:hover .item-wrapper .item-img img,
.cid-u9JxLIjBx4 .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-u9JxLIjBx4 .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u9JxLIjBx4 .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-u9JxLIjBx4 .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-u9JxLIjBx4 .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-u9JxLIjBx4 .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-u9JxLIjBx4 .border-wrap {
    margin-top: 45px;
  }
}
.cid-u9JxLJnsL8 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u9JxLJnsL8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9JxLJnsL8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9JxLJnsL8 .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-u9JxLJnsL8 .content-container {
    flex-direction: column;
  }
}
.cid-u9JxLJnsL8 .icons-menu {
  display: flex;
}
.cid-u9JxLJnsL8 .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-u9JxLJnsL8 .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-u9JxLJnsL8 .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-u9JxLJnsL8 .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-u9JxLJnsL8 .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-u9JxLJnsL8 .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-u9JxLJnsL8 .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-u9JxLKxQhw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-u9JxLKxQhw::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u9JxLKxQhw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9JxLKxQhw .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-u9JxLKxQhw .container {
    padding: 0 22px;
  }
}
.cid-u9JxLKxQhw .row {
  position: relative;
  z-index: 1;
}
.cid-u9JxLKxQhw .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u9JxLKxQhw .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u9JxLKxQhw .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u9JxLKxQhw .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9JxLKxQhw .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9JxLKxQhw .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u9JxLKxQhw .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u9JxLKxQhw .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9JxLKxQhw .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u9JxLKxQhw .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9JxLKxQhw .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u9JxLKxQhw .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u9JxLKxQhw .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u9JxLKxQhw .nav-wrapper .list .item-wrap:hover,
.cid-u9JxLKxQhw .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-u9JxLKxQhw .nav-wrapper .list .item-wrap:hover::before,
.cid-u9JxLKxQhw .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u9JxLKxQhw .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9JxLKxQhw .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9JxLKxQhw .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u9JxLKxQhw .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u9JxLKxQhw .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u9JxLKxQhw .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u9JxLKxQhw .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u9JxLKxQhw .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u9JxLKxQhw .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-u9JxLKxQhw .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u9JxLKxQhw .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u9JxLKxQhw .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u9JxLKxQhw .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9JxLKxQhw .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9JxLKxQhw .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u9JxLKxQhw .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u9JxLKxQhw .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u9JxLKxQhw .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u9JxLKxQhw .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u9JxLKxQhw .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u9JxLKxQhw .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u9JxLKxQhw .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u9JxLKxQhw .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u9JxLKxQhw .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u9JxLKxQhw .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-u9JxLKxQhw .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u9JxLKxQhw .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-u9JxLKxQhw .mbr-section-title {
  color: #bbc4bb;
}
.cid-u9JxLKxQhw .mbr-text {
  color: #ffffff;
}
.cid-u9JxLKxQhw .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-u9JxLKxQhw .list {
  color: #ffffff;
}
.cid-u9JxLKxQhw .mbr-contact {
  color: #ffffff;
}
.cid-u9JxLKxQhw .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-u9JxyCihNa {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/burj-khalifa-tickets-124-meta-694x455.jpg");
}
.cid-u9JxyCihNa .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9JxyCihNa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9JxyCihNa .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u9JxyDxrYp {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9JxyDxrYp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9JxyDxrYp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9JxyDxrYp .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-u9JxyDxrYp .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-u9JxyDxrYp .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-u9JxyDxrYp .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u9JxyDxrYp .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-u9JxyDxrYp .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u9JxyDxrYp .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-u9JxyDxrYp .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-u9JxyDxrYp .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-u9JxyDxrYp .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-u9JxyDxrYp .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-u9JxyDxrYp .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u9JxyDxrYp .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-u9JxyDxrYp .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-u9JxyDxrYp .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-u9JxyDxrYp .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-u9JxyDxrYp .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u9JxyDxrYp .mbr-section-title {
  color: #E0BDB6;
}
.cid-u9JxyDxrYp .mbr-section-subtitle {
  color: #747474;
}
.cid-u9JxyDxrYp .mbr-text {
  color: #747474;
}
.cid-u9JxyDxrYp .panel-title-edit {
  color: #092975;
}
.cid-u9JxyDxrYp .panel-text {
  color: #747474;
}
.cid-u9JxyDxrYp .mbr-section-title,
.cid-u9JxyDxrYp .mbr-section-btn {
  color: #092975;
}
.cid-uohWlIJhy2 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uohWlIJhy2 .mbr-section-title {
  margin-bottom: 1em;
  color: #1e2e90;
}
.cid-uohWlIJhy2 .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uohWlIJhy2 .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uohWlIJhy2 .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uohWlIJhy2 .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uohWlIJhy2 .item {
  padding: 0;
}
.cid-uohWlIJhy2 .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uohWlIJhy2 .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uohWlIJhy2 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uohWlIJhy2 .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uohWlIJhy2 .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uohWlIJhy2 .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uohWlIJhy2 .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uohWlIJhy2 .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uohWlIJhy2 .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uohWlIJhy2 .item-subtitle {
  color: #c32f2f;
  opacity: 0.52em;
}
.cid-uohWlIJhy2 .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uohWlIJhy2 .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uohWlIJhy2 .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uohWlIJhy2 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uohWlIJhy2 .mbr-text {
  flex-grow: 1;
  color: #1e2e90;
  text-align: right;
}
.cid-uohWlIJhy2 .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uohWlIJhy2 .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-u9JxyEMsg4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u9JxyEMsg4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9JxyEMsg4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9JxyEMsg4 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-u9JxyEMsg4 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u9JxyEMsg4 .container {
    padding: 0 25px;
  }
}
.cid-u9JxyEMsg4 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9JxyEMsg4 .row {
    padding-top: 45px;
  }
}
.cid-u9JxyEMsg4 .item:hover .item-wrapper .item-img img,
.cid-u9JxyEMsg4 .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-u9JxyEMsg4 .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u9JxyEMsg4 .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-u9JxyEMsg4 .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-u9JxyEMsg4 .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-u9JxyEMsg4 .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-u9JxyEMsg4 .border-wrap {
    margin-top: 45px;
  }
}
.cid-u9JxyFNNYB {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u9JxyFNNYB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9JxyFNNYB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9JxyFNNYB .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-u9JxyFNNYB .content-container {
    flex-direction: column;
  }
}
.cid-u9JxyFNNYB .icons-menu {
  display: flex;
}
.cid-u9JxyFNNYB .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-u9JxyFNNYB .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-u9JxyFNNYB .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-u9JxyFNNYB .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-u9JxyFNNYB .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-u9JxyFNNYB .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-u9JxyFNNYB .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-u9JxyGSQCY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-u9JxyGSQCY::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u9JxyGSQCY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9JxyGSQCY .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-u9JxyGSQCY .container {
    padding: 0 22px;
  }
}
.cid-u9JxyGSQCY .row {
  position: relative;
  z-index: 1;
}
.cid-u9JxyGSQCY .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u9JxyGSQCY .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u9JxyGSQCY .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u9JxyGSQCY .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9JxyGSQCY .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9JxyGSQCY .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u9JxyGSQCY .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u9JxyGSQCY .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9JxyGSQCY .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u9JxyGSQCY .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9JxyGSQCY .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u9JxyGSQCY .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u9JxyGSQCY .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u9JxyGSQCY .nav-wrapper .list .item-wrap:hover,
.cid-u9JxyGSQCY .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-u9JxyGSQCY .nav-wrapper .list .item-wrap:hover::before,
.cid-u9JxyGSQCY .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u9JxyGSQCY .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9JxyGSQCY .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9JxyGSQCY .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u9JxyGSQCY .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u9JxyGSQCY .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u9JxyGSQCY .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u9JxyGSQCY .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u9JxyGSQCY .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u9JxyGSQCY .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-u9JxyGSQCY .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u9JxyGSQCY .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u9JxyGSQCY .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u9JxyGSQCY .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9JxyGSQCY .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9JxyGSQCY .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u9JxyGSQCY .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u9JxyGSQCY .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u9JxyGSQCY .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u9JxyGSQCY .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u9JxyGSQCY .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u9JxyGSQCY .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u9JxyGSQCY .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u9JxyGSQCY .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u9JxyGSQCY .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u9JxyGSQCY .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-u9JxyGSQCY .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u9JxyGSQCY .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-u9JxyGSQCY .mbr-section-title {
  color: #bbc4bb;
}
.cid-u9JxyGSQCY .mbr-text {
  color: #ffffff;
}
.cid-u9JxyGSQCY .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-u9JxyGSQCY .list {
  color: #ffffff;
}
.cid-u9JxyGSQCY .mbr-contact {
  color: #ffffff;
}
.cid-u9JxyGSQCY .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-u9JxQHIOI2 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/dolphin-1-631x411.jpg");
}
.cid-u9JxQHIOI2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9JxQHIOI2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9JxQHIOI2 .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u9JxQIwG3B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u9JxQIwG3B .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9JxQIwG3B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9JxQIwG3B .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-u9JxQIwG3B .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-u9JxQIwG3B .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-u9JxQIwG3B .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u9JxQIwG3B .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-u9JxQIwG3B .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u9JxQIwG3B .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-u9JxQIwG3B .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-u9JxQIwG3B .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-u9JxQIwG3B .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-u9JxQIwG3B .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-u9JxQIwG3B .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u9JxQIwG3B .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-u9JxQIwG3B .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-u9JxQIwG3B .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-u9JxQIwG3B .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-u9JxQIwG3B .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u9JxQIwG3B .mbr-section-title {
  color: #E0BDB6;
}
.cid-u9JxQIwG3B .mbr-section-subtitle {
  color: #747474;
}
.cid-u9JxQIwG3B .mbr-text {
  color: #747474;
}
.cid-u9JxQIwG3B .panel-title-edit {
  color: #092975;
}
.cid-u9JxQIwG3B .panel-text {
  color: #747474;
}
.cid-u9JxQIwG3B .mbr-section-title,
.cid-u9JxQIwG3B .mbr-section-btn {
  color: #092975;
}
.cid-u9JxQJtco7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u9JxQJtco7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9JxQJtco7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9JxQJtco7 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-u9JxQJtco7 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u9JxQJtco7 .container {
    padding: 0 25px;
  }
}
.cid-u9JxQJtco7 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9JxQJtco7 .row {
    padding-top: 45px;
  }
}
.cid-u9JxQJtco7 .item:hover .item-wrapper .item-img img,
.cid-u9JxQJtco7 .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-u9JxQJtco7 .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u9JxQJtco7 .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-u9JxQJtco7 .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-u9JxQJtco7 .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-u9JxQJtco7 .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-u9JxQJtco7 .border-wrap {
    margin-top: 45px;
  }
}
.cid-u9JxQLkcD8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-u9JxQLkcD8::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u9JxQLkcD8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9JxQLkcD8 .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-u9JxQLkcD8 .container {
    padding: 0 22px;
  }
}
.cid-u9JxQLkcD8 .row {
  position: relative;
  z-index: 1;
}
.cid-u9JxQLkcD8 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u9JxQLkcD8 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u9JxQLkcD8 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u9JxQLkcD8 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9JxQLkcD8 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9JxQLkcD8 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u9JxQLkcD8 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u9JxQLkcD8 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9JxQLkcD8 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u9JxQLkcD8 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9JxQLkcD8 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u9JxQLkcD8 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u9JxQLkcD8 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u9JxQLkcD8 .nav-wrapper .list .item-wrap:hover,
.cid-u9JxQLkcD8 .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-u9JxQLkcD8 .nav-wrapper .list .item-wrap:hover::before,
.cid-u9JxQLkcD8 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u9JxQLkcD8 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9JxQLkcD8 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9JxQLkcD8 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u9JxQLkcD8 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u9JxQLkcD8 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u9JxQLkcD8 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u9JxQLkcD8 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u9JxQLkcD8 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u9JxQLkcD8 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-u9JxQLkcD8 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u9JxQLkcD8 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u9JxQLkcD8 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u9JxQLkcD8 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9JxQLkcD8 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9JxQLkcD8 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u9JxQLkcD8 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u9JxQLkcD8 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u9JxQLkcD8 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u9JxQLkcD8 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u9JxQLkcD8 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u9JxQLkcD8 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u9JxQLkcD8 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u9JxQLkcD8 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u9JxQLkcD8 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u9JxQLkcD8 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-u9JxQLkcD8 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u9JxQLkcD8 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-u9JxQLkcD8 .mbr-section-title {
  color: #bbc4bb;
}
.cid-u9JxQLkcD8 .mbr-text {
  color: #ffffff;
}
.cid-u9JxQLkcD8 .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-u9JxQLkcD8 .list {
  color: #ffffff;
}
.cid-u9JxQLkcD8 .mbr-contact {
  color: #ffffff;
}
.cid-u9JxQLkcD8 .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-ufsOTrJhJq {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/helicopter-40-min-800x362.jpg");
}
.cid-ufsOTrJhJq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufsOTrJhJq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufsOTrJhJq .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ufsOTssXiD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ufsOTssXiD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufsOTssXiD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufsOTssXiD .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ufsOTssXiD .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-ufsOTssXiD .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-ufsOTssXiD .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ufsOTssXiD .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-ufsOTssXiD .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-ufsOTssXiD .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-ufsOTssXiD .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-ufsOTssXiD .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-ufsOTssXiD .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-ufsOTssXiD .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-ufsOTssXiD .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ufsOTssXiD .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-ufsOTssXiD .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-ufsOTssXiD .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-ufsOTssXiD .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-ufsOTssXiD .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ufsOTssXiD .mbr-section-title {
  color: #E0BDB6;
}
.cid-ufsOTssXiD .mbr-section-subtitle {
  color: #747474;
}
.cid-ufsOTssXiD .mbr-text {
  color: #747474;
}
.cid-ufsOTssXiD .panel-title-edit {
  color: #092975;
}
.cid-ufsOTssXiD .panel-text {
  color: #747474;
}
.cid-ufsOTssXiD .mbr-section-title,
.cid-ufsOTssXiD .mbr-section-btn {
  color: #092975;
}
.cid-ufsOTtf1yD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ufsOTtf1yD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufsOTtf1yD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufsOTtf1yD .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ufsOTtf1yD .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ufsOTtf1yD .container {
    padding: 0 25px;
  }
}
.cid-ufsOTtf1yD .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ufsOTtf1yD .row {
    padding-top: 45px;
  }
}
.cid-ufsOTtf1yD .item:hover .item-wrapper .item-img img,
.cid-ufsOTtf1yD .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-ufsOTtf1yD .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ufsOTtf1yD .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-ufsOTtf1yD .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-ufsOTtf1yD .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-ufsOTtf1yD .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-ufsOTtf1yD .border-wrap {
    margin-top: 45px;
  }
}
.cid-ufsOTv5C9c {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-ufsOTv5C9c::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ufsOTv5C9c .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufsOTv5C9c .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-ufsOTv5C9c .container {
    padding: 0 22px;
  }
}
.cid-ufsOTv5C9c .row {
  position: relative;
  z-index: 1;
}
.cid-ufsOTv5C9c .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ufsOTv5C9c .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ufsOTv5C9c .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ufsOTv5C9c .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ufsOTv5C9c .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ufsOTv5C9c .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ufsOTv5C9c .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ufsOTv5C9c .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ufsOTv5C9c .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ufsOTv5C9c .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ufsOTv5C9c .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ufsOTv5C9c .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ufsOTv5C9c .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ufsOTv5C9c .nav-wrapper .list .item-wrap:hover,
.cid-ufsOTv5C9c .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-ufsOTv5C9c .nav-wrapper .list .item-wrap:hover::before,
.cid-ufsOTv5C9c .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ufsOTv5C9c .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ufsOTv5C9c .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ufsOTv5C9c .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ufsOTv5C9c .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ufsOTv5C9c .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ufsOTv5C9c .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ufsOTv5C9c .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ufsOTv5C9c .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ufsOTv5C9c .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-ufsOTv5C9c .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ufsOTv5C9c .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ufsOTv5C9c .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ufsOTv5C9c .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ufsOTv5C9c .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ufsOTv5C9c .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ufsOTv5C9c .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ufsOTv5C9c .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ufsOTv5C9c .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ufsOTv5C9c .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ufsOTv5C9c .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ufsOTv5C9c .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ufsOTv5C9c .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ufsOTv5C9c .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ufsOTv5C9c .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ufsOTv5C9c .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-ufsOTv5C9c .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ufsOTv5C9c .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ufsOTv5C9c .mbr-section-title {
  color: #bbc4bb;
}
.cid-ufsOTv5C9c .mbr-text {
  color: #ffffff;
}
.cid-ufsOTv5C9c .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-ufsOTv5C9c .list {
  color: #ffffff;
}
.cid-ufsOTv5C9c .mbr-contact {
  color: #ffffff;
}
.cid-ufsOTv5C9c .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-ufsPi2HwhQ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/hot-air-balloon-standard-800x800.jpg");
}
.cid-ufsPi2HwhQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufsPi2HwhQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufsPi2HwhQ .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ufsPi3oONO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ufsPi3oONO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufsPi3oONO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufsPi3oONO .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ufsPi3oONO .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-ufsPi3oONO .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-ufsPi3oONO .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ufsPi3oONO .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-ufsPi3oONO .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-ufsPi3oONO .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-ufsPi3oONO .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-ufsPi3oONO .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-ufsPi3oONO .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-ufsPi3oONO .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-ufsPi3oONO .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ufsPi3oONO .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-ufsPi3oONO .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-ufsPi3oONO .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-ufsPi3oONO .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-ufsPi3oONO .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ufsPi3oONO .mbr-section-title {
  color: #E0BDB6;
}
.cid-ufsPi3oONO .mbr-section-subtitle {
  color: #747474;
}
.cid-ufsPi3oONO .mbr-text {
  color: #747474;
}
.cid-ufsPi3oONO .panel-title-edit {
  color: #092975;
}
.cid-ufsPi3oONO .panel-text {
  color: #747474;
}
.cid-ufsPi3oONO .mbr-section-title,
.cid-ufsPi3oONO .mbr-section-btn {
  color: #092975;
}
.cid-ufsPi4g0Hj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ufsPi4g0Hj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufsPi4g0Hj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufsPi4g0Hj .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ufsPi4g0Hj .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ufsPi4g0Hj .container {
    padding: 0 25px;
  }
}
.cid-ufsPi4g0Hj .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ufsPi4g0Hj .row {
    padding-top: 45px;
  }
}
.cid-ufsPi4g0Hj .item:hover .item-wrapper .item-img img,
.cid-ufsPi4g0Hj .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-ufsPi4g0Hj .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ufsPi4g0Hj .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-ufsPi4g0Hj .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-ufsPi4g0Hj .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-ufsPi4g0Hj .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-ufsPi4g0Hj .border-wrap {
    margin-top: 45px;
  }
}
.cid-ufsPi64FME {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-ufsPi64FME::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ufsPi64FME .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufsPi64FME .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-ufsPi64FME .container {
    padding: 0 22px;
  }
}
.cid-ufsPi64FME .row {
  position: relative;
  z-index: 1;
}
.cid-ufsPi64FME .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ufsPi64FME .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ufsPi64FME .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ufsPi64FME .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ufsPi64FME .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ufsPi64FME .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ufsPi64FME .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ufsPi64FME .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ufsPi64FME .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ufsPi64FME .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ufsPi64FME .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ufsPi64FME .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ufsPi64FME .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ufsPi64FME .nav-wrapper .list .item-wrap:hover,
.cid-ufsPi64FME .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-ufsPi64FME .nav-wrapper .list .item-wrap:hover::before,
.cid-ufsPi64FME .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ufsPi64FME .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ufsPi64FME .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ufsPi64FME .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ufsPi64FME .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ufsPi64FME .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ufsPi64FME .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ufsPi64FME .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ufsPi64FME .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ufsPi64FME .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-ufsPi64FME .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ufsPi64FME .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ufsPi64FME .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ufsPi64FME .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ufsPi64FME .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ufsPi64FME .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ufsPi64FME .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ufsPi64FME .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ufsPi64FME .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ufsPi64FME .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ufsPi64FME .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ufsPi64FME .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ufsPi64FME .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ufsPi64FME .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ufsPi64FME .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ufsPi64FME .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-ufsPi64FME .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ufsPi64FME .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ufsPi64FME .mbr-section-title {
  color: #bbc4bb;
}
.cid-ufsPi64FME .mbr-text {
  color: #ffffff;
}
.cid-ufsPi64FME .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-ufsPi64FME .list {
  color: #ffffff;
}
.cid-ufsPi64FME .mbr-contact {
  color: #ffffff;
}
.cid-ufsPi64FME .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-ufsPKg5YTC {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/scuba-diving-720x480.jpg");
}
.cid-ufsPKg5YTC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufsPKg5YTC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufsPKg5YTC .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ufsPKh1y0d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ufsPKh1y0d .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufsPKh1y0d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufsPKh1y0d .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ufsPKh1y0d .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-ufsPKh1y0d .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-ufsPKh1y0d .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ufsPKh1y0d .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-ufsPKh1y0d .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-ufsPKh1y0d .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-ufsPKh1y0d .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-ufsPKh1y0d .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-ufsPKh1y0d .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-ufsPKh1y0d .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-ufsPKh1y0d .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ufsPKh1y0d .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-ufsPKh1y0d .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-ufsPKh1y0d .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-ufsPKh1y0d .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-ufsPKh1y0d .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ufsPKh1y0d .mbr-section-title {
  color: #E0BDB6;
}
.cid-ufsPKh1y0d .mbr-section-subtitle {
  color: #747474;
}
.cid-ufsPKh1y0d .mbr-text {
  color: #747474;
}
.cid-ufsPKh1y0d .panel-title-edit {
  color: #092975;
}
.cid-ufsPKh1y0d .panel-text {
  color: #747474;
}
.cid-ufsPKh1y0d .mbr-section-title,
.cid-ufsPKh1y0d .mbr-section-btn {
  color: #092975;
}
.cid-ufsPKi71K1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ufsPKi71K1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufsPKi71K1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufsPKi71K1 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ufsPKi71K1 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ufsPKi71K1 .container {
    padding: 0 25px;
  }
}
.cid-ufsPKi71K1 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ufsPKi71K1 .row {
    padding-top: 45px;
  }
}
.cid-ufsPKi71K1 .item:hover .item-wrapper .item-img img,
.cid-ufsPKi71K1 .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-ufsPKi71K1 .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ufsPKi71K1 .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-ufsPKi71K1 .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-ufsPKi71K1 .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-ufsPKi71K1 .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-ufsPKi71K1 .border-wrap {
    margin-top: 45px;
  }
}
.cid-ufsPKk31ah {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-ufsPKk31ah::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ufsPKk31ah .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufsPKk31ah .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-ufsPKk31ah .container {
    padding: 0 22px;
  }
}
.cid-ufsPKk31ah .row {
  position: relative;
  z-index: 1;
}
.cid-ufsPKk31ah .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ufsPKk31ah .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ufsPKk31ah .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ufsPKk31ah .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ufsPKk31ah .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ufsPKk31ah .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ufsPKk31ah .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ufsPKk31ah .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ufsPKk31ah .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ufsPKk31ah .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ufsPKk31ah .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ufsPKk31ah .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ufsPKk31ah .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ufsPKk31ah .nav-wrapper .list .item-wrap:hover,
.cid-ufsPKk31ah .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-ufsPKk31ah .nav-wrapper .list .item-wrap:hover::before,
.cid-ufsPKk31ah .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ufsPKk31ah .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ufsPKk31ah .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ufsPKk31ah .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ufsPKk31ah .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ufsPKk31ah .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ufsPKk31ah .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ufsPKk31ah .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ufsPKk31ah .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ufsPKk31ah .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-ufsPKk31ah .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ufsPKk31ah .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ufsPKk31ah .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ufsPKk31ah .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ufsPKk31ah .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ufsPKk31ah .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ufsPKk31ah .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ufsPKk31ah .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ufsPKk31ah .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ufsPKk31ah .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ufsPKk31ah .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ufsPKk31ah .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ufsPKk31ah .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ufsPKk31ah .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ufsPKk31ah .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ufsPKk31ah .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-ufsPKk31ah .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ufsPKk31ah .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ufsPKk31ah .mbr-section-title {
  color: #bbc4bb;
}
.cid-ufsPKk31ah .mbr-text {
  color: #ffffff;
}
.cid-ufsPKk31ah .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-ufsPKk31ah .list {
  color: #ffffff;
}
.cid-ufsPKk31ah .mbr-contact {
  color: #ffffff;
}
.cid-ufsPKk31ah .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-ufsQ8TLIc8 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/sky-dive-652x504.jpg");
}
.cid-ufsQ8TLIc8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufsQ8TLIc8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufsQ8TLIc8 .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ufsQ8Uo0Ip {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ufsQ8Uo0Ip .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufsQ8Uo0Ip .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufsQ8Uo0Ip .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ufsQ8Uo0Ip .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-ufsQ8Uo0Ip .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-ufsQ8Uo0Ip .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ufsQ8Uo0Ip .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-ufsQ8Uo0Ip .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-ufsQ8Uo0Ip .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-ufsQ8Uo0Ip .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-ufsQ8Uo0Ip .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-ufsQ8Uo0Ip .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-ufsQ8Uo0Ip .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-ufsQ8Uo0Ip .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ufsQ8Uo0Ip .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-ufsQ8Uo0Ip .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-ufsQ8Uo0Ip .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-ufsQ8Uo0Ip .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-ufsQ8Uo0Ip .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ufsQ8Uo0Ip .mbr-section-title {
  color: #E0BDB6;
}
.cid-ufsQ8Uo0Ip .mbr-section-subtitle {
  color: #747474;
}
.cid-ufsQ8Uo0Ip .mbr-text {
  color: #747474;
}
.cid-ufsQ8Uo0Ip .panel-title-edit {
  color: #092975;
}
.cid-ufsQ8Uo0Ip .panel-text {
  color: #747474;
}
.cid-ufsQ8Uo0Ip .mbr-section-title,
.cid-ufsQ8Uo0Ip .mbr-section-btn {
  color: #092975;
}
.cid-ufsQ8VfgPE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ufsQ8VfgPE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufsQ8VfgPE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufsQ8VfgPE .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ufsQ8VfgPE .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ufsQ8VfgPE .container {
    padding: 0 25px;
  }
}
.cid-ufsQ8VfgPE .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ufsQ8VfgPE .row {
    padding-top: 45px;
  }
}
.cid-ufsQ8VfgPE .item:hover .item-wrapper .item-img img,
.cid-ufsQ8VfgPE .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-ufsQ8VfgPE .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ufsQ8VfgPE .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-ufsQ8VfgPE .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-ufsQ8VfgPE .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-ufsQ8VfgPE .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-ufsQ8VfgPE .border-wrap {
    margin-top: 45px;
  }
}
.cid-ufsQ8WY9sB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-ufsQ8WY9sB::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ufsQ8WY9sB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufsQ8WY9sB .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-ufsQ8WY9sB .container {
    padding: 0 22px;
  }
}
.cid-ufsQ8WY9sB .row {
  position: relative;
  z-index: 1;
}
.cid-ufsQ8WY9sB .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ufsQ8WY9sB .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ufsQ8WY9sB .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ufsQ8WY9sB .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ufsQ8WY9sB .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ufsQ8WY9sB .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ufsQ8WY9sB .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ufsQ8WY9sB .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ufsQ8WY9sB .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ufsQ8WY9sB .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ufsQ8WY9sB .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ufsQ8WY9sB .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ufsQ8WY9sB .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ufsQ8WY9sB .nav-wrapper .list .item-wrap:hover,
.cid-ufsQ8WY9sB .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-ufsQ8WY9sB .nav-wrapper .list .item-wrap:hover::before,
.cid-ufsQ8WY9sB .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ufsQ8WY9sB .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ufsQ8WY9sB .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ufsQ8WY9sB .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ufsQ8WY9sB .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ufsQ8WY9sB .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ufsQ8WY9sB .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ufsQ8WY9sB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ufsQ8WY9sB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ufsQ8WY9sB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-ufsQ8WY9sB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ufsQ8WY9sB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ufsQ8WY9sB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ufsQ8WY9sB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ufsQ8WY9sB .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ufsQ8WY9sB .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ufsQ8WY9sB .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ufsQ8WY9sB .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ufsQ8WY9sB .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ufsQ8WY9sB .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ufsQ8WY9sB .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ufsQ8WY9sB .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ufsQ8WY9sB .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ufsQ8WY9sB .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ufsQ8WY9sB .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ufsQ8WY9sB .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-ufsQ8WY9sB .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ufsQ8WY9sB .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ufsQ8WY9sB .mbr-section-title {
  color: #bbc4bb;
}
.cid-ufsQ8WY9sB .mbr-text {
  color: #ffffff;
}
.cid-ufsQ8WY9sB .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-ufsQ8WY9sB .list {
  color: #ffffff;
}
.cid-ufsQ8WY9sB .mbr-contact {
  color: #ffffff;
}
.cid-ufsQ8WY9sB .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-uha6jaK2VD {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/prem-15-1280x960.jpg");
}
.cid-uha6jaK2VD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uha6jaK2VD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uha6jaK2VD .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uha6jbDZAb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uha6jbDZAb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uha6jbDZAb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uha6jbDZAb .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uha6jbDZAb .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-uha6jbDZAb .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-uha6jbDZAb .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uha6jbDZAb .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uha6jbDZAb .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uha6jbDZAb .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-uha6jbDZAb .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-uha6jbDZAb .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-uha6jbDZAb .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-uha6jbDZAb .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-uha6jbDZAb .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uha6jbDZAb .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uha6jbDZAb .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-uha6jbDZAb .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-uha6jbDZAb .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-uha6jbDZAb .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uha6jbDZAb .mbr-section-title {
  color: #E0BDB6;
}
.cid-uha6jbDZAb .mbr-section-subtitle {
  color: #747474;
}
.cid-uha6jbDZAb .mbr-text {
  color: #747474;
}
.cid-uha6jbDZAb .panel-title-edit {
  color: #092975;
}
.cid-uha6jbDZAb .panel-text {
  color: #747474;
}
.cid-uha6jbDZAb .mbr-section-title,
.cid-uha6jbDZAb .mbr-section-btn {
  color: #092975;
}
.cid-uha6jcLNya {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uha6jcLNya .mbr-fallback-image.disabled {
  display: none;
}
.cid-uha6jcLNya .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uha6jcLNya .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uha6jcLNya .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uha6jcLNya .container {
    padding: 0 25px;
  }
}
.cid-uha6jcLNya .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uha6jcLNya .row {
    padding-top: 45px;
  }
}
.cid-uha6jcLNya .item:hover .item-wrapper .item-img img,
.cid-uha6jcLNya .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-uha6jcLNya .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uha6jcLNya .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-uha6jcLNya .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-uha6jcLNya .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-uha6jcLNya .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-uha6jcLNya .border-wrap {
    margin-top: 45px;
  }
}
.cid-uha6jdHy7J {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uha6jdHy7J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uha6jdHy7J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uha6jdHy7J .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-uha6jdHy7J .content-container {
    flex-direction: column;
  }
}
.cid-uha6jdHy7J .icons-menu {
  display: flex;
}
.cid-uha6jdHy7J .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-uha6jdHy7J .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-uha6jdHy7J .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-uha6jdHy7J .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-uha6jdHy7J .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-uha6jdHy7J .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-uha6jdHy7J .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-uha6jePcUj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-uha6jePcUj::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uha6jePcUj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uha6jePcUj .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-uha6jePcUj .container {
    padding: 0 22px;
  }
}
.cid-uha6jePcUj .row {
  position: relative;
  z-index: 1;
}
.cid-uha6jePcUj .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uha6jePcUj .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uha6jePcUj .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uha6jePcUj .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uha6jePcUj .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uha6jePcUj .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uha6jePcUj .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uha6jePcUj .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uha6jePcUj .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uha6jePcUj .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uha6jePcUj .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uha6jePcUj .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uha6jePcUj .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uha6jePcUj .nav-wrapper .list .item-wrap:hover,
.cid-uha6jePcUj .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-uha6jePcUj .nav-wrapper .list .item-wrap:hover::before,
.cid-uha6jePcUj .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uha6jePcUj .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uha6jePcUj .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uha6jePcUj .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uha6jePcUj .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uha6jePcUj .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uha6jePcUj .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uha6jePcUj .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uha6jePcUj .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uha6jePcUj .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-uha6jePcUj .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uha6jePcUj .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uha6jePcUj .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uha6jePcUj .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uha6jePcUj .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uha6jePcUj .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uha6jePcUj .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uha6jePcUj .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uha6jePcUj .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uha6jePcUj .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uha6jePcUj .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uha6jePcUj .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uha6jePcUj .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uha6jePcUj .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uha6jePcUj .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uha6jePcUj .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-uha6jePcUj .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uha6jePcUj .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uha6jePcUj .mbr-section-title {
  color: #bbc4bb;
}
.cid-uha6jePcUj .mbr-text {
  color: #ffffff;
}
.cid-uha6jePcUj .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-uha6jePcUj .list {
  color: #ffffff;
}
.cid-uha6jePcUj .mbr-contact {
  color: #ffffff;
}
.cid-uha6jePcUj .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-ukinPTdGjy {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/sky-views-observatory-meta-628x408.jpg");
}
.cid-ukinPTdGjy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukinPTdGjy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukinPTdGjy .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukinPTTpkH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukinPTTpkH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukinPTTpkH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukinPTTpkH .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ukinPTTpkH .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-ukinPTTpkH .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-ukinPTTpkH .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukinPTTpkH .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-ukinPTTpkH .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-ukinPTTpkH .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-ukinPTTpkH .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-ukinPTTpkH .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-ukinPTTpkH .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-ukinPTTpkH .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-ukinPTTpkH .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ukinPTTpkH .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-ukinPTTpkH .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-ukinPTTpkH .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-ukinPTTpkH .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-ukinPTTpkH .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukinPTTpkH .mbr-section-title {
  color: #E0BDB6;
}
.cid-ukinPTTpkH .mbr-section-subtitle {
  color: #747474;
}
.cid-ukinPTTpkH .mbr-text {
  color: #747474;
}
.cid-ukinPTTpkH .panel-title-edit {
  color: #092975;
}
.cid-ukinPTTpkH .panel-text {
  color: #747474;
}
.cid-ukinPTTpkH .mbr-section-title,
.cid-ukinPTTpkH .mbr-section-btn {
  color: #092975;
}
.cid-ukinPUTtj7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ukinPUTtj7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukinPUTtj7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukinPUTtj7 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ukinPUTtj7 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ukinPUTtj7 .container {
    padding: 0 25px;
  }
}
.cid-ukinPUTtj7 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukinPUTtj7 .row {
    padding-top: 45px;
  }
}
.cid-ukinPUTtj7 .item:hover .item-wrapper .item-img img,
.cid-ukinPUTtj7 .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-ukinPUTtj7 .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ukinPUTtj7 .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-ukinPUTtj7 .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-ukinPUTtj7 .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-ukinPUTtj7 .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-ukinPUTtj7 .border-wrap {
    margin-top: 45px;
  }
}
.cid-ukinPVwr7A {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukinPVwr7A .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukinPVwr7A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukinPVwr7A .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-ukinPVwr7A .content-container {
    flex-direction: column;
  }
}
.cid-ukinPVwr7A .icons-menu {
  display: flex;
}
.cid-ukinPVwr7A .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-ukinPVwr7A .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-ukinPVwr7A .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-ukinPVwr7A .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-ukinPVwr7A .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-ukinPVwr7A .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-ukinPVwr7A .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-ukinPWmxvr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-ukinPWmxvr::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukinPWmxvr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukinPWmxvr .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-ukinPWmxvr .container {
    padding: 0 22px;
  }
}
.cid-ukinPWmxvr .row {
  position: relative;
  z-index: 1;
}
.cid-ukinPWmxvr .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukinPWmxvr .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukinPWmxvr .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukinPWmxvr .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukinPWmxvr .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukinPWmxvr .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukinPWmxvr .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukinPWmxvr .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukinPWmxvr .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukinPWmxvr .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukinPWmxvr .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukinPWmxvr .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukinPWmxvr .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukinPWmxvr .nav-wrapper .list .item-wrap:hover,
.cid-ukinPWmxvr .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-ukinPWmxvr .nav-wrapper .list .item-wrap:hover::before,
.cid-ukinPWmxvr .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukinPWmxvr .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukinPWmxvr .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukinPWmxvr .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukinPWmxvr .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukinPWmxvr .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukinPWmxvr .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukinPWmxvr .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukinPWmxvr .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukinPWmxvr .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-ukinPWmxvr .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukinPWmxvr .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukinPWmxvr .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukinPWmxvr .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukinPWmxvr .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukinPWmxvr .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukinPWmxvr .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukinPWmxvr .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukinPWmxvr .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukinPWmxvr .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukinPWmxvr .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukinPWmxvr .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukinPWmxvr .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukinPWmxvr .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukinPWmxvr .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukinPWmxvr .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-ukinPWmxvr .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukinPWmxvr .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukinPWmxvr .mbr-section-title {
  color: #bbc4bb;
}
.cid-ukinPWmxvr .mbr-text {
  color: #ffffff;
}
.cid-ukinPWmxvr .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-ukinPWmxvr .list {
  color: #ffffff;
}
.cid-ukinPWmxvr .mbr-contact {
  color: #ffffff;
}
.cid-ukinPWmxvr .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-ukn63A2UzC {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/fountain-show-lake-ride-5-900x600.jpg");
}
.cid-ukn63A2UzC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukn63A2UzC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukn63A2UzC .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukn63BCgZU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukn63BCgZU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukn63BCgZU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukn63BCgZU .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ukn63BCgZU .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-ukn63BCgZU .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-ukn63BCgZU .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukn63BCgZU .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-ukn63BCgZU .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-ukn63BCgZU .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-ukn63BCgZU .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-ukn63BCgZU .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-ukn63BCgZU .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-ukn63BCgZU .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-ukn63BCgZU .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ukn63BCgZU .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-ukn63BCgZU .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-ukn63BCgZU .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-ukn63BCgZU .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-ukn63BCgZU .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukn63BCgZU .mbr-section-title {
  color: #E0BDB6;
}
.cid-ukn63BCgZU .mbr-section-subtitle {
  color: #747474;
}
.cid-ukn63BCgZU .mbr-text {
  color: #747474;
}
.cid-ukn63BCgZU .panel-title-edit {
  color: #092975;
}
.cid-ukn63BCgZU .panel-text {
  color: #747474;
}
.cid-ukn63BCgZU .mbr-section-title,
.cid-ukn63BCgZU .mbr-section-btn {
  color: #092975;
}
.cid-ukn63DpO7l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ukn63DpO7l .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukn63DpO7l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukn63DpO7l .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ukn63DpO7l .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ukn63DpO7l .container {
    padding: 0 25px;
  }
}
.cid-ukn63DpO7l .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukn63DpO7l .row {
    padding-top: 45px;
  }
}
.cid-ukn63DpO7l .item:hover .item-wrapper .item-img img,
.cid-ukn63DpO7l .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-ukn63DpO7l .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ukn63DpO7l .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-ukn63DpO7l .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-ukn63DpO7l .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-ukn63DpO7l .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-ukn63DpO7l .border-wrap {
    margin-top: 45px;
  }
}
.cid-ukn63EUZnk {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukn63EUZnk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukn63EUZnk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukn63EUZnk .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-ukn63EUZnk .content-container {
    flex-direction: column;
  }
}
.cid-ukn63EUZnk .icons-menu {
  display: flex;
}
.cid-ukn63EUZnk .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-ukn63EUZnk .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-ukn63EUZnk .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-ukn63EUZnk .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-ukn63EUZnk .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-ukn63EUZnk .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-ukn63EUZnk .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-ukn63GBw2y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-ukn63GBw2y::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukn63GBw2y .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukn63GBw2y .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-ukn63GBw2y .container {
    padding: 0 22px;
  }
}
.cid-ukn63GBw2y .row {
  position: relative;
  z-index: 1;
}
.cid-ukn63GBw2y .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukn63GBw2y .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukn63GBw2y .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukn63GBw2y .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukn63GBw2y .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukn63GBw2y .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukn63GBw2y .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukn63GBw2y .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukn63GBw2y .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukn63GBw2y .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukn63GBw2y .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukn63GBw2y .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukn63GBw2y .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukn63GBw2y .nav-wrapper .list .item-wrap:hover,
.cid-ukn63GBw2y .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-ukn63GBw2y .nav-wrapper .list .item-wrap:hover::before,
.cid-ukn63GBw2y .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukn63GBw2y .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukn63GBw2y .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukn63GBw2y .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukn63GBw2y .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukn63GBw2y .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukn63GBw2y .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukn63GBw2y .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukn63GBw2y .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukn63GBw2y .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-ukn63GBw2y .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukn63GBw2y .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukn63GBw2y .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukn63GBw2y .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukn63GBw2y .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukn63GBw2y .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukn63GBw2y .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukn63GBw2y .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukn63GBw2y .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukn63GBw2y .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukn63GBw2y .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukn63GBw2y .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukn63GBw2y .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukn63GBw2y .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukn63GBw2y .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukn63GBw2y .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-ukn63GBw2y .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukn63GBw2y .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukn63GBw2y .mbr-section-title {
  color: #bbc4bb;
}
.cid-ukn63GBw2y .mbr-text {
  color: #ffffff;
}
.cid-ukn63GBw2y .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-ukn63GBw2y .list {
  color: #ffffff;
}
.cid-ukn63GBw2y .mbr-contact {
  color: #ffffff;
}
.cid-ukn63GBw2y .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-ukn75Pla0j {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/dubai-aquarium-3-668x446.jpg");
}
.cid-ukn75Pla0j .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukn75Pla0j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukn75Pla0j .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukn75Q1yO2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukn75Q1yO2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukn75Q1yO2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukn75Q1yO2 .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ukn75Q1yO2 .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-ukn75Q1yO2 .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-ukn75Q1yO2 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukn75Q1yO2 .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-ukn75Q1yO2 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-ukn75Q1yO2 .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-ukn75Q1yO2 .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-ukn75Q1yO2 .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-ukn75Q1yO2 .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-ukn75Q1yO2 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-ukn75Q1yO2 .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ukn75Q1yO2 .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-ukn75Q1yO2 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-ukn75Q1yO2 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-ukn75Q1yO2 .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-ukn75Q1yO2 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukn75Q1yO2 .mbr-section-title {
  color: #E0BDB6;
}
.cid-ukn75Q1yO2 .mbr-section-subtitle {
  color: #747474;
}
.cid-ukn75Q1yO2 .mbr-text {
  color: #747474;
}
.cid-ukn75Q1yO2 .panel-title-edit {
  color: #092975;
}
.cid-ukn75Q1yO2 .panel-text {
  color: #747474;
}
.cid-ukn75Q1yO2 .mbr-section-title,
.cid-ukn75Q1yO2 .mbr-section-btn {
  color: #092975;
}
.cid-ukn75R7BUp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ukn75R7BUp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukn75R7BUp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukn75R7BUp .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ukn75R7BUp .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ukn75R7BUp .container {
    padding: 0 25px;
  }
}
.cid-ukn75R7BUp .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukn75R7BUp .row {
    padding-top: 45px;
  }
}
.cid-ukn75R7BUp .item:hover .item-wrapper .item-img img,
.cid-ukn75R7BUp .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-ukn75R7BUp .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ukn75R7BUp .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-ukn75R7BUp .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-ukn75R7BUp .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-ukn75R7BUp .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-ukn75R7BUp .border-wrap {
    margin-top: 45px;
  }
}
.cid-ukn75RZWLx {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukn75RZWLx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukn75RZWLx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukn75RZWLx .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-ukn75RZWLx .content-container {
    flex-direction: column;
  }
}
.cid-ukn75RZWLx .icons-menu {
  display: flex;
}
.cid-ukn75RZWLx .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-ukn75RZWLx .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-ukn75RZWLx .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-ukn75RZWLx .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-ukn75RZWLx .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-ukn75RZWLx .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-ukn75RZWLx .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-ukn75SZdoI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-ukn75SZdoI::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukn75SZdoI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukn75SZdoI .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-ukn75SZdoI .container {
    padding: 0 22px;
  }
}
.cid-ukn75SZdoI .row {
  position: relative;
  z-index: 1;
}
.cid-ukn75SZdoI .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukn75SZdoI .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukn75SZdoI .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukn75SZdoI .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukn75SZdoI .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukn75SZdoI .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukn75SZdoI .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukn75SZdoI .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukn75SZdoI .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukn75SZdoI .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukn75SZdoI .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukn75SZdoI .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukn75SZdoI .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukn75SZdoI .nav-wrapper .list .item-wrap:hover,
.cid-ukn75SZdoI .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-ukn75SZdoI .nav-wrapper .list .item-wrap:hover::before,
.cid-ukn75SZdoI .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukn75SZdoI .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukn75SZdoI .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukn75SZdoI .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukn75SZdoI .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukn75SZdoI .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukn75SZdoI .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukn75SZdoI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukn75SZdoI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukn75SZdoI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-ukn75SZdoI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukn75SZdoI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukn75SZdoI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukn75SZdoI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukn75SZdoI .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukn75SZdoI .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukn75SZdoI .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukn75SZdoI .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukn75SZdoI .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukn75SZdoI .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukn75SZdoI .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukn75SZdoI .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukn75SZdoI .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukn75SZdoI .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukn75SZdoI .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukn75SZdoI .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-ukn75SZdoI .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukn75SZdoI .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukn75SZdoI .mbr-section-title {
  color: #bbc4bb;
}
.cid-ukn75SZdoI .mbr-text {
  color: #ffffff;
}
.cid-ukn75SZdoI .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-ukn75SZdoI .list {
  color: #ffffff;
}
.cid-ukn75SZdoI .mbr-contact {
  color: #ffffff;
}
.cid-ukn75SZdoI .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-ukn7icI5Qa {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/palm-view-12-800x800.jpg");
}
.cid-ukn7icI5Qa .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukn7icI5Qa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukn7icI5Qa .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukn7idHS4t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukn7idHS4t .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukn7idHS4t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukn7idHS4t .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ukn7idHS4t .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-ukn7idHS4t .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-ukn7idHS4t .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukn7idHS4t .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-ukn7idHS4t .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-ukn7idHS4t .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-ukn7idHS4t .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-ukn7idHS4t .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-ukn7idHS4t .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-ukn7idHS4t .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-ukn7idHS4t .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ukn7idHS4t .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-ukn7idHS4t .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-ukn7idHS4t .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-ukn7idHS4t .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-ukn7idHS4t .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukn7idHS4t .mbr-section-title {
  color: #E0BDB6;
}
.cid-ukn7idHS4t .mbr-section-subtitle {
  color: #747474;
}
.cid-ukn7idHS4t .mbr-text {
  color: #747474;
}
.cid-ukn7idHS4t .panel-title-edit {
  color: #092975;
}
.cid-ukn7idHS4t .panel-text {
  color: #747474;
}
.cid-ukn7idHS4t .mbr-section-title,
.cid-ukn7idHS4t .mbr-section-btn {
  color: #092975;
}
.cid-ukn7ieQ2CD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ukn7ieQ2CD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukn7ieQ2CD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukn7ieQ2CD .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ukn7ieQ2CD .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ukn7ieQ2CD .container {
    padding: 0 25px;
  }
}
.cid-ukn7ieQ2CD .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukn7ieQ2CD .row {
    padding-top: 45px;
  }
}
.cid-ukn7ieQ2CD .item:hover .item-wrapper .item-img img,
.cid-ukn7ieQ2CD .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-ukn7ieQ2CD .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ukn7ieQ2CD .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-ukn7ieQ2CD .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-ukn7ieQ2CD .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-ukn7ieQ2CD .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-ukn7ieQ2CD .border-wrap {
    margin-top: 45px;
  }
}
.cid-ukn7ifWJV6 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukn7ifWJV6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukn7ifWJV6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukn7ifWJV6 .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-ukn7ifWJV6 .content-container {
    flex-direction: column;
  }
}
.cid-ukn7ifWJV6 .icons-menu {
  display: flex;
}
.cid-ukn7ifWJV6 .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-ukn7ifWJV6 .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-ukn7ifWJV6 .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-ukn7ifWJV6 .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-ukn7ifWJV6 .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-ukn7ifWJV6 .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-ukn7ifWJV6 .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-ukn7ihhCy4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-ukn7ihhCy4::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukn7ihhCy4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukn7ihhCy4 .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-ukn7ihhCy4 .container {
    padding: 0 22px;
  }
}
.cid-ukn7ihhCy4 .row {
  position: relative;
  z-index: 1;
}
.cid-ukn7ihhCy4 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukn7ihhCy4 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukn7ihhCy4 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukn7ihhCy4 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukn7ihhCy4 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukn7ihhCy4 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukn7ihhCy4 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukn7ihhCy4 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukn7ihhCy4 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukn7ihhCy4 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukn7ihhCy4 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukn7ihhCy4 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukn7ihhCy4 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukn7ihhCy4 .nav-wrapper .list .item-wrap:hover,
.cid-ukn7ihhCy4 .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-ukn7ihhCy4 .nav-wrapper .list .item-wrap:hover::before,
.cid-ukn7ihhCy4 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukn7ihhCy4 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukn7ihhCy4 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukn7ihhCy4 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukn7ihhCy4 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukn7ihhCy4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukn7ihhCy4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukn7ihhCy4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukn7ihhCy4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukn7ihhCy4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-ukn7ihhCy4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukn7ihhCy4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukn7ihhCy4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukn7ihhCy4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukn7ihhCy4 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukn7ihhCy4 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukn7ihhCy4 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukn7ihhCy4 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukn7ihhCy4 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukn7ihhCy4 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukn7ihhCy4 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukn7ihhCy4 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukn7ihhCy4 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukn7ihhCy4 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukn7ihhCy4 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukn7ihhCy4 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-ukn7ihhCy4 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukn7ihhCy4 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukn7ihhCy4 .mbr-section-title {
  color: #bbc4bb;
}
.cid-ukn7ihhCy4 .mbr-text {
  color: #ffffff;
}
.cid-ukn7ihhCy4 .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-ukn7ihhCy4 .list {
  color: #ffffff;
}
.cid-ukn7ihhCy4 .mbr-contact {
  color: #ffffff;
}
.cid-ukn7ihhCy4 .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-ukn7JzGYPl {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/la-perle-12-905x640.jpg");
}
.cid-ukn7JzGYPl .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukn7JzGYPl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukn7JzGYPl .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukn7JAseD8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukn7JAseD8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukn7JAseD8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukn7JAseD8 .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ukn7JAseD8 .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-ukn7JAseD8 .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-ukn7JAseD8 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukn7JAseD8 .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-ukn7JAseD8 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-ukn7JAseD8 .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-ukn7JAseD8 .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-ukn7JAseD8 .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-ukn7JAseD8 .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-ukn7JAseD8 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-ukn7JAseD8 .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ukn7JAseD8 .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-ukn7JAseD8 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-ukn7JAseD8 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-ukn7JAseD8 .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-ukn7JAseD8 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukn7JAseD8 .mbr-section-title {
  color: #E0BDB6;
}
.cid-ukn7JAseD8 .mbr-section-subtitle {
  color: #747474;
}
.cid-ukn7JAseD8 .mbr-text {
  color: #747474;
}
.cid-ukn7JAseD8 .panel-title-edit {
  color: #092975;
}
.cid-ukn7JAseD8 .panel-text {
  color: #747474;
}
.cid-ukn7JAseD8 .mbr-section-title,
.cid-ukn7JAseD8 .mbr-section-btn {
  color: #092975;
}
.cid-ukn7JBCt7B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ukn7JBCt7B .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukn7JBCt7B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukn7JBCt7B .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ukn7JBCt7B .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ukn7JBCt7B .container {
    padding: 0 25px;
  }
}
.cid-ukn7JBCt7B .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukn7JBCt7B .row {
    padding-top: 45px;
  }
}
.cid-ukn7JBCt7B .item:hover .item-wrapper .item-img img,
.cid-ukn7JBCt7B .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-ukn7JBCt7B .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ukn7JBCt7B .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-ukn7JBCt7B .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-ukn7JBCt7B .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-ukn7JBCt7B .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-ukn7JBCt7B .border-wrap {
    margin-top: 45px;
  }
}
.cid-ukn7JCONNa {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukn7JCONNa .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukn7JCONNa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukn7JCONNa .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-ukn7JCONNa .content-container {
    flex-direction: column;
  }
}
.cid-ukn7JCONNa .icons-menu {
  display: flex;
}
.cid-ukn7JCONNa .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-ukn7JCONNa .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-ukn7JCONNa .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-ukn7JCONNa .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-ukn7JCONNa .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-ukn7JCONNa .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-ukn7JCONNa .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-ukn7JE3tXN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-ukn7JE3tXN::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukn7JE3tXN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukn7JE3tXN .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-ukn7JE3tXN .container {
    padding: 0 22px;
  }
}
.cid-ukn7JE3tXN .row {
  position: relative;
  z-index: 1;
}
.cid-ukn7JE3tXN .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukn7JE3tXN .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukn7JE3tXN .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukn7JE3tXN .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukn7JE3tXN .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukn7JE3tXN .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukn7JE3tXN .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukn7JE3tXN .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukn7JE3tXN .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukn7JE3tXN .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukn7JE3tXN .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukn7JE3tXN .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukn7JE3tXN .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukn7JE3tXN .nav-wrapper .list .item-wrap:hover,
.cid-ukn7JE3tXN .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-ukn7JE3tXN .nav-wrapper .list .item-wrap:hover::before,
.cid-ukn7JE3tXN .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukn7JE3tXN .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukn7JE3tXN .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukn7JE3tXN .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukn7JE3tXN .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukn7JE3tXN .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukn7JE3tXN .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukn7JE3tXN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukn7JE3tXN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukn7JE3tXN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-ukn7JE3tXN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukn7JE3tXN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukn7JE3tXN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukn7JE3tXN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukn7JE3tXN .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukn7JE3tXN .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukn7JE3tXN .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukn7JE3tXN .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukn7JE3tXN .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukn7JE3tXN .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukn7JE3tXN .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukn7JE3tXN .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukn7JE3tXN .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukn7JE3tXN .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukn7JE3tXN .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukn7JE3tXN .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-ukn7JE3tXN .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukn7JE3tXN .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukn7JE3tXN .mbr-section-title {
  color: #bbc4bb;
}
.cid-ukn7JE3tXN .mbr-text {
  color: #ffffff;
}
.cid-ukn7JE3tXN .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-ukn7JE3tXN .list {
  color: #ffffff;
}
.cid-ukn7JE3tXN .mbr-contact {
  color: #ffffff;
}
.cid-ukn7JE3tXN .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-ukn6AYlu1N {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/aya-universe-dubai-1-692x488.jpg");
}
.cid-ukn6AYlu1N .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukn6AYlu1N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukn6AYlu1N .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukn6AZ6xzM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukn6AZ6xzM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukn6AZ6xzM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukn6AZ6xzM .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ukn6AZ6xzM .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-ukn6AZ6xzM .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-ukn6AZ6xzM .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukn6AZ6xzM .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-ukn6AZ6xzM .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-ukn6AZ6xzM .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-ukn6AZ6xzM .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-ukn6AZ6xzM .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-ukn6AZ6xzM .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-ukn6AZ6xzM .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-ukn6AZ6xzM .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ukn6AZ6xzM .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-ukn6AZ6xzM .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-ukn6AZ6xzM .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-ukn6AZ6xzM .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-ukn6AZ6xzM .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukn6AZ6xzM .mbr-section-title {
  color: #E0BDB6;
}
.cid-ukn6AZ6xzM .mbr-section-subtitle {
  color: #747474;
}
.cid-ukn6AZ6xzM .mbr-text {
  color: #747474;
}
.cid-ukn6AZ6xzM .panel-title-edit {
  color: #092975;
}
.cid-ukn6AZ6xzM .panel-text {
  color: #747474;
}
.cid-ukn6AZ6xzM .mbr-section-title,
.cid-ukn6AZ6xzM .mbr-section-btn {
  color: #092975;
}
.cid-ukn6B06HiZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ukn6B06HiZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukn6B06HiZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukn6B06HiZ .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ukn6B06HiZ .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ukn6B06HiZ .container {
    padding: 0 25px;
  }
}
.cid-ukn6B06HiZ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukn6B06HiZ .row {
    padding-top: 45px;
  }
}
.cid-ukn6B06HiZ .item:hover .item-wrapper .item-img img,
.cid-ukn6B06HiZ .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-ukn6B06HiZ .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ukn6B06HiZ .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-ukn6B06HiZ .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-ukn6B06HiZ .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-ukn6B06HiZ .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-ukn6B06HiZ .border-wrap {
    margin-top: 45px;
  }
}
.cid-ukn6B11Eca {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukn6B11Eca .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukn6B11Eca .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukn6B11Eca .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-ukn6B11Eca .content-container {
    flex-direction: column;
  }
}
.cid-ukn6B11Eca .icons-menu {
  display: flex;
}
.cid-ukn6B11Eca .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-ukn6B11Eca .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-ukn6B11Eca .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-ukn6B11Eca .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-ukn6B11Eca .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-ukn6B11Eca .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-ukn6B11Eca .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-ukn6B1RsOU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-ukn6B1RsOU::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukn6B1RsOU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukn6B1RsOU .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-ukn6B1RsOU .container {
    padding: 0 22px;
  }
}
.cid-ukn6B1RsOU .row {
  position: relative;
  z-index: 1;
}
.cid-ukn6B1RsOU .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukn6B1RsOU .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukn6B1RsOU .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukn6B1RsOU .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukn6B1RsOU .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukn6B1RsOU .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukn6B1RsOU .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukn6B1RsOU .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukn6B1RsOU .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukn6B1RsOU .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukn6B1RsOU .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukn6B1RsOU .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukn6B1RsOU .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukn6B1RsOU .nav-wrapper .list .item-wrap:hover,
.cid-ukn6B1RsOU .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-ukn6B1RsOU .nav-wrapper .list .item-wrap:hover::before,
.cid-ukn6B1RsOU .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukn6B1RsOU .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukn6B1RsOU .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukn6B1RsOU .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukn6B1RsOU .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukn6B1RsOU .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukn6B1RsOU .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukn6B1RsOU .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukn6B1RsOU .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukn6B1RsOU .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-ukn6B1RsOU .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukn6B1RsOU .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukn6B1RsOU .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukn6B1RsOU .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukn6B1RsOU .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukn6B1RsOU .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukn6B1RsOU .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukn6B1RsOU .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukn6B1RsOU .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukn6B1RsOU .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukn6B1RsOU .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukn6B1RsOU .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukn6B1RsOU .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukn6B1RsOU .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukn6B1RsOU .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukn6B1RsOU .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-ukn6B1RsOU .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukn6B1RsOU .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukn6B1RsOU .mbr-section-title {
  color: #bbc4bb;
}
.cid-ukn6B1RsOU .mbr-text {
  color: #ffffff;
}
.cid-ukn6B1RsOU .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-ukn6B1RsOU .list {
  color: #ffffff;
}
.cid-ukn6B1RsOU .mbr-contact {
  color: #ffffff;
}
.cid-ukn6B1RsOU .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-ukn7uN6J00 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/green-planet-dubai-798x532.jpg");
}
.cid-ukn7uN6J00 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukn7uN6J00 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukn7uN6J00 .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukn7uNPkRi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukn7uNPkRi .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukn7uNPkRi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukn7uNPkRi .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ukn7uNPkRi .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-ukn7uNPkRi .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-ukn7uNPkRi .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukn7uNPkRi .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-ukn7uNPkRi .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-ukn7uNPkRi .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-ukn7uNPkRi .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-ukn7uNPkRi .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-ukn7uNPkRi .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-ukn7uNPkRi .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-ukn7uNPkRi .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ukn7uNPkRi .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-ukn7uNPkRi .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-ukn7uNPkRi .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-ukn7uNPkRi .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-ukn7uNPkRi .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukn7uNPkRi .mbr-section-title {
  color: #E0BDB6;
}
.cid-ukn7uNPkRi .mbr-section-subtitle {
  color: #747474;
}
.cid-ukn7uNPkRi .mbr-text {
  color: #747474;
}
.cid-ukn7uNPkRi .panel-title-edit {
  color: #092975;
}
.cid-ukn7uNPkRi .panel-text {
  color: #747474;
}
.cid-ukn7uNPkRi .mbr-section-title,
.cid-ukn7uNPkRi .mbr-section-btn {
  color: #092975;
}
.cid-ukn7uOOC0B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ukn7uOOC0B .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukn7uOOC0B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukn7uOOC0B .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ukn7uOOC0B .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ukn7uOOC0B .container {
    padding: 0 25px;
  }
}
.cid-ukn7uOOC0B .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukn7uOOC0B .row {
    padding-top: 45px;
  }
}
.cid-ukn7uOOC0B .item:hover .item-wrapper .item-img img,
.cid-ukn7uOOC0B .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-ukn7uOOC0B .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ukn7uOOC0B .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-ukn7uOOC0B .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-ukn7uOOC0B .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-ukn7uOOC0B .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-ukn7uOOC0B .border-wrap {
    margin-top: 45px;
  }
}
.cid-ukn7uPO5XE {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukn7uPO5XE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukn7uPO5XE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukn7uPO5XE .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-ukn7uPO5XE .content-container {
    flex-direction: column;
  }
}
.cid-ukn7uPO5XE .icons-menu {
  display: flex;
}
.cid-ukn7uPO5XE .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-ukn7uPO5XE .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-ukn7uPO5XE .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-ukn7uPO5XE .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-ukn7uPO5XE .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-ukn7uPO5XE .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-ukn7uPO5XE .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-ukn7uQZoAB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-ukn7uQZoAB::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukn7uQZoAB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukn7uQZoAB .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-ukn7uQZoAB .container {
    padding: 0 22px;
  }
}
.cid-ukn7uQZoAB .row {
  position: relative;
  z-index: 1;
}
.cid-ukn7uQZoAB .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukn7uQZoAB .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukn7uQZoAB .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukn7uQZoAB .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukn7uQZoAB .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukn7uQZoAB .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukn7uQZoAB .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukn7uQZoAB .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukn7uQZoAB .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukn7uQZoAB .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukn7uQZoAB .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukn7uQZoAB .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukn7uQZoAB .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukn7uQZoAB .nav-wrapper .list .item-wrap:hover,
.cid-ukn7uQZoAB .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-ukn7uQZoAB .nav-wrapper .list .item-wrap:hover::before,
.cid-ukn7uQZoAB .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukn7uQZoAB .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukn7uQZoAB .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukn7uQZoAB .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukn7uQZoAB .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukn7uQZoAB .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukn7uQZoAB .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukn7uQZoAB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukn7uQZoAB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukn7uQZoAB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-ukn7uQZoAB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukn7uQZoAB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukn7uQZoAB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukn7uQZoAB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukn7uQZoAB .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukn7uQZoAB .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukn7uQZoAB .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukn7uQZoAB .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukn7uQZoAB .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukn7uQZoAB .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukn7uQZoAB .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukn7uQZoAB .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukn7uQZoAB .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukn7uQZoAB .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukn7uQZoAB .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukn7uQZoAB .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-ukn7uQZoAB .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukn7uQZoAB .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukn7uQZoAB .mbr-section-title {
  color: #bbc4bb;
}
.cid-ukn7uQZoAB .mbr-text {
  color: #ffffff;
}
.cid-ukn7uQZoAB .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-ukn7uQZoAB .list {
  color: #ffffff;
}
.cid-ukn7uQZoAB .mbr-contact {
  color: #ffffff;
}
.cid-ukn7uQZoAB .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-ukns2PkmdW {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/tg1-800x800.jpg");
}
.cid-ukns2PkmdW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukns2PkmdW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukns2PkmdW .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukns2Q9TKp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukns2Q9TKp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukns2Q9TKp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukns2Q9TKp .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ukns2Q9TKp .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-ukns2Q9TKp .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-ukns2Q9TKp .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukns2Q9TKp .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-ukns2Q9TKp .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-ukns2Q9TKp .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-ukns2Q9TKp .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-ukns2Q9TKp .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-ukns2Q9TKp .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-ukns2Q9TKp .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-ukns2Q9TKp .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ukns2Q9TKp .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-ukns2Q9TKp .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-ukns2Q9TKp .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-ukns2Q9TKp .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-ukns2Q9TKp .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukns2Q9TKp .mbr-section-title {
  color: #E0BDB6;
}
.cid-ukns2Q9TKp .mbr-section-subtitle {
  color: #747474;
}
.cid-ukns2Q9TKp .mbr-text {
  color: #747474;
}
.cid-ukns2Q9TKp .panel-title-edit {
  color: #092975;
}
.cid-ukns2Q9TKp .panel-text {
  color: #747474;
}
.cid-ukns2Q9TKp .mbr-section-title,
.cid-ukns2Q9TKp .mbr-section-btn {
  color: #092975;
}
.cid-ukns2RidWK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ukns2RidWK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukns2RidWK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukns2RidWK .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ukns2RidWK .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ukns2RidWK .container {
    padding: 0 25px;
  }
}
.cid-ukns2RidWK .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukns2RidWK .row {
    padding-top: 45px;
  }
}
.cid-ukns2RidWK .item:hover .item-wrapper .item-img img,
.cid-ukns2RidWK .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-ukns2RidWK .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ukns2RidWK .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-ukns2RidWK .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-ukns2RidWK .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-ukns2RidWK .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-ukns2RidWK .border-wrap {
    margin-top: 45px;
  }
}
.cid-ukns2SdrHf {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukns2SdrHf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukns2SdrHf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukns2SdrHf .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-ukns2SdrHf .content-container {
    flex-direction: column;
  }
}
.cid-ukns2SdrHf .icons-menu {
  display: flex;
}
.cid-ukns2SdrHf .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-ukns2SdrHf .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-ukns2SdrHf .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-ukns2SdrHf .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-ukns2SdrHf .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-ukns2SdrHf .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-ukns2SdrHf .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-ukns2TmLiz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-ukns2TmLiz::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukns2TmLiz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukns2TmLiz .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-ukns2TmLiz .container {
    padding: 0 22px;
  }
}
.cid-ukns2TmLiz .row {
  position: relative;
  z-index: 1;
}
.cid-ukns2TmLiz .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukns2TmLiz .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukns2TmLiz .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukns2TmLiz .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukns2TmLiz .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukns2TmLiz .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukns2TmLiz .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukns2TmLiz .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukns2TmLiz .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukns2TmLiz .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukns2TmLiz .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukns2TmLiz .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukns2TmLiz .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukns2TmLiz .nav-wrapper .list .item-wrap:hover,
.cid-ukns2TmLiz .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-ukns2TmLiz .nav-wrapper .list .item-wrap:hover::before,
.cid-ukns2TmLiz .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukns2TmLiz .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukns2TmLiz .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukns2TmLiz .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukns2TmLiz .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukns2TmLiz .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukns2TmLiz .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukns2TmLiz .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukns2TmLiz .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukns2TmLiz .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-ukns2TmLiz .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukns2TmLiz .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukns2TmLiz .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukns2TmLiz .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukns2TmLiz .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukns2TmLiz .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukns2TmLiz .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukns2TmLiz .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukns2TmLiz .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukns2TmLiz .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukns2TmLiz .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukns2TmLiz .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukns2TmLiz .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukns2TmLiz .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukns2TmLiz .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukns2TmLiz .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-ukns2TmLiz .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukns2TmLiz .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukns2TmLiz .mbr-section-title {
  color: #bbc4bb;
}
.cid-ukns2TmLiz .mbr-text {
  color: #ffffff;
}
.cid-ukns2TmLiz .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-ukns2TmLiz .list {
  color: #ffffff;
}
.cid-ukns2TmLiz .mbr-contact {
  color: #ffffff;
}
.cid-ukns2TmLiz .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-ukFmyIQK50 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/lost-chambers1-800x640.jpeg");
}
.cid-ukFmyIQK50 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFmyIQK50 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFmyIQK50 .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukFmyJCv2F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukFmyJCv2F .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFmyJCv2F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFmyJCv2F .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ukFmyJCv2F .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-ukFmyJCv2F .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-ukFmyJCv2F .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukFmyJCv2F .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-ukFmyJCv2F .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-ukFmyJCv2F .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-ukFmyJCv2F .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-ukFmyJCv2F .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-ukFmyJCv2F .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-ukFmyJCv2F .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-ukFmyJCv2F .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ukFmyJCv2F .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-ukFmyJCv2F .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-ukFmyJCv2F .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-ukFmyJCv2F .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-ukFmyJCv2F .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukFmyJCv2F .mbr-section-title {
  color: #E0BDB6;
}
.cid-ukFmyJCv2F .mbr-section-subtitle {
  color: #747474;
}
.cid-ukFmyJCv2F .mbr-text {
  color: #747474;
}
.cid-ukFmyJCv2F .panel-title-edit {
  color: #092975;
}
.cid-ukFmyJCv2F .panel-text {
  color: #747474;
}
.cid-ukFmyJCv2F .mbr-section-title,
.cid-ukFmyJCv2F .mbr-section-btn {
  color: #092975;
}
.cid-ukFmyKxtCX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ukFmyKxtCX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFmyKxtCX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFmyKxtCX .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ukFmyKxtCX .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ukFmyKxtCX .container {
    padding: 0 25px;
  }
}
.cid-ukFmyKxtCX .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFmyKxtCX .row {
    padding-top: 45px;
  }
}
.cid-ukFmyKxtCX .item:hover .item-wrapper .item-img img,
.cid-ukFmyKxtCX .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-ukFmyKxtCX .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ukFmyKxtCX .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-ukFmyKxtCX .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-ukFmyKxtCX .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-ukFmyKxtCX .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-ukFmyKxtCX .border-wrap {
    margin-top: 45px;
  }
}
.cid-ukFmyLi5qT {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukFmyLi5qT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFmyLi5qT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFmyLi5qT .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-ukFmyLi5qT .content-container {
    flex-direction: column;
  }
}
.cid-ukFmyLi5qT .icons-menu {
  display: flex;
}
.cid-ukFmyLi5qT .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-ukFmyLi5qT .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-ukFmyLi5qT .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-ukFmyLi5qT .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-ukFmyLi5qT .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-ukFmyLi5qT .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-ukFmyLi5qT .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-ukFmyM71H2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-ukFmyM71H2::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukFmyM71H2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFmyM71H2 .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-ukFmyM71H2 .container {
    padding: 0 22px;
  }
}
.cid-ukFmyM71H2 .row {
  position: relative;
  z-index: 1;
}
.cid-ukFmyM71H2 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukFmyM71H2 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukFmyM71H2 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukFmyM71H2 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFmyM71H2 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFmyM71H2 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukFmyM71H2 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukFmyM71H2 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukFmyM71H2 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukFmyM71H2 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukFmyM71H2 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukFmyM71H2 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukFmyM71H2 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukFmyM71H2 .nav-wrapper .list .item-wrap:hover,
.cid-ukFmyM71H2 .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-ukFmyM71H2 .nav-wrapper .list .item-wrap:hover::before,
.cid-ukFmyM71H2 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukFmyM71H2 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukFmyM71H2 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFmyM71H2 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukFmyM71H2 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukFmyM71H2 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukFmyM71H2 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukFmyM71H2 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukFmyM71H2 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukFmyM71H2 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-ukFmyM71H2 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukFmyM71H2 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukFmyM71H2 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukFmyM71H2 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukFmyM71H2 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFmyM71H2 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukFmyM71H2 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukFmyM71H2 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukFmyM71H2 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukFmyM71H2 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukFmyM71H2 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukFmyM71H2 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukFmyM71H2 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukFmyM71H2 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukFmyM71H2 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukFmyM71H2 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-ukFmyM71H2 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukFmyM71H2 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukFmyM71H2 .mbr-section-title {
  color: #bbc4bb;
}
.cid-ukFmyM71H2 .mbr-text {
  color: #ffffff;
}
.cid-ukFmyM71H2 .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-ukFmyM71H2 .list {
  color: #ffffff;
}
.cid-ukFmyM71H2 .mbr-contact {
  color: #ffffff;
}
.cid-ukFmyM71H2 .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-ukotq6aD9M {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/motiongate-2-800x800.jpg");
}
.cid-ukotq6aD9M .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukotq6aD9M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukotq6aD9M .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukotq9LKCb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukotq9LKCb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukotq9LKCb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukotq9LKCb .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ukotq9LKCb .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-ukotq9LKCb .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-ukotq9LKCb .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukotq9LKCb .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-ukotq9LKCb .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-ukotq9LKCb .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-ukotq9LKCb .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-ukotq9LKCb .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-ukotq9LKCb .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-ukotq9LKCb .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-ukotq9LKCb .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ukotq9LKCb .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-ukotq9LKCb .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-ukotq9LKCb .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-ukotq9LKCb .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-ukotq9LKCb .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukotq9LKCb .mbr-section-title {
  color: #E0BDB6;
}
.cid-ukotq9LKCb .mbr-section-subtitle {
  color: #747474;
}
.cid-ukotq9LKCb .mbr-text {
  color: #747474;
}
.cid-ukotq9LKCb .panel-title-edit {
  color: #092975;
}
.cid-ukotq9LKCb .panel-text {
  color: #747474;
}
.cid-ukotq9LKCb .mbr-section-title,
.cid-ukotq9LKCb .mbr-section-btn {
  color: #092975;
}
.cid-ukotqdsiKb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ukotqdsiKb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukotqdsiKb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukotqdsiKb .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ukotqdsiKb .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ukotqdsiKb .container {
    padding: 0 25px;
  }
}
.cid-ukotqdsiKb .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukotqdsiKb .row {
    padding-top: 45px;
  }
}
.cid-ukotqdsiKb .item:hover .item-wrapper .item-img img,
.cid-ukotqdsiKb .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-ukotqdsiKb .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ukotqdsiKb .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-ukotqdsiKb .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-ukotqdsiKb .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-ukotqdsiKb .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-ukotqdsiKb .border-wrap {
    margin-top: 45px;
  }
}
.cid-ukotqhrV9i {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukotqhrV9i .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukotqhrV9i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukotqhrV9i .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-ukotqhrV9i .content-container {
    flex-direction: column;
  }
}
.cid-ukotqhrV9i .icons-menu {
  display: flex;
}
.cid-ukotqhrV9i .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-ukotqhrV9i .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-ukotqhrV9i .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-ukotqhrV9i .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-ukotqhrV9i .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-ukotqhrV9i .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-ukotqhrV9i .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-ukotqi8tJ9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-ukotqi8tJ9::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukotqi8tJ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukotqi8tJ9 .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-ukotqi8tJ9 .container {
    padding: 0 22px;
  }
}
.cid-ukotqi8tJ9 .row {
  position: relative;
  z-index: 1;
}
.cid-ukotqi8tJ9 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukotqi8tJ9 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukotqi8tJ9 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukotqi8tJ9 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukotqi8tJ9 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukotqi8tJ9 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukotqi8tJ9 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukotqi8tJ9 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukotqi8tJ9 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukotqi8tJ9 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukotqi8tJ9 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukotqi8tJ9 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukotqi8tJ9 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukotqi8tJ9 .nav-wrapper .list .item-wrap:hover,
.cid-ukotqi8tJ9 .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-ukotqi8tJ9 .nav-wrapper .list .item-wrap:hover::before,
.cid-ukotqi8tJ9 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukotqi8tJ9 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukotqi8tJ9 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukotqi8tJ9 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukotqi8tJ9 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukotqi8tJ9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukotqi8tJ9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukotqi8tJ9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukotqi8tJ9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukotqi8tJ9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-ukotqi8tJ9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukotqi8tJ9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukotqi8tJ9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukotqi8tJ9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukotqi8tJ9 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukotqi8tJ9 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukotqi8tJ9 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukotqi8tJ9 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukotqi8tJ9 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukotqi8tJ9 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukotqi8tJ9 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukotqi8tJ9 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukotqi8tJ9 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukotqi8tJ9 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukotqi8tJ9 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukotqi8tJ9 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-ukotqi8tJ9 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukotqi8tJ9 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukotqi8tJ9 .mbr-section-title {
  color: #bbc4bb;
}
.cid-ukotqi8tJ9 .mbr-text {
  color: #ffffff;
}
.cid-ukotqi8tJ9 .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-ukotqi8tJ9 .list {
  color: #ffffff;
}
.cid-ukotqi8tJ9 .mbr-contact {
  color: #ffffff;
}
.cid-ukotqi8tJ9 .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-ukotGZT72P {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/butterfly2-800x800.jpg");
}
.cid-ukotGZT72P .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukotGZT72P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukotGZT72P .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukotH0CFIM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukotH0CFIM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukotH0CFIM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukotH0CFIM .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ukotH0CFIM .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-ukotH0CFIM .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-ukotH0CFIM .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukotH0CFIM .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-ukotH0CFIM .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-ukotH0CFIM .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-ukotH0CFIM .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-ukotH0CFIM .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-ukotH0CFIM .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-ukotH0CFIM .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-ukotH0CFIM .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ukotH0CFIM .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-ukotH0CFIM .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-ukotH0CFIM .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-ukotH0CFIM .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-ukotH0CFIM .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukotH0CFIM .mbr-section-title {
  color: #E0BDB6;
}
.cid-ukotH0CFIM .mbr-section-subtitle {
  color: #747474;
}
.cid-ukotH0CFIM .mbr-text {
  color: #747474;
}
.cid-ukotH0CFIM .panel-title-edit {
  color: #092975;
}
.cid-ukotH0CFIM .panel-text {
  color: #747474;
}
.cid-ukotH0CFIM .mbr-section-title,
.cid-ukotH0CFIM .mbr-section-btn {
  color: #092975;
}
.cid-ukotH1BmsQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ukotH1BmsQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukotH1BmsQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukotH1BmsQ .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ukotH1BmsQ .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ukotH1BmsQ .container {
    padding: 0 25px;
  }
}
.cid-ukotH1BmsQ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukotH1BmsQ .row {
    padding-top: 45px;
  }
}
.cid-ukotH1BmsQ .item:hover .item-wrapper .item-img img,
.cid-ukotH1BmsQ .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-ukotH1BmsQ .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ukotH1BmsQ .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-ukotH1BmsQ .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-ukotH1BmsQ .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-ukotH1BmsQ .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-ukotH1BmsQ .border-wrap {
    margin-top: 45px;
  }
}
.cid-ukotH2iw3Z {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukotH2iw3Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukotH2iw3Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukotH2iw3Z .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-ukotH2iw3Z .content-container {
    flex-direction: column;
  }
}
.cid-ukotH2iw3Z .icons-menu {
  display: flex;
}
.cid-ukotH2iw3Z .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-ukotH2iw3Z .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-ukotH2iw3Z .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-ukotH2iw3Z .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-ukotH2iw3Z .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-ukotH2iw3Z .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-ukotH2iw3Z .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-ukotH37Knj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-ukotH37Knj::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukotH37Knj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukotH37Knj .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-ukotH37Knj .container {
    padding: 0 22px;
  }
}
.cid-ukotH37Knj .row {
  position: relative;
  z-index: 1;
}
.cid-ukotH37Knj .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukotH37Knj .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukotH37Knj .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukotH37Knj .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukotH37Knj .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukotH37Knj .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukotH37Knj .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukotH37Knj .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukotH37Knj .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukotH37Knj .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukotH37Knj .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukotH37Knj .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukotH37Knj .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukotH37Knj .nav-wrapper .list .item-wrap:hover,
.cid-ukotH37Knj .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-ukotH37Knj .nav-wrapper .list .item-wrap:hover::before,
.cid-ukotH37Knj .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukotH37Knj .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukotH37Knj .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukotH37Knj .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukotH37Knj .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukotH37Knj .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukotH37Knj .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukotH37Knj .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukotH37Knj .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukotH37Knj .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-ukotH37Knj .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukotH37Knj .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukotH37Knj .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukotH37Knj .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukotH37Knj .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukotH37Knj .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukotH37Knj .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukotH37Knj .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukotH37Knj .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukotH37Knj .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukotH37Knj .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukotH37Knj .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukotH37Knj .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukotH37Knj .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukotH37Knj .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukotH37Knj .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-ukotH37Knj .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukotH37Knj .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukotH37Knj .mbr-section-title {
  color: #bbc4bb;
}
.cid-ukotH37Knj .mbr-text {
  color: #ffffff;
}
.cid-ukotH37Knj .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-ukotH37Knj .list {
  color: #ffffff;
}
.cid-ukotH37Knj .mbr-contact {
  color: #ffffff;
}
.cid-ukotH37Knj .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-ukotUOUwnr {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/burj-al-arab-al-mahara-1-1620x1080.jpg");
}
.cid-ukotUOUwnr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukotUOUwnr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukotUOUwnr .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukotUPD3Bb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukotUPD3Bb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukotUPD3Bb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukotUPD3Bb .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ukotUPD3Bb .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-ukotUPD3Bb .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-ukotUPD3Bb .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukotUPD3Bb .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-ukotUPD3Bb .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-ukotUPD3Bb .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-ukotUPD3Bb .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-ukotUPD3Bb .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-ukotUPD3Bb .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-ukotUPD3Bb .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-ukotUPD3Bb .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ukotUPD3Bb .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-ukotUPD3Bb .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-ukotUPD3Bb .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-ukotUPD3Bb .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-ukotUPD3Bb .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukotUPD3Bb .mbr-section-title {
  color: #E0BDB6;
}
.cid-ukotUPD3Bb .mbr-section-subtitle {
  color: #747474;
}
.cid-ukotUPD3Bb .mbr-text {
  color: #747474;
}
.cid-ukotUPD3Bb .panel-title-edit {
  color: #092975;
}
.cid-ukotUPD3Bb .panel-text {
  color: #747474;
}
.cid-ukotUPD3Bb .mbr-section-title,
.cid-ukotUPD3Bb .mbr-section-btn {
  color: #092975;
}
.cid-ukotUR1YNx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ukotUR1YNx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukotUR1YNx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukotUR1YNx .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ukotUR1YNx .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ukotUR1YNx .container {
    padding: 0 25px;
  }
}
.cid-ukotUR1YNx .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukotUR1YNx .row {
    padding-top: 45px;
  }
}
.cid-ukotUR1YNx .item:hover .item-wrapper .item-img img,
.cid-ukotUR1YNx .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-ukotUR1YNx .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ukotUR1YNx .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-ukotUR1YNx .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-ukotUR1YNx .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-ukotUR1YNx .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-ukotUR1YNx .border-wrap {
    margin-top: 45px;
  }
}
.cid-ukotUS8648 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukotUS8648 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukotUS8648 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukotUS8648 .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-ukotUS8648 .content-container {
    flex-direction: column;
  }
}
.cid-ukotUS8648 .icons-menu {
  display: flex;
}
.cid-ukotUS8648 .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-ukotUS8648 .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-ukotUS8648 .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-ukotUS8648 .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-ukotUS8648 .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-ukotUS8648 .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-ukotUS8648 .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-ukotUT9nFO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-ukotUT9nFO::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukotUT9nFO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukotUT9nFO .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-ukotUT9nFO .container {
    padding: 0 22px;
  }
}
.cid-ukotUT9nFO .row {
  position: relative;
  z-index: 1;
}
.cid-ukotUT9nFO .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukotUT9nFO .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukotUT9nFO .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukotUT9nFO .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukotUT9nFO .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukotUT9nFO .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukotUT9nFO .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukotUT9nFO .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukotUT9nFO .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukotUT9nFO .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukotUT9nFO .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukotUT9nFO .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukotUT9nFO .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukotUT9nFO .nav-wrapper .list .item-wrap:hover,
.cid-ukotUT9nFO .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-ukotUT9nFO .nav-wrapper .list .item-wrap:hover::before,
.cid-ukotUT9nFO .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukotUT9nFO .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukotUT9nFO .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukotUT9nFO .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukotUT9nFO .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukotUT9nFO .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukotUT9nFO .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukotUT9nFO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukotUT9nFO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukotUT9nFO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-ukotUT9nFO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukotUT9nFO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukotUT9nFO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukotUT9nFO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukotUT9nFO .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukotUT9nFO .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukotUT9nFO .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukotUT9nFO .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukotUT9nFO .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukotUT9nFO .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukotUT9nFO .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukotUT9nFO .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukotUT9nFO .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukotUT9nFO .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukotUT9nFO .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukotUT9nFO .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-ukotUT9nFO .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukotUT9nFO .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukotUT9nFO .mbr-section-title {
  color: #bbc4bb;
}
.cid-ukotUT9nFO .mbr-text {
  color: #ffffff;
}
.cid-ukotUT9nFO .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-ukotUT9nFO .list {
  color: #ffffff;
}
.cid-ukotUT9nFO .mbr-contact {
  color: #ffffff;
}
.cid-ukotUT9nFO .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-ukou6GoEkZ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/abu-dhabi-trip-meta-1-718x469.jpg");
}
.cid-ukou6GoEkZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukou6GoEkZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukou6GoEkZ .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukou6GTbXM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukou6GTbXM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukou6GTbXM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukou6GTbXM .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ukou6GTbXM .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-ukou6GTbXM .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-ukou6GTbXM .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukou6GTbXM .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-ukou6GTbXM .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-ukou6GTbXM .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-ukou6GTbXM .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-ukou6GTbXM .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-ukou6GTbXM .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-ukou6GTbXM .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-ukou6GTbXM .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ukou6GTbXM .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-ukou6GTbXM .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-ukou6GTbXM .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-ukou6GTbXM .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-ukou6GTbXM .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukou6GTbXM .mbr-section-title {
  color: #E0BDB6;
}
.cid-ukou6GTbXM .mbr-section-subtitle {
  color: #747474;
}
.cid-ukou6GTbXM .mbr-text {
  color: #747474;
}
.cid-ukou6GTbXM .panel-title-edit {
  color: #092975;
}
.cid-ukou6GTbXM .panel-text {
  color: #747474;
}
.cid-ukou6GTbXM .mbr-section-title,
.cid-ukou6GTbXM .mbr-section-btn {
  color: #092975;
}
.cid-ukou6HKt85 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ukou6HKt85 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukou6HKt85 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukou6HKt85 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ukou6HKt85 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ukou6HKt85 .container {
    padding: 0 25px;
  }
}
.cid-ukou6HKt85 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukou6HKt85 .row {
    padding-top: 45px;
  }
}
.cid-ukou6HKt85 .item:hover .item-wrapper .item-img img,
.cid-ukou6HKt85 .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-ukou6HKt85 .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ukou6HKt85 .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-ukou6HKt85 .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-ukou6HKt85 .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-ukou6HKt85 .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-ukou6HKt85 .border-wrap {
    margin-top: 45px;
  }
}
.cid-ukou6JbwpF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-ukou6JbwpF::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukou6JbwpF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukou6JbwpF .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-ukou6JbwpF .container {
    padding: 0 22px;
  }
}
.cid-ukou6JbwpF .row {
  position: relative;
  z-index: 1;
}
.cid-ukou6JbwpF .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukou6JbwpF .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukou6JbwpF .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukou6JbwpF .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukou6JbwpF .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukou6JbwpF .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukou6JbwpF .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukou6JbwpF .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukou6JbwpF .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukou6JbwpF .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukou6JbwpF .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukou6JbwpF .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukou6JbwpF .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukou6JbwpF .nav-wrapper .list .item-wrap:hover,
.cid-ukou6JbwpF .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-ukou6JbwpF .nav-wrapper .list .item-wrap:hover::before,
.cid-ukou6JbwpF .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukou6JbwpF .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukou6JbwpF .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukou6JbwpF .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukou6JbwpF .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukou6JbwpF .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukou6JbwpF .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukou6JbwpF .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukou6JbwpF .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukou6JbwpF .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-ukou6JbwpF .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukou6JbwpF .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukou6JbwpF .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukou6JbwpF .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukou6JbwpF .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukou6JbwpF .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukou6JbwpF .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukou6JbwpF .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukou6JbwpF .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukou6JbwpF .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukou6JbwpF .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukou6JbwpF .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukou6JbwpF .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukou6JbwpF .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukou6JbwpF .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukou6JbwpF .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-ukou6JbwpF .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukou6JbwpF .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukou6JbwpF .mbr-section-title {
  color: #bbc4bb;
}
.cid-ukou6JbwpF .mbr-text {
  color: #ffffff;
}
.cid-ukou6JbwpF .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-ukou6JbwpF .list {
  color: #ffffff;
}
.cid-ukou6JbwpF .mbr-contact {
  color: #ffffff;
}
.cid-ukou6JbwpF .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-ukouNcprWw {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/dubai-safari-park-2-1200x630.jpg");
}
.cid-ukouNcprWw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukouNcprWw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukouNcprWw .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukouNd9Dqu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukouNd9Dqu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukouNd9Dqu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukouNd9Dqu .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ukouNd9Dqu .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-ukouNd9Dqu .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-ukouNd9Dqu .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukouNd9Dqu .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-ukouNd9Dqu .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-ukouNd9Dqu .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-ukouNd9Dqu .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-ukouNd9Dqu .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-ukouNd9Dqu .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-ukouNd9Dqu .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-ukouNd9Dqu .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ukouNd9Dqu .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-ukouNd9Dqu .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-ukouNd9Dqu .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-ukouNd9Dqu .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-ukouNd9Dqu .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukouNd9Dqu .mbr-section-title {
  color: #E0BDB6;
}
.cid-ukouNd9Dqu .mbr-section-subtitle {
  color: #747474;
}
.cid-ukouNd9Dqu .mbr-text {
  color: #747474;
}
.cid-ukouNd9Dqu .panel-title-edit {
  color: #092975;
}
.cid-ukouNd9Dqu .panel-text {
  color: #747474;
}
.cid-ukouNd9Dqu .mbr-section-title,
.cid-ukouNd9Dqu .mbr-section-btn {
  color: #092975;
}
.cid-ukouNefg3C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ukouNefg3C .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukouNefg3C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukouNefg3C .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ukouNefg3C .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ukouNefg3C .container {
    padding: 0 25px;
  }
}
.cid-ukouNefg3C .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukouNefg3C .row {
    padding-top: 45px;
  }
}
.cid-ukouNefg3C .item:hover .item-wrapper .item-img img,
.cid-ukouNefg3C .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-ukouNefg3C .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ukouNefg3C .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-ukouNefg3C .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-ukouNefg3C .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-ukouNefg3C .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-ukouNefg3C .border-wrap {
    margin-top: 45px;
  }
}
.cid-ukouNg0t9A {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-ukouNg0t9A::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukouNg0t9A .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukouNg0t9A .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-ukouNg0t9A .container {
    padding: 0 22px;
  }
}
.cid-ukouNg0t9A .row {
  position: relative;
  z-index: 1;
}
.cid-ukouNg0t9A .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukouNg0t9A .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukouNg0t9A .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukouNg0t9A .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukouNg0t9A .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukouNg0t9A .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukouNg0t9A .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukouNg0t9A .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukouNg0t9A .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukouNg0t9A .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukouNg0t9A .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukouNg0t9A .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukouNg0t9A .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukouNg0t9A .nav-wrapper .list .item-wrap:hover,
.cid-ukouNg0t9A .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-ukouNg0t9A .nav-wrapper .list .item-wrap:hover::before,
.cid-ukouNg0t9A .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukouNg0t9A .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukouNg0t9A .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukouNg0t9A .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukouNg0t9A .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukouNg0t9A .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukouNg0t9A .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukouNg0t9A .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukouNg0t9A .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukouNg0t9A .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-ukouNg0t9A .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukouNg0t9A .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukouNg0t9A .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukouNg0t9A .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukouNg0t9A .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukouNg0t9A .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukouNg0t9A .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukouNg0t9A .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukouNg0t9A .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukouNg0t9A .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukouNg0t9A .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukouNg0t9A .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukouNg0t9A .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukouNg0t9A .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukouNg0t9A .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukouNg0t9A .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-ukouNg0t9A .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukouNg0t9A .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukouNg0t9A .mbr-section-title {
  color: #bbc4bb;
}
.cid-ukouNg0t9A .mbr-text {
  color: #ffffff;
}
.cid-ukouNg0t9A .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-ukouNg0t9A .list {
  color: #ffffff;
}
.cid-ukouNg0t9A .mbr-contact {
  color: #ffffff;
}
.cid-ukouNg0t9A .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-ukouZMDwM3 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/xline-dubai-marin-zip-line-meta-660x595.jpg");
}
.cid-ukouZMDwM3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukouZMDwM3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukouZMDwM3 .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukouZNwjxx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukouZNwjxx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukouZNwjxx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukouZNwjxx .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ukouZNwjxx .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-ukouZNwjxx .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-ukouZNwjxx .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukouZNwjxx .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-ukouZNwjxx .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-ukouZNwjxx .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-ukouZNwjxx .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-ukouZNwjxx .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-ukouZNwjxx .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-ukouZNwjxx .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-ukouZNwjxx .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ukouZNwjxx .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-ukouZNwjxx .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-ukouZNwjxx .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-ukouZNwjxx .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-ukouZNwjxx .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukouZNwjxx .mbr-section-title {
  color: #E0BDB6;
}
.cid-ukouZNwjxx .mbr-section-subtitle {
  color: #747474;
}
.cid-ukouZNwjxx .mbr-text {
  color: #747474;
}
.cid-ukouZNwjxx .panel-title-edit {
  color: #092975;
}
.cid-ukouZNwjxx .panel-text {
  color: #747474;
}
.cid-ukouZNwjxx .mbr-section-title,
.cid-ukouZNwjxx .mbr-section-btn {
  color: #092975;
}
.cid-ukouZOv7LI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ukouZOv7LI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukouZOv7LI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukouZOv7LI .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ukouZOv7LI .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ukouZOv7LI .container {
    padding: 0 25px;
  }
}
.cid-ukouZOv7LI .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukouZOv7LI .row {
    padding-top: 45px;
  }
}
.cid-ukouZOv7LI .item:hover .item-wrapper .item-img img,
.cid-ukouZOv7LI .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-ukouZOv7LI .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ukouZOv7LI .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-ukouZOv7LI .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-ukouZOv7LI .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-ukouZOv7LI .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-ukouZOv7LI .border-wrap {
    margin-top: 45px;
  }
}
.cid-ukouZQ32HX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-ukouZQ32HX::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukouZQ32HX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukouZQ32HX .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-ukouZQ32HX .container {
    padding: 0 22px;
  }
}
.cid-ukouZQ32HX .row {
  position: relative;
  z-index: 1;
}
.cid-ukouZQ32HX .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukouZQ32HX .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukouZQ32HX .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukouZQ32HX .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukouZQ32HX .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukouZQ32HX .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukouZQ32HX .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukouZQ32HX .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukouZQ32HX .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukouZQ32HX .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukouZQ32HX .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukouZQ32HX .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukouZQ32HX .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukouZQ32HX .nav-wrapper .list .item-wrap:hover,
.cid-ukouZQ32HX .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-ukouZQ32HX .nav-wrapper .list .item-wrap:hover::before,
.cid-ukouZQ32HX .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukouZQ32HX .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukouZQ32HX .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukouZQ32HX .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukouZQ32HX .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukouZQ32HX .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukouZQ32HX .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukouZQ32HX .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukouZQ32HX .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukouZQ32HX .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-ukouZQ32HX .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukouZQ32HX .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukouZQ32HX .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukouZQ32HX .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukouZQ32HX .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukouZQ32HX .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukouZQ32HX .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukouZQ32HX .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukouZQ32HX .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukouZQ32HX .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukouZQ32HX .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukouZQ32HX .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukouZQ32HX .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukouZQ32HX .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukouZQ32HX .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukouZQ32HX .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-ukouZQ32HX .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukouZQ32HX .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukouZQ32HX .mbr-section-title {
  color: #bbc4bb;
}
.cid-ukouZQ32HX .mbr-text {
  color: #ffffff;
}
.cid-ukouZQ32HX .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-ukouZQ32HX .list {
  color: #ffffff;
}
.cid-ukouZQ32HX .mbr-contact {
  color: #ffffff;
}
.cid-ukouZQ32HX .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-ukovdn1OHw {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/helicopter-dubai-1-652x396.jpg");
}
.cid-ukovdn1OHw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukovdn1OHw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukovdn1OHw .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukovdqvPCP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukovdqvPCP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukovdqvPCP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukovdqvPCP .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ukovdqvPCP .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-ukovdqvPCP .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-ukovdqvPCP .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukovdqvPCP .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-ukovdqvPCP .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-ukovdqvPCP .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-ukovdqvPCP .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-ukovdqvPCP .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-ukovdqvPCP .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-ukovdqvPCP .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-ukovdqvPCP .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ukovdqvPCP .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-ukovdqvPCP .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-ukovdqvPCP .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-ukovdqvPCP .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-ukovdqvPCP .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukovdqvPCP .mbr-section-title {
  color: #E0BDB6;
}
.cid-ukovdqvPCP .mbr-section-subtitle {
  color: #747474;
}
.cid-ukovdqvPCP .mbr-text {
  color: #747474;
}
.cid-ukovdqvPCP .panel-title-edit {
  color: #092975;
}
.cid-ukovdqvPCP .panel-text {
  color: #747474;
}
.cid-ukovdqvPCP .mbr-section-title,
.cid-ukovdqvPCP .mbr-section-btn {
  color: #092975;
}
.cid-ukovdtTcY9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ukovdtTcY9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukovdtTcY9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukovdtTcY9 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ukovdtTcY9 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ukovdtTcY9 .container {
    padding: 0 25px;
  }
}
.cid-ukovdtTcY9 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukovdtTcY9 .row {
    padding-top: 45px;
  }
}
.cid-ukovdtTcY9 .item:hover .item-wrapper .item-img img,
.cid-ukovdtTcY9 .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-ukovdtTcY9 .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ukovdtTcY9 .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-ukovdtTcY9 .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-ukovdtTcY9 .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-ukovdtTcY9 .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-ukovdtTcY9 .border-wrap {
    margin-top: 45px;
  }
}
.cid-ukovdwvD9R {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukovdwvD9R .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukovdwvD9R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukovdwvD9R .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-ukovdwvD9R .content-container {
    flex-direction: column;
  }
}
.cid-ukovdwvD9R .icons-menu {
  display: flex;
}
.cid-ukovdwvD9R .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-ukovdwvD9R .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-ukovdwvD9R .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-ukovdwvD9R .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-ukovdwvD9R .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-ukovdwvD9R .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-ukovdwvD9R .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-ukovdzxhAs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-ukovdzxhAs::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukovdzxhAs .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukovdzxhAs .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-ukovdzxhAs .container {
    padding: 0 22px;
  }
}
.cid-ukovdzxhAs .row {
  position: relative;
  z-index: 1;
}
.cid-ukovdzxhAs .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukovdzxhAs .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukovdzxhAs .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukovdzxhAs .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukovdzxhAs .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukovdzxhAs .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukovdzxhAs .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukovdzxhAs .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukovdzxhAs .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukovdzxhAs .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukovdzxhAs .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukovdzxhAs .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukovdzxhAs .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukovdzxhAs .nav-wrapper .list .item-wrap:hover,
.cid-ukovdzxhAs .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-ukovdzxhAs .nav-wrapper .list .item-wrap:hover::before,
.cid-ukovdzxhAs .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukovdzxhAs .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukovdzxhAs .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukovdzxhAs .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukovdzxhAs .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukovdzxhAs .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukovdzxhAs .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukovdzxhAs .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukovdzxhAs .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukovdzxhAs .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-ukovdzxhAs .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukovdzxhAs .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukovdzxhAs .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukovdzxhAs .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukovdzxhAs .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukovdzxhAs .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukovdzxhAs .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukovdzxhAs .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukovdzxhAs .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukovdzxhAs .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukovdzxhAs .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukovdzxhAs .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukovdzxhAs .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukovdzxhAs .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukovdzxhAs .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukovdzxhAs .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-ukovdzxhAs .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukovdzxhAs .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukovdzxhAs .mbr-section-title {
  color: #bbc4bb;
}
.cid-ukovdzxhAs .mbr-text {
  color: #ffffff;
}
.cid-ukovdzxhAs .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-ukovdzxhAs .list {
  color: #ffffff;
}
.cid-ukovdzxhAs .mbr-contact {
  color: #ffffff;
}
.cid-ukovdzxhAs .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-ukovsuGb1k {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/city-1-800x800.jpg");
}
.cid-ukovsuGb1k .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukovsuGb1k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukovsuGb1k .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukovsvk8pR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukovsvk8pR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukovsvk8pR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukovsvk8pR .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ukovsvk8pR .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-ukovsvk8pR .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-ukovsvk8pR .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukovsvk8pR .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-ukovsvk8pR .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-ukovsvk8pR .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-ukovsvk8pR .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-ukovsvk8pR .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-ukovsvk8pR .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-ukovsvk8pR .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-ukovsvk8pR .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ukovsvk8pR .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-ukovsvk8pR .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-ukovsvk8pR .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-ukovsvk8pR .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-ukovsvk8pR .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukovsvk8pR .mbr-section-title {
  color: #E0BDB6;
}
.cid-ukovsvk8pR .mbr-section-subtitle {
  color: #747474;
}
.cid-ukovsvk8pR .mbr-text {
  color: #747474;
}
.cid-ukovsvk8pR .panel-title-edit {
  color: #092975;
}
.cid-ukovsvk8pR .panel-text {
  color: #747474;
}
.cid-ukovsvk8pR .mbr-section-title,
.cid-ukovsvk8pR .mbr-section-btn {
  color: #092975;
}
.cid-ukovswIWfG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ukovswIWfG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukovswIWfG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukovswIWfG .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ukovswIWfG .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ukovswIWfG .container {
    padding: 0 25px;
  }
}
.cid-ukovswIWfG .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukovswIWfG .row {
    padding-top: 45px;
  }
}
.cid-ukovswIWfG .item:hover .item-wrapper .item-img img,
.cid-ukovswIWfG .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-ukovswIWfG .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ukovswIWfG .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-ukovswIWfG .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-ukovswIWfG .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-ukovswIWfG .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-ukovswIWfG .border-wrap {
    margin-top: 45px;
  }
}
.cid-ukovsyum8y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-ukovsyum8y::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukovsyum8y .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukovsyum8y .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-ukovsyum8y .container {
    padding: 0 22px;
  }
}
.cid-ukovsyum8y .row {
  position: relative;
  z-index: 1;
}
.cid-ukovsyum8y .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukovsyum8y .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukovsyum8y .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukovsyum8y .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukovsyum8y .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukovsyum8y .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukovsyum8y .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukovsyum8y .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukovsyum8y .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukovsyum8y .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukovsyum8y .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukovsyum8y .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukovsyum8y .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukovsyum8y .nav-wrapper .list .item-wrap:hover,
.cid-ukovsyum8y .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-ukovsyum8y .nav-wrapper .list .item-wrap:hover::before,
.cid-ukovsyum8y .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukovsyum8y .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukovsyum8y .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukovsyum8y .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukovsyum8y .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukovsyum8y .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukovsyum8y .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukovsyum8y .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukovsyum8y .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukovsyum8y .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-ukovsyum8y .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukovsyum8y .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukovsyum8y .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukovsyum8y .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukovsyum8y .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukovsyum8y .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukovsyum8y .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukovsyum8y .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukovsyum8y .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukovsyum8y .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukovsyum8y .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukovsyum8y .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukovsyum8y .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukovsyum8y .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukovsyum8y .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukovsyum8y .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-ukovsyum8y .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukovsyum8y .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukovsyum8y .mbr-section-title {
  color: #bbc4bb;
}
.cid-ukovsyum8y .mbr-text {
  color: #ffffff;
}
.cid-ukovsyum8y .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-ukovsyum8y .list {
  color: #ffffff;
}
.cid-ukovsyum8y .mbr-contact {
  color: #ffffff;
}
.cid-ukovsyum8y .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-ukovHEYXE7 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/ski-dubai-11-800x800.jpg");
}
.cid-ukovHEYXE7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukovHEYXE7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukovHEYXE7 .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukovHFzJaZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukovHFzJaZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukovHFzJaZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukovHFzJaZ .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ukovHFzJaZ .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-ukovHFzJaZ .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-ukovHFzJaZ .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukovHFzJaZ .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-ukovHFzJaZ .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-ukovHFzJaZ .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-ukovHFzJaZ .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-ukovHFzJaZ .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-ukovHFzJaZ .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-ukovHFzJaZ .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-ukovHFzJaZ .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ukovHFzJaZ .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-ukovHFzJaZ .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-ukovHFzJaZ .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-ukovHFzJaZ .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-ukovHFzJaZ .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukovHFzJaZ .mbr-section-title {
  color: #E0BDB6;
}
.cid-ukovHFzJaZ .mbr-section-subtitle {
  color: #747474;
}
.cid-ukovHFzJaZ .mbr-text {
  color: #747474;
}
.cid-ukovHFzJaZ .panel-title-edit {
  color: #092975;
}
.cid-ukovHFzJaZ .panel-text {
  color: #747474;
}
.cid-ukovHFzJaZ .mbr-section-title,
.cid-ukovHFzJaZ .mbr-section-btn {
  color: #092975;
}
.cid-ukovHGkMfB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ukovHGkMfB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukovHGkMfB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukovHGkMfB .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ukovHGkMfB .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ukovHGkMfB .container {
    padding: 0 25px;
  }
}
.cid-ukovHGkMfB .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukovHGkMfB .row {
    padding-top: 45px;
  }
}
.cid-ukovHGkMfB .item:hover .item-wrapper .item-img img,
.cid-ukovHGkMfB .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-ukovHGkMfB .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ukovHGkMfB .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-ukovHGkMfB .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-ukovHGkMfB .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-ukovHGkMfB .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-ukovHGkMfB .border-wrap {
    margin-top: 45px;
  }
}
.cid-ukovHHNQjc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-ukovHHNQjc::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukovHHNQjc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukovHHNQjc .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-ukovHHNQjc .container {
    padding: 0 22px;
  }
}
.cid-ukovHHNQjc .row {
  position: relative;
  z-index: 1;
}
.cid-ukovHHNQjc .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukovHHNQjc .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukovHHNQjc .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukovHHNQjc .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukovHHNQjc .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukovHHNQjc .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukovHHNQjc .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukovHHNQjc .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukovHHNQjc .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukovHHNQjc .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukovHHNQjc .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukovHHNQjc .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukovHHNQjc .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukovHHNQjc .nav-wrapper .list .item-wrap:hover,
.cid-ukovHHNQjc .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-ukovHHNQjc .nav-wrapper .list .item-wrap:hover::before,
.cid-ukovHHNQjc .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukovHHNQjc .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukovHHNQjc .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukovHHNQjc .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukovHHNQjc .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukovHHNQjc .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukovHHNQjc .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukovHHNQjc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukovHHNQjc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukovHHNQjc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-ukovHHNQjc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukovHHNQjc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukovHHNQjc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukovHHNQjc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukovHHNQjc .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukovHHNQjc .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukovHHNQjc .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukovHHNQjc .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukovHHNQjc .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukovHHNQjc .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukovHHNQjc .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukovHHNQjc .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukovHHNQjc .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukovHHNQjc .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukovHHNQjc .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukovHHNQjc .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-ukovHHNQjc .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukovHHNQjc .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukovHHNQjc .mbr-section-title {
  color: #bbc4bb;
}
.cid-ukovHHNQjc .mbr-text {
  color: #ffffff;
}
.cid-ukovHHNQjc .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-ukovHHNQjc .list {
  color: #ffffff;
}
.cid-ukovHHNQjc .mbr-contact {
  color: #ffffff;
}
.cid-ukovHHNQjc .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-ukowl2y2zM {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/cela-1-800x800.jpg");
}
.cid-ukowl2y2zM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukowl2y2zM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukowl2y2zM .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukowl38Pqg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukowl38Pqg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukowl38Pqg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukowl38Pqg .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ukowl38Pqg .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-ukowl38Pqg .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-ukowl38Pqg .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukowl38Pqg .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-ukowl38Pqg .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-ukowl38Pqg .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-ukowl38Pqg .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-ukowl38Pqg .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-ukowl38Pqg .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-ukowl38Pqg .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-ukowl38Pqg .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ukowl38Pqg .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-ukowl38Pqg .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-ukowl38Pqg .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-ukowl38Pqg .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-ukowl38Pqg .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukowl38Pqg .mbr-section-title {
  color: #E0BDB6;
}
.cid-ukowl38Pqg .mbr-section-subtitle {
  color: #747474;
}
.cid-ukowl38Pqg .mbr-text {
  color: #747474;
}
.cid-ukowl38Pqg .panel-title-edit {
  color: #092975;
}
.cid-ukowl38Pqg .panel-text {
  color: #747474;
}
.cid-ukowl38Pqg .mbr-section-title,
.cid-ukowl38Pqg .mbr-section-btn {
  color: #092975;
}
.cid-ukowl3PQSv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ukowl3PQSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukowl3PQSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukowl3PQSv .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ukowl3PQSv .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ukowl3PQSv .container {
    padding: 0 25px;
  }
}
.cid-ukowl3PQSv .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukowl3PQSv .row {
    padding-top: 45px;
  }
}
.cid-ukowl3PQSv .item:hover .item-wrapper .item-img img,
.cid-ukowl3PQSv .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-ukowl3PQSv .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ukowl3PQSv .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-ukowl3PQSv .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-ukowl3PQSv .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-ukowl3PQSv .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-ukowl3PQSv .border-wrap {
    margin-top: 45px;
  }
}
.cid-ukowl5GG7I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-ukowl5GG7I::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukowl5GG7I .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukowl5GG7I .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-ukowl5GG7I .container {
    padding: 0 22px;
  }
}
.cid-ukowl5GG7I .row {
  position: relative;
  z-index: 1;
}
.cid-ukowl5GG7I .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukowl5GG7I .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukowl5GG7I .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukowl5GG7I .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukowl5GG7I .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukowl5GG7I .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukowl5GG7I .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukowl5GG7I .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukowl5GG7I .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukowl5GG7I .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukowl5GG7I .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukowl5GG7I .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukowl5GG7I .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukowl5GG7I .nav-wrapper .list .item-wrap:hover,
.cid-ukowl5GG7I .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-ukowl5GG7I .nav-wrapper .list .item-wrap:hover::before,
.cid-ukowl5GG7I .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukowl5GG7I .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukowl5GG7I .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukowl5GG7I .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukowl5GG7I .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukowl5GG7I .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukowl5GG7I .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukowl5GG7I .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukowl5GG7I .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukowl5GG7I .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-ukowl5GG7I .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukowl5GG7I .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukowl5GG7I .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukowl5GG7I .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukowl5GG7I .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukowl5GG7I .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukowl5GG7I .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukowl5GG7I .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukowl5GG7I .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukowl5GG7I .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukowl5GG7I .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukowl5GG7I .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukowl5GG7I .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukowl5GG7I .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukowl5GG7I .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukowl5GG7I .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-ukowl5GG7I .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukowl5GG7I .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukowl5GG7I .mbr-section-title {
  color: #bbc4bb;
}
.cid-ukowl5GG7I .mbr-text {
  color: #ffffff;
}
.cid-ukowl5GG7I .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-ukowl5GG7I .list {
  color: #ffffff;
}
.cid-ukowl5GG7I .mbr-contact {
  color: #ffffff;
}
.cid-ukowl5GG7I .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-ukyAzUOUvI {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/hip-hop-city-tour-800x800.jpeg");
}
.cid-ukyAzUOUvI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukyAzUOUvI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukyAzUOUvI .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukyAzVCoSF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukyAzVCoSF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukyAzVCoSF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukyAzVCoSF .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ukyAzVCoSF .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-ukyAzVCoSF .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-ukyAzVCoSF .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukyAzVCoSF .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-ukyAzVCoSF .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-ukyAzVCoSF .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-ukyAzVCoSF .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-ukyAzVCoSF .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-ukyAzVCoSF .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-ukyAzVCoSF .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-ukyAzVCoSF .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ukyAzVCoSF .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-ukyAzVCoSF .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-ukyAzVCoSF .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-ukyAzVCoSF .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-ukyAzVCoSF .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukyAzVCoSF .mbr-section-title {
  color: #E0BDB6;
}
.cid-ukyAzVCoSF .mbr-section-subtitle {
  color: #747474;
}
.cid-ukyAzVCoSF .mbr-text {
  color: #747474;
}
.cid-ukyAzVCoSF .panel-title-edit {
  color: #092975;
}
.cid-ukyAzVCoSF .panel-text {
  color: #747474;
}
.cid-ukyAzVCoSF .mbr-section-title,
.cid-ukyAzVCoSF .mbr-section-btn {
  color: #092975;
}
.cid-ukyAzWEofY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ukyAzWEofY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukyAzWEofY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukyAzWEofY .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ukyAzWEofY .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ukyAzWEofY .container {
    padding: 0 25px;
  }
}
.cid-ukyAzWEofY .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukyAzWEofY .row {
    padding-top: 45px;
  }
}
.cid-ukyAzWEofY .item:hover .item-wrapper .item-img img,
.cid-ukyAzWEofY .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-ukyAzWEofY .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ukyAzWEofY .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-ukyAzWEofY .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-ukyAzWEofY .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-ukyAzWEofY .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-ukyAzWEofY .border-wrap {
    margin-top: 45px;
  }
}
.cid-ukyAzZ3xqY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-ukyAzZ3xqY::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukyAzZ3xqY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukyAzZ3xqY .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-ukyAzZ3xqY .container {
    padding: 0 22px;
  }
}
.cid-ukyAzZ3xqY .row {
  position: relative;
  z-index: 1;
}
.cid-ukyAzZ3xqY .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukyAzZ3xqY .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukyAzZ3xqY .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukyAzZ3xqY .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukyAzZ3xqY .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukyAzZ3xqY .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukyAzZ3xqY .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukyAzZ3xqY .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukyAzZ3xqY .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukyAzZ3xqY .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukyAzZ3xqY .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukyAzZ3xqY .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukyAzZ3xqY .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukyAzZ3xqY .nav-wrapper .list .item-wrap:hover,
.cid-ukyAzZ3xqY .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-ukyAzZ3xqY .nav-wrapper .list .item-wrap:hover::before,
.cid-ukyAzZ3xqY .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukyAzZ3xqY .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukyAzZ3xqY .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukyAzZ3xqY .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukyAzZ3xqY .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukyAzZ3xqY .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukyAzZ3xqY .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukyAzZ3xqY .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukyAzZ3xqY .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukyAzZ3xqY .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-ukyAzZ3xqY .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukyAzZ3xqY .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukyAzZ3xqY .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukyAzZ3xqY .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukyAzZ3xqY .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukyAzZ3xqY .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukyAzZ3xqY .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukyAzZ3xqY .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukyAzZ3xqY .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukyAzZ3xqY .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukyAzZ3xqY .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukyAzZ3xqY .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukyAzZ3xqY .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukyAzZ3xqY .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukyAzZ3xqY .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukyAzZ3xqY .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-ukyAzZ3xqY .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukyAzZ3xqY .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukyAzZ3xqY .mbr-section-title {
  color: #bbc4bb;
}
.cid-ukyAzZ3xqY .mbr-text {
  color: #ffffff;
}
.cid-ukyAzZ3xqY .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-ukyAzZ3xqY .list {
  color: #ffffff;
}
.cid-ukyAzZ3xqY .mbr-contact {
  color: #ffffff;
}
.cid-ukyAzZ3xqY .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-ukFnLHkWds {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/expo-1-800x800.jpg");
}
.cid-ukFnLHkWds .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFnLHkWds .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFnLHkWds .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukFnLI6QvZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukFnLI6QvZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFnLI6QvZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFnLI6QvZ .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ukFnLI6QvZ .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-ukFnLI6QvZ .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-ukFnLI6QvZ .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukFnLI6QvZ .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-ukFnLI6QvZ .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-ukFnLI6QvZ .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-ukFnLI6QvZ .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-ukFnLI6QvZ .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-ukFnLI6QvZ .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-ukFnLI6QvZ .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-ukFnLI6QvZ .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ukFnLI6QvZ .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-ukFnLI6QvZ .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-ukFnLI6QvZ .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-ukFnLI6QvZ .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-ukFnLI6QvZ .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukFnLI6QvZ .mbr-section-title {
  color: #E0BDB6;
}
.cid-ukFnLI6QvZ .mbr-section-subtitle {
  color: #747474;
}
.cid-ukFnLI6QvZ .mbr-text {
  color: #747474;
}
.cid-ukFnLI6QvZ .panel-title-edit {
  color: #092975;
}
.cid-ukFnLI6QvZ .panel-text {
  color: #747474;
}
.cid-ukFnLI6QvZ .mbr-section-title,
.cid-ukFnLI6QvZ .mbr-section-btn {
  color: #092975;
}
.cid-ukFnLIQ7OT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ukFnLIQ7OT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFnLIQ7OT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFnLIQ7OT .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ukFnLIQ7OT .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ukFnLIQ7OT .container {
    padding: 0 25px;
  }
}
.cid-ukFnLIQ7OT .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFnLIQ7OT .row {
    padding-top: 45px;
  }
}
.cid-ukFnLIQ7OT .item:hover .item-wrapper .item-img img,
.cid-ukFnLIQ7OT .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-ukFnLIQ7OT .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ukFnLIQ7OT .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-ukFnLIQ7OT .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-ukFnLIQ7OT .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-ukFnLIQ7OT .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-ukFnLIQ7OT .border-wrap {
    margin-top: 45px;
  }
}
.cid-ukFnLKfDNE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-ukFnLKfDNE::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukFnLKfDNE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFnLKfDNE .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-ukFnLKfDNE .container {
    padding: 0 22px;
  }
}
.cid-ukFnLKfDNE .row {
  position: relative;
  z-index: 1;
}
.cid-ukFnLKfDNE .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukFnLKfDNE .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukFnLKfDNE .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukFnLKfDNE .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFnLKfDNE .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFnLKfDNE .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukFnLKfDNE .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukFnLKfDNE .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukFnLKfDNE .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukFnLKfDNE .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukFnLKfDNE .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukFnLKfDNE .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukFnLKfDNE .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukFnLKfDNE .nav-wrapper .list .item-wrap:hover,
.cid-ukFnLKfDNE .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-ukFnLKfDNE .nav-wrapper .list .item-wrap:hover::before,
.cid-ukFnLKfDNE .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukFnLKfDNE .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukFnLKfDNE .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFnLKfDNE .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukFnLKfDNE .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukFnLKfDNE .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukFnLKfDNE .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukFnLKfDNE .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukFnLKfDNE .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukFnLKfDNE .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-ukFnLKfDNE .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukFnLKfDNE .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukFnLKfDNE .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukFnLKfDNE .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukFnLKfDNE .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFnLKfDNE .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukFnLKfDNE .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukFnLKfDNE .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukFnLKfDNE .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukFnLKfDNE .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukFnLKfDNE .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukFnLKfDNE .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukFnLKfDNE .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukFnLKfDNE .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukFnLKfDNE .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukFnLKfDNE .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-ukFnLKfDNE .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukFnLKfDNE .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukFnLKfDNE .mbr-section-title {
  color: #bbc4bb;
}
.cid-ukFnLKfDNE .mbr-text {
  color: #ffffff;
}
.cid-ukFnLKfDNE .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-ukFnLKfDNE .list {
  color: #ffffff;
}
.cid-ukFnLKfDNE .mbr-contact {
  color: #ffffff;
}
.cid-ukFnLKfDNE .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-ukyAR2Fg93 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/madame-tussauds-dubai-780x521.jpg");
}
.cid-ukyAR2Fg93 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukyAR2Fg93 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukyAR2Fg93 .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukyAR3hj8q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukyAR3hj8q .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukyAR3hj8q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukyAR3hj8q .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ukyAR3hj8q .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-ukyAR3hj8q .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-ukyAR3hj8q .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukyAR3hj8q .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-ukyAR3hj8q .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-ukyAR3hj8q .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-ukyAR3hj8q .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-ukyAR3hj8q .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-ukyAR3hj8q .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-ukyAR3hj8q .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-ukyAR3hj8q .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ukyAR3hj8q .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-ukyAR3hj8q .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-ukyAR3hj8q .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-ukyAR3hj8q .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-ukyAR3hj8q .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukyAR3hj8q .mbr-section-title {
  color: #E0BDB6;
}
.cid-ukyAR3hj8q .mbr-section-subtitle {
  color: #747474;
}
.cid-ukyAR3hj8q .mbr-text {
  color: #747474;
}
.cid-ukyAR3hj8q .panel-title-edit {
  color: #092975;
}
.cid-ukyAR3hj8q .panel-text {
  color: #747474;
}
.cid-ukyAR3hj8q .mbr-section-title,
.cid-ukyAR3hj8q .mbr-section-btn {
  color: #092975;
}
.cid-ukyAR9DhpV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ukyAR9DhpV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukyAR9DhpV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukyAR9DhpV .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ukyAR9DhpV .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ukyAR9DhpV .container {
    padding: 0 25px;
  }
}
.cid-ukyAR9DhpV .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukyAR9DhpV .row {
    padding-top: 45px;
  }
}
.cid-ukyAR9DhpV .item:hover .item-wrapper .item-img img,
.cid-ukyAR9DhpV .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-ukyAR9DhpV .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ukyAR9DhpV .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-ukyAR9DhpV .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-ukyAR9DhpV .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-ukyAR9DhpV .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-ukyAR9DhpV .border-wrap {
    margin-top: 45px;
  }
}
.cid-ukyARakdze {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukyARakdze .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukyARakdze .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukyARakdze .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-ukyARakdze .content-container {
    flex-direction: column;
  }
}
.cid-ukyARakdze .icons-menu {
  display: flex;
}
.cid-ukyARakdze .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-ukyARakdze .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-ukyARakdze .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-ukyARakdze .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-ukyARakdze .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-ukyARakdze .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-ukyARakdze .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-ukyARb6jN9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-ukyARb6jN9::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukyARb6jN9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukyARb6jN9 .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-ukyARb6jN9 .container {
    padding: 0 22px;
  }
}
.cid-ukyARb6jN9 .row {
  position: relative;
  z-index: 1;
}
.cid-ukyARb6jN9 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukyARb6jN9 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukyARb6jN9 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukyARb6jN9 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukyARb6jN9 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukyARb6jN9 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukyARb6jN9 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukyARb6jN9 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukyARb6jN9 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukyARb6jN9 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukyARb6jN9 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukyARb6jN9 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukyARb6jN9 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukyARb6jN9 .nav-wrapper .list .item-wrap:hover,
.cid-ukyARb6jN9 .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-ukyARb6jN9 .nav-wrapper .list .item-wrap:hover::before,
.cid-ukyARb6jN9 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukyARb6jN9 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukyARb6jN9 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukyARb6jN9 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukyARb6jN9 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukyARb6jN9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukyARb6jN9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukyARb6jN9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukyARb6jN9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukyARb6jN9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-ukyARb6jN9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukyARb6jN9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukyARb6jN9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukyARb6jN9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukyARb6jN9 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukyARb6jN9 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukyARb6jN9 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukyARb6jN9 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukyARb6jN9 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukyARb6jN9 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukyARb6jN9 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukyARb6jN9 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukyARb6jN9 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukyARb6jN9 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukyARb6jN9 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukyARb6jN9 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-ukyARb6jN9 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukyARb6jN9 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukyARb6jN9 .mbr-section-title {
  color: #bbc4bb;
}
.cid-ukyARb6jN9 .mbr-text {
  color: #ffffff;
}
.cid-ukyARb6jN9 .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-ukyARb6jN9 .list {
  color: #ffffff;
}
.cid-ukyARb6jN9 .mbr-contact {
  color: #ffffff;
}
.cid-ukyARb6jN9 .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-ukFo1CKqop {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/al-khayma-heritage-800x800.jpg");
}
.cid-ukFo1CKqop .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFo1CKqop .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFo1CKqop .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukFo1DouSk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukFo1DouSk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFo1DouSk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFo1DouSk .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ukFo1DouSk .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-ukFo1DouSk .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-ukFo1DouSk .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukFo1DouSk .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-ukFo1DouSk .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-ukFo1DouSk .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-ukFo1DouSk .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-ukFo1DouSk .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-ukFo1DouSk .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-ukFo1DouSk .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-ukFo1DouSk .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ukFo1DouSk .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-ukFo1DouSk .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-ukFo1DouSk .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-ukFo1DouSk .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-ukFo1DouSk .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukFo1DouSk .mbr-section-title {
  color: #E0BDB6;
}
.cid-ukFo1DouSk .mbr-section-subtitle {
  color: #747474;
}
.cid-ukFo1DouSk .mbr-text {
  color: #747474;
}
.cid-ukFo1DouSk .panel-title-edit {
  color: #092975;
}
.cid-ukFo1DouSk .panel-text {
  color: #747474;
}
.cid-ukFo1DouSk .mbr-section-title,
.cid-ukFo1DouSk .mbr-section-btn {
  color: #092975;
}
.cid-ukFo1EhVIp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ukFo1EhVIp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFo1EhVIp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFo1EhVIp .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ukFo1EhVIp .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ukFo1EhVIp .container {
    padding: 0 25px;
  }
}
.cid-ukFo1EhVIp .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFo1EhVIp .row {
    padding-top: 45px;
  }
}
.cid-ukFo1EhVIp .item:hover .item-wrapper .item-img img,
.cid-ukFo1EhVIp .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-ukFo1EhVIp .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ukFo1EhVIp .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-ukFo1EhVIp .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-ukFo1EhVIp .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-ukFo1EhVIp .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-ukFo1EhVIp .border-wrap {
    margin-top: 45px;
  }
}
.cid-ukFo1FF93q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-ukFo1FF93q::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukFo1FF93q .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFo1FF93q .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-ukFo1FF93q .container {
    padding: 0 22px;
  }
}
.cid-ukFo1FF93q .row {
  position: relative;
  z-index: 1;
}
.cid-ukFo1FF93q .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukFo1FF93q .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukFo1FF93q .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukFo1FF93q .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFo1FF93q .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFo1FF93q .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukFo1FF93q .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukFo1FF93q .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukFo1FF93q .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukFo1FF93q .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukFo1FF93q .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukFo1FF93q .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukFo1FF93q .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukFo1FF93q .nav-wrapper .list .item-wrap:hover,
.cid-ukFo1FF93q .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-ukFo1FF93q .nav-wrapper .list .item-wrap:hover::before,
.cid-ukFo1FF93q .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukFo1FF93q .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukFo1FF93q .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFo1FF93q .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukFo1FF93q .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukFo1FF93q .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukFo1FF93q .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukFo1FF93q .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukFo1FF93q .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukFo1FF93q .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-ukFo1FF93q .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukFo1FF93q .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukFo1FF93q .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukFo1FF93q .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukFo1FF93q .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFo1FF93q .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukFo1FF93q .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukFo1FF93q .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukFo1FF93q .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukFo1FF93q .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukFo1FF93q .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukFo1FF93q .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukFo1FF93q .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukFo1FF93q .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukFo1FF93q .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukFo1FF93q .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-ukFo1FF93q .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukFo1FF93q .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukFo1FF93q .mbr-section-title {
  color: #bbc4bb;
}
.cid-ukFo1FF93q .mbr-text {
  color: #ffffff;
}
.cid-ukFo1FF93q .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-ukFo1FF93q .list {
  color: #ffffff;
}
.cid-ukFo1FF93q .mbr-contact {
  color: #ffffff;
}
.cid-ukFo1FF93q .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-ukFolMl3vx {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/sky-dive-1-652x504.jpg");
}
.cid-ukFolMl3vx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFolMl3vx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFolMl3vx .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukFolN4ECf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukFolN4ECf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFolN4ECf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFolN4ECf .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ukFolN4ECf .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-ukFolN4ECf .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-ukFolN4ECf .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukFolN4ECf .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-ukFolN4ECf .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-ukFolN4ECf .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-ukFolN4ECf .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-ukFolN4ECf .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-ukFolN4ECf .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-ukFolN4ECf .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-ukFolN4ECf .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ukFolN4ECf .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-ukFolN4ECf .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-ukFolN4ECf .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-ukFolN4ECf .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-ukFolN4ECf .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukFolN4ECf .mbr-section-title {
  color: #E0BDB6;
}
.cid-ukFolN4ECf .mbr-section-subtitle {
  color: #747474;
}
.cid-ukFolN4ECf .mbr-text {
  color: #747474;
}
.cid-ukFolN4ECf .panel-title-edit {
  color: #092975;
}
.cid-ukFolN4ECf .panel-text {
  color: #747474;
}
.cid-ukFolN4ECf .mbr-section-title,
.cid-ukFolN4ECf .mbr-section-btn {
  color: #092975;
}
.cid-ukFolNYTk4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ukFolNYTk4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFolNYTk4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFolNYTk4 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ukFolNYTk4 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ukFolNYTk4 .container {
    padding: 0 25px;
  }
}
.cid-ukFolNYTk4 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFolNYTk4 .row {
    padding-top: 45px;
  }
}
.cid-ukFolNYTk4 .item:hover .item-wrapper .item-img img,
.cid-ukFolNYTk4 .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-ukFolNYTk4 .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ukFolNYTk4 .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-ukFolNYTk4 .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-ukFolNYTk4 .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-ukFolNYTk4 .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-ukFolNYTk4 .border-wrap {
    margin-top: 45px;
  }
}
.cid-ukFolOYVuQ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukFolOYVuQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFolOYVuQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFolOYVuQ .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-ukFolOYVuQ .content-container {
    flex-direction: column;
  }
}
.cid-ukFolOYVuQ .icons-menu {
  display: flex;
}
.cid-ukFolOYVuQ .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-ukFolOYVuQ .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-ukFolOYVuQ .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-ukFolOYVuQ .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-ukFolOYVuQ .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-ukFolOYVuQ .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-ukFolOYVuQ .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-ukFolQ5rvC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-ukFolQ5rvC::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukFolQ5rvC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFolQ5rvC .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-ukFolQ5rvC .container {
    padding: 0 22px;
  }
}
.cid-ukFolQ5rvC .row {
  position: relative;
  z-index: 1;
}
.cid-ukFolQ5rvC .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukFolQ5rvC .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukFolQ5rvC .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukFolQ5rvC .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFolQ5rvC .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFolQ5rvC .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukFolQ5rvC .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukFolQ5rvC .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukFolQ5rvC .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukFolQ5rvC .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukFolQ5rvC .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukFolQ5rvC .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukFolQ5rvC .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukFolQ5rvC .nav-wrapper .list .item-wrap:hover,
.cid-ukFolQ5rvC .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-ukFolQ5rvC .nav-wrapper .list .item-wrap:hover::before,
.cid-ukFolQ5rvC .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukFolQ5rvC .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukFolQ5rvC .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFolQ5rvC .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukFolQ5rvC .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukFolQ5rvC .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukFolQ5rvC .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukFolQ5rvC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukFolQ5rvC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukFolQ5rvC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-ukFolQ5rvC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukFolQ5rvC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukFolQ5rvC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukFolQ5rvC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukFolQ5rvC .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFolQ5rvC .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukFolQ5rvC .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukFolQ5rvC .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukFolQ5rvC .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukFolQ5rvC .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukFolQ5rvC .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukFolQ5rvC .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukFolQ5rvC .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukFolQ5rvC .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukFolQ5rvC .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukFolQ5rvC .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-ukFolQ5rvC .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukFolQ5rvC .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukFolQ5rvC .mbr-section-title {
  color: #bbc4bb;
}
.cid-ukFolQ5rvC .mbr-text {
  color: #ffffff;
}
.cid-ukFolQ5rvC .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-ukFolQ5rvC .list {
  color: #ffffff;
}
.cid-ukFolQ5rvC .mbr-contact {
  color: #ffffff;
}
.cid-ukFolQ5rvC .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-ukFoDTeBr9 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/air-port-transfer-2-384x200.jpg");
}
.cid-ukFoDTeBr9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFoDTeBr9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFoDTeBr9 .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukFoDTX51f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukFoDTX51f .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFoDTX51f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFoDTX51f .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ukFoDTX51f .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-ukFoDTX51f .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-ukFoDTX51f .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukFoDTX51f .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-ukFoDTX51f .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-ukFoDTX51f .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-ukFoDTX51f .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-ukFoDTX51f .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-ukFoDTX51f .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-ukFoDTX51f .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-ukFoDTX51f .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ukFoDTX51f .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-ukFoDTX51f .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-ukFoDTX51f .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-ukFoDTX51f .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-ukFoDTX51f .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukFoDTX51f .mbr-section-title {
  color: #E0BDB6;
}
.cid-ukFoDTX51f .mbr-section-subtitle {
  color: #747474;
}
.cid-ukFoDTX51f .mbr-text {
  color: #747474;
}
.cid-ukFoDTX51f .panel-title-edit {
  color: #092975;
}
.cid-ukFoDTX51f .panel-text {
  color: #747474;
}
.cid-ukFoDTX51f .mbr-section-title,
.cid-ukFoDTX51f .mbr-section-btn {
  color: #092975;
}
.cid-ukFoDUS0AR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ukFoDUS0AR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFoDUS0AR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFoDUS0AR .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ukFoDUS0AR .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ukFoDUS0AR .container {
    padding: 0 25px;
  }
}
.cid-ukFoDUS0AR .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFoDUS0AR .row {
    padding-top: 45px;
  }
}
.cid-ukFoDUS0AR .item:hover .item-wrapper .item-img img,
.cid-ukFoDUS0AR .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-ukFoDUS0AR .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ukFoDUS0AR .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-ukFoDUS0AR .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-ukFoDUS0AR .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-ukFoDUS0AR .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-ukFoDUS0AR .border-wrap {
    margin-top: 45px;
  }
}
.cid-ukFoDVAJQW {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukFoDVAJQW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFoDVAJQW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFoDVAJQW .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-ukFoDVAJQW .content-container {
    flex-direction: column;
  }
}
.cid-ukFoDVAJQW .icons-menu {
  display: flex;
}
.cid-ukFoDVAJQW .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-ukFoDVAJQW .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-ukFoDVAJQW .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-ukFoDVAJQW .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-ukFoDVAJQW .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-ukFoDVAJQW .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-ukFoDVAJQW .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-ukFoDWl6aD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-ukFoDWl6aD::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukFoDWl6aD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFoDWl6aD .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-ukFoDWl6aD .container {
    padding: 0 22px;
  }
}
.cid-ukFoDWl6aD .row {
  position: relative;
  z-index: 1;
}
.cid-ukFoDWl6aD .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukFoDWl6aD .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukFoDWl6aD .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukFoDWl6aD .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFoDWl6aD .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFoDWl6aD .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukFoDWl6aD .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukFoDWl6aD .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukFoDWl6aD .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukFoDWl6aD .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukFoDWl6aD .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukFoDWl6aD .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukFoDWl6aD .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukFoDWl6aD .nav-wrapper .list .item-wrap:hover,
.cid-ukFoDWl6aD .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-ukFoDWl6aD .nav-wrapper .list .item-wrap:hover::before,
.cid-ukFoDWl6aD .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukFoDWl6aD .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukFoDWl6aD .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFoDWl6aD .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukFoDWl6aD .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukFoDWl6aD .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukFoDWl6aD .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukFoDWl6aD .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukFoDWl6aD .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukFoDWl6aD .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-ukFoDWl6aD .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukFoDWl6aD .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukFoDWl6aD .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukFoDWl6aD .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukFoDWl6aD .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFoDWl6aD .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukFoDWl6aD .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukFoDWl6aD .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukFoDWl6aD .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukFoDWl6aD .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukFoDWl6aD .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukFoDWl6aD .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukFoDWl6aD .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukFoDWl6aD .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukFoDWl6aD .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukFoDWl6aD .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-ukFoDWl6aD .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukFoDWl6aD .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukFoDWl6aD .mbr-section-title {
  color: #bbc4bb;
}
.cid-ukFoDWl6aD .mbr-text {
  color: #ffffff;
}
.cid-ukFoDWl6aD .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-ukFoDWl6aD .list {
  color: #ffffff;
}
.cid-ukFoDWl6aD .mbr-contact {
  color: #ffffff;
}
.cid-ukFoDWl6aD .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-ukFoLzeNd7 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/chillout-ice-lounge-dubai-2-962x551.jpg");
}
.cid-ukFoLzeNd7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFoLzeNd7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFoLzeNd7 .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukFoLzOMh4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukFoLzOMh4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFoLzOMh4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFoLzOMh4 .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ukFoLzOMh4 .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-ukFoLzOMh4 .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-ukFoLzOMh4 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukFoLzOMh4 .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-ukFoLzOMh4 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-ukFoLzOMh4 .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-ukFoLzOMh4 .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-ukFoLzOMh4 .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-ukFoLzOMh4 .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-ukFoLzOMh4 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-ukFoLzOMh4 .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ukFoLzOMh4 .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-ukFoLzOMh4 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-ukFoLzOMh4 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-ukFoLzOMh4 .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-ukFoLzOMh4 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukFoLzOMh4 .mbr-section-title {
  color: #E0BDB6;
}
.cid-ukFoLzOMh4 .mbr-section-subtitle {
  color: #747474;
}
.cid-ukFoLzOMh4 .mbr-text {
  color: #747474;
}
.cid-ukFoLzOMh4 .panel-title-edit {
  color: #092975;
}
.cid-ukFoLzOMh4 .panel-text {
  color: #747474;
}
.cid-ukFoLzOMh4 .mbr-section-title,
.cid-ukFoLzOMh4 .mbr-section-btn {
  color: #092975;
}
.cid-ukFoLAFQaH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ukFoLAFQaH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFoLAFQaH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFoLAFQaH .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ukFoLAFQaH .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ukFoLAFQaH .container {
    padding: 0 25px;
  }
}
.cid-ukFoLAFQaH .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFoLAFQaH .row {
    padding-top: 45px;
  }
}
.cid-ukFoLAFQaH .item:hover .item-wrapper .item-img img,
.cid-ukFoLAFQaH .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-ukFoLAFQaH .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ukFoLAFQaH .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-ukFoLAFQaH .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-ukFoLAFQaH .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-ukFoLAFQaH .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-ukFoLAFQaH .border-wrap {
    margin-top: 45px;
  }
}
.cid-ukFoLBAJTi {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukFoLBAJTi .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFoLBAJTi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFoLBAJTi .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-ukFoLBAJTi .content-container {
    flex-direction: column;
  }
}
.cid-ukFoLBAJTi .icons-menu {
  display: flex;
}
.cid-ukFoLBAJTi .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-ukFoLBAJTi .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-ukFoLBAJTi .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-ukFoLBAJTi .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-ukFoLBAJTi .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-ukFoLBAJTi .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-ukFoLBAJTi .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-ukFoLCxpA7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-ukFoLCxpA7::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukFoLCxpA7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFoLCxpA7 .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-ukFoLCxpA7 .container {
    padding: 0 22px;
  }
}
.cid-ukFoLCxpA7 .row {
  position: relative;
  z-index: 1;
}
.cid-ukFoLCxpA7 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukFoLCxpA7 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukFoLCxpA7 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukFoLCxpA7 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFoLCxpA7 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFoLCxpA7 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukFoLCxpA7 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukFoLCxpA7 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukFoLCxpA7 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukFoLCxpA7 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukFoLCxpA7 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukFoLCxpA7 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukFoLCxpA7 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukFoLCxpA7 .nav-wrapper .list .item-wrap:hover,
.cid-ukFoLCxpA7 .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-ukFoLCxpA7 .nav-wrapper .list .item-wrap:hover::before,
.cid-ukFoLCxpA7 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukFoLCxpA7 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukFoLCxpA7 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFoLCxpA7 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukFoLCxpA7 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukFoLCxpA7 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukFoLCxpA7 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukFoLCxpA7 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukFoLCxpA7 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukFoLCxpA7 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-ukFoLCxpA7 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukFoLCxpA7 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukFoLCxpA7 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukFoLCxpA7 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukFoLCxpA7 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFoLCxpA7 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukFoLCxpA7 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukFoLCxpA7 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukFoLCxpA7 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukFoLCxpA7 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukFoLCxpA7 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukFoLCxpA7 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukFoLCxpA7 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukFoLCxpA7 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukFoLCxpA7 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukFoLCxpA7 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-ukFoLCxpA7 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukFoLCxpA7 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukFoLCxpA7 .mbr-section-title {
  color: #bbc4bb;
}
.cid-ukFoLCxpA7 .mbr-text {
  color: #ffffff;
}
.cid-ukFoLCxpA7 .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-ukFoLCxpA7 .list {
  color: #ffffff;
}
.cid-ukFoLCxpA7 .mbr-contact {
  color: #ffffff;
}
.cid-ukFoLCxpA7 .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-ukFoSYykpi {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/dubai-garden-glow-ticket-800x400.jpg");
}
.cid-ukFoSYykpi .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFoSYykpi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFoSYykpi .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukFoSZfWdC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukFoSZfWdC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFoSZfWdC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFoSZfWdC .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ukFoSZfWdC .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-ukFoSZfWdC .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-ukFoSZfWdC .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukFoSZfWdC .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-ukFoSZfWdC .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-ukFoSZfWdC .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-ukFoSZfWdC .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-ukFoSZfWdC .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-ukFoSZfWdC .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-ukFoSZfWdC .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-ukFoSZfWdC .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ukFoSZfWdC .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-ukFoSZfWdC .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-ukFoSZfWdC .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-ukFoSZfWdC .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-ukFoSZfWdC .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukFoSZfWdC .mbr-section-title {
  color: #E0BDB6;
}
.cid-ukFoSZfWdC .mbr-section-subtitle {
  color: #747474;
}
.cid-ukFoSZfWdC .mbr-text {
  color: #747474;
}
.cid-ukFoSZfWdC .panel-title-edit {
  color: #092975;
}
.cid-ukFoSZfWdC .panel-text {
  color: #747474;
}
.cid-ukFoSZfWdC .mbr-section-title,
.cid-ukFoSZfWdC .mbr-section-btn {
  color: #092975;
}
.cid-ukFoT04aPG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ukFoT04aPG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFoT04aPG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFoT04aPG .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ukFoT04aPG .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ukFoT04aPG .container {
    padding: 0 25px;
  }
}
.cid-ukFoT04aPG .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFoT04aPG .row {
    padding-top: 45px;
  }
}
.cid-ukFoT04aPG .item:hover .item-wrapper .item-img img,
.cid-ukFoT04aPG .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-ukFoT04aPG .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ukFoT04aPG .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-ukFoT04aPG .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-ukFoT04aPG .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-ukFoT04aPG .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-ukFoT04aPG .border-wrap {
    margin-top: 45px;
  }
}
.cid-ukFoT1z8kw {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukFoT1z8kw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFoT1z8kw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFoT1z8kw .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-ukFoT1z8kw .content-container {
    flex-direction: column;
  }
}
.cid-ukFoT1z8kw .icons-menu {
  display: flex;
}
.cid-ukFoT1z8kw .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-ukFoT1z8kw .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-ukFoT1z8kw .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-ukFoT1z8kw .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-ukFoT1z8kw .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-ukFoT1z8kw .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-ukFoT1z8kw .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-ukFoT2NUV6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-ukFoT2NUV6::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukFoT2NUV6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFoT2NUV6 .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-ukFoT2NUV6 .container {
    padding: 0 22px;
  }
}
.cid-ukFoT2NUV6 .row {
  position: relative;
  z-index: 1;
}
.cid-ukFoT2NUV6 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukFoT2NUV6 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukFoT2NUV6 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukFoT2NUV6 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFoT2NUV6 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFoT2NUV6 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukFoT2NUV6 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukFoT2NUV6 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukFoT2NUV6 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukFoT2NUV6 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukFoT2NUV6 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukFoT2NUV6 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukFoT2NUV6 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukFoT2NUV6 .nav-wrapper .list .item-wrap:hover,
.cid-ukFoT2NUV6 .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-ukFoT2NUV6 .nav-wrapper .list .item-wrap:hover::before,
.cid-ukFoT2NUV6 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukFoT2NUV6 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukFoT2NUV6 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFoT2NUV6 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukFoT2NUV6 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukFoT2NUV6 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukFoT2NUV6 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukFoT2NUV6 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukFoT2NUV6 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukFoT2NUV6 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-ukFoT2NUV6 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukFoT2NUV6 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukFoT2NUV6 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukFoT2NUV6 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukFoT2NUV6 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFoT2NUV6 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukFoT2NUV6 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukFoT2NUV6 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukFoT2NUV6 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukFoT2NUV6 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukFoT2NUV6 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukFoT2NUV6 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukFoT2NUV6 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukFoT2NUV6 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukFoT2NUV6 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukFoT2NUV6 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-ukFoT2NUV6 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukFoT2NUV6 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukFoT2NUV6 .mbr-section-title {
  color: #bbc4bb;
}
.cid-ukFoT2NUV6 .mbr-text {
  color: #ffffff;
}
.cid-ukFoT2NUV6 .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-ukFoT2NUV6 .list {
  color: #ffffff;
}
.cid-ukFoT2NUV6 .mbr-contact {
  color: #ffffff;
}
.cid-ukFoT2NUV6 .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-ukFp3xSF8Z {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/museum-illusion-dubai-frame-1-465x465.jpg");
}
.cid-ukFp3xSF8Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFp3xSF8Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFp3xSF8Z .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukFp3yBNaE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukFp3yBNaE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFp3yBNaE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFp3yBNaE .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ukFp3yBNaE .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-ukFp3yBNaE .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-ukFp3yBNaE .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukFp3yBNaE .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-ukFp3yBNaE .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-ukFp3yBNaE .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-ukFp3yBNaE .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-ukFp3yBNaE .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-ukFp3yBNaE .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-ukFp3yBNaE .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-ukFp3yBNaE .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ukFp3yBNaE .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-ukFp3yBNaE .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-ukFp3yBNaE .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-ukFp3yBNaE .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-ukFp3yBNaE .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukFp3yBNaE .mbr-section-title {
  color: #E0BDB6;
}
.cid-ukFp3yBNaE .mbr-section-subtitle {
  color: #747474;
}
.cid-ukFp3yBNaE .mbr-text {
  color: #747474;
}
.cid-ukFp3yBNaE .panel-title-edit {
  color: #092975;
}
.cid-ukFp3yBNaE .panel-text {
  color: #747474;
}
.cid-ukFp3yBNaE .mbr-section-title,
.cid-ukFp3yBNaE .mbr-section-btn {
  color: #092975;
}
.cid-ukFp3zCngW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ukFp3zCngW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFp3zCngW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFp3zCngW .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ukFp3zCngW .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ukFp3zCngW .container {
    padding: 0 25px;
  }
}
.cid-ukFp3zCngW .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFp3zCngW .row {
    padding-top: 45px;
  }
}
.cid-ukFp3zCngW .item:hover .item-wrapper .item-img img,
.cid-ukFp3zCngW .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-ukFp3zCngW .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ukFp3zCngW .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-ukFp3zCngW .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-ukFp3zCngW .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-ukFp3zCngW .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-ukFp3zCngW .border-wrap {
    margin-top: 45px;
  }
}
.cid-ukFp3AuMV6 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukFp3AuMV6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFp3AuMV6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFp3AuMV6 .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-ukFp3AuMV6 .content-container {
    flex-direction: column;
  }
}
.cid-ukFp3AuMV6 .icons-menu {
  display: flex;
}
.cid-ukFp3AuMV6 .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-ukFp3AuMV6 .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-ukFp3AuMV6 .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-ukFp3AuMV6 .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-ukFp3AuMV6 .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-ukFp3AuMV6 .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-ukFp3AuMV6 .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-ukFp3BykQg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-ukFp3BykQg::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukFp3BykQg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFp3BykQg .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-ukFp3BykQg .container {
    padding: 0 22px;
  }
}
.cid-ukFp3BykQg .row {
  position: relative;
  z-index: 1;
}
.cid-ukFp3BykQg .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukFp3BykQg .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukFp3BykQg .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukFp3BykQg .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFp3BykQg .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFp3BykQg .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukFp3BykQg .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukFp3BykQg .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukFp3BykQg .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukFp3BykQg .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukFp3BykQg .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukFp3BykQg .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukFp3BykQg .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukFp3BykQg .nav-wrapper .list .item-wrap:hover,
.cid-ukFp3BykQg .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-ukFp3BykQg .nav-wrapper .list .item-wrap:hover::before,
.cid-ukFp3BykQg .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukFp3BykQg .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukFp3BykQg .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFp3BykQg .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukFp3BykQg .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukFp3BykQg .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukFp3BykQg .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukFp3BykQg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukFp3BykQg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukFp3BykQg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-ukFp3BykQg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukFp3BykQg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukFp3BykQg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukFp3BykQg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukFp3BykQg .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFp3BykQg .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukFp3BykQg .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukFp3BykQg .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukFp3BykQg .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukFp3BykQg .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukFp3BykQg .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukFp3BykQg .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukFp3BykQg .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukFp3BykQg .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukFp3BykQg .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukFp3BykQg .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-ukFp3BykQg .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukFp3BykQg .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukFp3BykQg .mbr-section-title {
  color: #bbc4bb;
}
.cid-ukFp3BykQg .mbr-text {
  color: #ffffff;
}
.cid-ukFp3BykQg .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-ukFp3BykQg .list {
  color: #ffffff;
}
.cid-ukFp3BykQg .mbr-contact {
  color: #ffffff;
}
.cid-ukFp3BykQg .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-ukFphh36Ra {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/legoland-2-800x800.jpg");
}
.cid-ukFphh36Ra .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFphh36Ra .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFphh36Ra .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukFphhLCID {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukFphhLCID .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFphhLCID .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFphhLCID .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ukFphhLCID .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-ukFphhLCID .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-ukFphhLCID .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukFphhLCID .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-ukFphhLCID .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-ukFphhLCID .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-ukFphhLCID .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-ukFphhLCID .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-ukFphhLCID .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-ukFphhLCID .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-ukFphhLCID .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ukFphhLCID .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-ukFphhLCID .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-ukFphhLCID .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-ukFphhLCID .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-ukFphhLCID .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukFphhLCID .mbr-section-title {
  color: #E0BDB6;
}
.cid-ukFphhLCID .mbr-section-subtitle {
  color: #747474;
}
.cid-ukFphhLCID .mbr-text {
  color: #747474;
}
.cid-ukFphhLCID .panel-title-edit {
  color: #092975;
}
.cid-ukFphhLCID .panel-text {
  color: #747474;
}
.cid-ukFphhLCID .mbr-section-title,
.cid-ukFphhLCID .mbr-section-btn {
  color: #092975;
}
.cid-ukFphitxDE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ukFphitxDE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFphitxDE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFphitxDE .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ukFphitxDE .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ukFphitxDE .container {
    padding: 0 25px;
  }
}
.cid-ukFphitxDE .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFphitxDE .row {
    padding-top: 45px;
  }
}
.cid-ukFphitxDE .item:hover .item-wrapper .item-img img,
.cid-ukFphitxDE .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-ukFphitxDE .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ukFphitxDE .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-ukFphitxDE .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-ukFphitxDE .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-ukFphitxDE .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-ukFphitxDE .border-wrap {
    margin-top: 45px;
  }
}
.cid-ukFphjWOtN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-ukFphjWOtN::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukFphjWOtN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFphjWOtN .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-ukFphjWOtN .container {
    padding: 0 22px;
  }
}
.cid-ukFphjWOtN .row {
  position: relative;
  z-index: 1;
}
.cid-ukFphjWOtN .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukFphjWOtN .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukFphjWOtN .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukFphjWOtN .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFphjWOtN .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFphjWOtN .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukFphjWOtN .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukFphjWOtN .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukFphjWOtN .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukFphjWOtN .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukFphjWOtN .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukFphjWOtN .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukFphjWOtN .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukFphjWOtN .nav-wrapper .list .item-wrap:hover,
.cid-ukFphjWOtN .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-ukFphjWOtN .nav-wrapper .list .item-wrap:hover::before,
.cid-ukFphjWOtN .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukFphjWOtN .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukFphjWOtN .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFphjWOtN .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukFphjWOtN .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukFphjWOtN .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukFphjWOtN .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukFphjWOtN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukFphjWOtN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukFphjWOtN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-ukFphjWOtN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukFphjWOtN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukFphjWOtN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukFphjWOtN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukFphjWOtN .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFphjWOtN .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukFphjWOtN .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukFphjWOtN .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukFphjWOtN .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukFphjWOtN .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukFphjWOtN .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukFphjWOtN .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukFphjWOtN .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukFphjWOtN .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukFphjWOtN .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukFphjWOtN .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-ukFphjWOtN .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukFphjWOtN .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukFphjWOtN .mbr-section-title {
  color: #bbc4bb;
}
.cid-ukFphjWOtN .mbr-text {
  color: #ffffff;
}
.cid-ukFphjWOtN .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-ukFphjWOtN .list {
  color: #ffffff;
}
.cid-ukFphjWOtN .mbr-contact {
  color: #ffffff;
}
.cid-ukFphjWOtN .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-ukFppJtPq9 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/hot-air-balloon-standard-800x800.jpg");
}
.cid-ukFppJtPq9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFppJtPq9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFppJtPq9 .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukFppK7RWo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukFppK7RWo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFppK7RWo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFppK7RWo .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ukFppK7RWo .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-ukFppK7RWo .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-ukFppK7RWo .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukFppK7RWo .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-ukFppK7RWo .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-ukFppK7RWo .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-ukFppK7RWo .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-ukFppK7RWo .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-ukFppK7RWo .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-ukFppK7RWo .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-ukFppK7RWo .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ukFppK7RWo .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-ukFppK7RWo .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-ukFppK7RWo .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-ukFppK7RWo .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-ukFppK7RWo .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukFppK7RWo .mbr-section-title {
  color: #E0BDB6;
}
.cid-ukFppK7RWo .mbr-section-subtitle {
  color: #747474;
}
.cid-ukFppK7RWo .mbr-text {
  color: #747474;
}
.cid-ukFppK7RWo .panel-title-edit {
  color: #092975;
}
.cid-ukFppK7RWo .panel-text {
  color: #747474;
}
.cid-ukFppK7RWo .mbr-section-title,
.cid-ukFppK7RWo .mbr-section-btn {
  color: #092975;
}
.cid-ukFppL7lkk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ukFppL7lkk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFppL7lkk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFppL7lkk .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ukFppL7lkk .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ukFppL7lkk .container {
    padding: 0 25px;
  }
}
.cid-ukFppL7lkk .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFppL7lkk .row {
    padding-top: 45px;
  }
}
.cid-ukFppL7lkk .item:hover .item-wrapper .item-img img,
.cid-ukFppL7lkk .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-ukFppL7lkk .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ukFppL7lkk .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-ukFppL7lkk .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-ukFppL7lkk .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-ukFppL7lkk .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-ukFppL7lkk .border-wrap {
    margin-top: 45px;
  }
}
.cid-ukFppLSiKK {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukFppLSiKK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFppLSiKK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFppLSiKK .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-ukFppLSiKK .content-container {
    flex-direction: column;
  }
}
.cid-ukFppLSiKK .icons-menu {
  display: flex;
}
.cid-ukFppLSiKK .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-ukFppLSiKK .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-ukFppLSiKK .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-ukFppLSiKK .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-ukFppLSiKK .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-ukFppLSiKK .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-ukFppLSiKK .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-ukFppMOiKA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-ukFppMOiKA::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukFppMOiKA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFppMOiKA .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-ukFppMOiKA .container {
    padding: 0 22px;
  }
}
.cid-ukFppMOiKA .row {
  position: relative;
  z-index: 1;
}
.cid-ukFppMOiKA .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukFppMOiKA .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukFppMOiKA .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukFppMOiKA .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFppMOiKA .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFppMOiKA .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukFppMOiKA .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukFppMOiKA .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukFppMOiKA .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukFppMOiKA .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukFppMOiKA .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukFppMOiKA .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukFppMOiKA .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukFppMOiKA .nav-wrapper .list .item-wrap:hover,
.cid-ukFppMOiKA .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-ukFppMOiKA .nav-wrapper .list .item-wrap:hover::before,
.cid-ukFppMOiKA .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukFppMOiKA .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukFppMOiKA .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFppMOiKA .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukFppMOiKA .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukFppMOiKA .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukFppMOiKA .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukFppMOiKA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukFppMOiKA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukFppMOiKA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-ukFppMOiKA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukFppMOiKA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukFppMOiKA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukFppMOiKA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukFppMOiKA .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFppMOiKA .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukFppMOiKA .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukFppMOiKA .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukFppMOiKA .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukFppMOiKA .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukFppMOiKA .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukFppMOiKA .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukFppMOiKA .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukFppMOiKA .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukFppMOiKA .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukFppMOiKA .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-ukFppMOiKA .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukFppMOiKA .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukFppMOiKA .mbr-section-title {
  color: #bbc4bb;
}
.cid-ukFppMOiKA .mbr-text {
  color: #ffffff;
}
.cid-ukFppMOiKA .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-ukFppMOiKA .list {
  color: #ffffff;
}
.cid-ukFppMOiKA .mbr-contact {
  color: #ffffff;
}
.cid-ukFppMOiKA .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-ukFpGPsinu {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/img-world-2-2000x1125.jpg");
}
.cid-ukFpGPsinu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFpGPsinu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFpGPsinu .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukFpGQ1qWQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukFpGQ1qWQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFpGQ1qWQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFpGQ1qWQ .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ukFpGQ1qWQ .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-ukFpGQ1qWQ .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-ukFpGQ1qWQ .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukFpGQ1qWQ .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-ukFpGQ1qWQ .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-ukFpGQ1qWQ .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-ukFpGQ1qWQ .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-ukFpGQ1qWQ .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-ukFpGQ1qWQ .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-ukFpGQ1qWQ .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-ukFpGQ1qWQ .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ukFpGQ1qWQ .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-ukFpGQ1qWQ .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-ukFpGQ1qWQ .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-ukFpGQ1qWQ .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-ukFpGQ1qWQ .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukFpGQ1qWQ .mbr-section-title {
  color: #E0BDB6;
}
.cid-ukFpGQ1qWQ .mbr-section-subtitle {
  color: #747474;
}
.cid-ukFpGQ1qWQ .mbr-text {
  color: #747474;
}
.cid-ukFpGQ1qWQ .panel-title-edit {
  color: #092975;
}
.cid-ukFpGQ1qWQ .panel-text {
  color: #747474;
}
.cid-ukFpGQ1qWQ .mbr-section-title,
.cid-ukFpGQ1qWQ .mbr-section-btn {
  color: #092975;
}
.cid-ukFpGQI2wx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ukFpGQI2wx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFpGQI2wx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFpGQI2wx .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ukFpGQI2wx .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ukFpGQI2wx .container {
    padding: 0 25px;
  }
}
.cid-ukFpGQI2wx .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFpGQI2wx .row {
    padding-top: 45px;
  }
}
.cid-ukFpGQI2wx .item:hover .item-wrapper .item-img img,
.cid-ukFpGQI2wx .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-ukFpGQI2wx .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ukFpGQI2wx .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-ukFpGQI2wx .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-ukFpGQI2wx .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-ukFpGQI2wx .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-ukFpGQI2wx .border-wrap {
    margin-top: 45px;
  }
}
.cid-ukFpGRn3Uh {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukFpGRn3Uh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFpGRn3Uh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFpGRn3Uh .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-ukFpGRn3Uh .content-container {
    flex-direction: column;
  }
}
.cid-ukFpGRn3Uh .icons-menu {
  display: flex;
}
.cid-ukFpGRn3Uh .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-ukFpGRn3Uh .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-ukFpGRn3Uh .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-ukFpGRn3Uh .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-ukFpGRn3Uh .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-ukFpGRn3Uh .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-ukFpGRn3Uh .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-ukFpGSfZy8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-ukFpGSfZy8::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukFpGSfZy8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFpGSfZy8 .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-ukFpGSfZy8 .container {
    padding: 0 22px;
  }
}
.cid-ukFpGSfZy8 .row {
  position: relative;
  z-index: 1;
}
.cid-ukFpGSfZy8 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukFpGSfZy8 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukFpGSfZy8 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukFpGSfZy8 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFpGSfZy8 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFpGSfZy8 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukFpGSfZy8 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukFpGSfZy8 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukFpGSfZy8 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukFpGSfZy8 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukFpGSfZy8 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukFpGSfZy8 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukFpGSfZy8 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukFpGSfZy8 .nav-wrapper .list .item-wrap:hover,
.cid-ukFpGSfZy8 .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-ukFpGSfZy8 .nav-wrapper .list .item-wrap:hover::before,
.cid-ukFpGSfZy8 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukFpGSfZy8 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukFpGSfZy8 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFpGSfZy8 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukFpGSfZy8 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukFpGSfZy8 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukFpGSfZy8 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukFpGSfZy8 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukFpGSfZy8 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukFpGSfZy8 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-ukFpGSfZy8 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukFpGSfZy8 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukFpGSfZy8 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukFpGSfZy8 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukFpGSfZy8 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFpGSfZy8 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukFpGSfZy8 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukFpGSfZy8 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukFpGSfZy8 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukFpGSfZy8 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukFpGSfZy8 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukFpGSfZy8 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukFpGSfZy8 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukFpGSfZy8 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukFpGSfZy8 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukFpGSfZy8 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-ukFpGSfZy8 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukFpGSfZy8 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukFpGSfZy8 .mbr-section-title {
  color: #bbc4bb;
}
.cid-ukFpGSfZy8 .mbr-text {
  color: #ffffff;
}
.cid-ukFpGSfZy8 .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-ukFpGSfZy8 .list {
  color: #ffffff;
}
.cid-ukFpGSfZy8 .mbr-contact {
  color: #ffffff;
}
.cid-ukFpGSfZy8 .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-ukFpPRmnpB {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/wild-wadi-670x351.jpg");
}
.cid-ukFpPRmnpB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFpPRmnpB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFpPRmnpB .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukFpPS1RNj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukFpPS1RNj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFpPS1RNj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFpPS1RNj .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ukFpPS1RNj .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-ukFpPS1RNj .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-ukFpPS1RNj .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukFpPS1RNj .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-ukFpPS1RNj .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-ukFpPS1RNj .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-ukFpPS1RNj .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-ukFpPS1RNj .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-ukFpPS1RNj .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-ukFpPS1RNj .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-ukFpPS1RNj .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ukFpPS1RNj .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-ukFpPS1RNj .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-ukFpPS1RNj .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-ukFpPS1RNj .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-ukFpPS1RNj .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukFpPS1RNj .mbr-section-title {
  color: #E0BDB6;
}
.cid-ukFpPS1RNj .mbr-section-subtitle {
  color: #747474;
}
.cid-ukFpPS1RNj .mbr-text {
  color: #747474;
}
.cid-ukFpPS1RNj .panel-title-edit {
  color: #092975;
}
.cid-ukFpPS1RNj .panel-text {
  color: #747474;
}
.cid-ukFpPS1RNj .mbr-section-title,
.cid-ukFpPS1RNj .mbr-section-btn {
  color: #092975;
}
.cid-ukFpPSXQZw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ukFpPSXQZw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFpPSXQZw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFpPSXQZw .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ukFpPSXQZw .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ukFpPSXQZw .container {
    padding: 0 25px;
  }
}
.cid-ukFpPSXQZw .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFpPSXQZw .row {
    padding-top: 45px;
  }
}
.cid-ukFpPSXQZw .item:hover .item-wrapper .item-img img,
.cid-ukFpPSXQZw .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-ukFpPSXQZw .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ukFpPSXQZw .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-ukFpPSXQZw .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-ukFpPSXQZw .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-ukFpPSXQZw .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-ukFpPSXQZw .border-wrap {
    margin-top: 45px;
  }
}
.cid-ukFpPTR54E {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukFpPTR54E .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFpPTR54E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFpPTR54E .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-ukFpPTR54E .content-container {
    flex-direction: column;
  }
}
.cid-ukFpPTR54E .icons-menu {
  display: flex;
}
.cid-ukFpPTR54E .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-ukFpPTR54E .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-ukFpPTR54E .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-ukFpPTR54E .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-ukFpPTR54E .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-ukFpPTR54E .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-ukFpPTR54E .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-ukFpPUN5TF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-ukFpPUN5TF::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukFpPUN5TF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFpPUN5TF .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-ukFpPUN5TF .container {
    padding: 0 22px;
  }
}
.cid-ukFpPUN5TF .row {
  position: relative;
  z-index: 1;
}
.cid-ukFpPUN5TF .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukFpPUN5TF .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukFpPUN5TF .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukFpPUN5TF .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFpPUN5TF .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFpPUN5TF .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukFpPUN5TF .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukFpPUN5TF .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukFpPUN5TF .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukFpPUN5TF .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukFpPUN5TF .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukFpPUN5TF .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukFpPUN5TF .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukFpPUN5TF .nav-wrapper .list .item-wrap:hover,
.cid-ukFpPUN5TF .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-ukFpPUN5TF .nav-wrapper .list .item-wrap:hover::before,
.cid-ukFpPUN5TF .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukFpPUN5TF .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukFpPUN5TF .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFpPUN5TF .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukFpPUN5TF .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukFpPUN5TF .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukFpPUN5TF .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukFpPUN5TF .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukFpPUN5TF .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukFpPUN5TF .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-ukFpPUN5TF .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukFpPUN5TF .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukFpPUN5TF .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukFpPUN5TF .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukFpPUN5TF .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFpPUN5TF .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukFpPUN5TF .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukFpPUN5TF .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukFpPUN5TF .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukFpPUN5TF .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukFpPUN5TF .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukFpPUN5TF .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukFpPUN5TF .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukFpPUN5TF .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukFpPUN5TF .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukFpPUN5TF .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-ukFpPUN5TF .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukFpPUN5TF .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukFpPUN5TF .mbr-section-title {
  color: #bbc4bb;
}
.cid-ukFpPUN5TF .mbr-text {
  color: #ffffff;
}
.cid-ukFpPUN5TF .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-ukFpPUN5TF .list {
  color: #ffffff;
}
.cid-ukFpPUN5TF .mbr-contact {
  color: #ffffff;
}
.cid-ukFpPUN5TF .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-ukFpYsbjSE {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/ice-rink-dubai-800x800.jpg");
}
.cid-ukFpYsbjSE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFpYsbjSE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFpYsbjSE .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukFpYsOKuL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukFpYsOKuL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFpYsOKuL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFpYsOKuL .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ukFpYsOKuL .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-ukFpYsOKuL .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-ukFpYsOKuL .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukFpYsOKuL .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-ukFpYsOKuL .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-ukFpYsOKuL .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-ukFpYsOKuL .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-ukFpYsOKuL .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-ukFpYsOKuL .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-ukFpYsOKuL .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-ukFpYsOKuL .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ukFpYsOKuL .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-ukFpYsOKuL .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-ukFpYsOKuL .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-ukFpYsOKuL .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-ukFpYsOKuL .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukFpYsOKuL .mbr-section-title {
  color: #E0BDB6;
}
.cid-ukFpYsOKuL .mbr-section-subtitle {
  color: #747474;
}
.cid-ukFpYsOKuL .mbr-text {
  color: #747474;
}
.cid-ukFpYsOKuL .panel-title-edit {
  color: #092975;
}
.cid-ukFpYsOKuL .panel-text {
  color: #747474;
}
.cid-ukFpYsOKuL .mbr-section-title,
.cid-ukFpYsOKuL .mbr-section-btn {
  color: #092975;
}
.cid-ukFpYtx3WB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ukFpYtx3WB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFpYtx3WB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFpYtx3WB .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ukFpYtx3WB .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ukFpYtx3WB .container {
    padding: 0 25px;
  }
}
.cid-ukFpYtx3WB .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFpYtx3WB .row {
    padding-top: 45px;
  }
}
.cid-ukFpYtx3WB .item:hover .item-wrapper .item-img img,
.cid-ukFpYtx3WB .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-ukFpYtx3WB .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ukFpYtx3WB .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-ukFpYtx3WB .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-ukFpYtx3WB .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-ukFpYtx3WB .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-ukFpYtx3WB .border-wrap {
    margin-top: 45px;
  }
}
.cid-ukFpYuioCP {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukFpYuioCP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFpYuioCP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFpYuioCP .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-ukFpYuioCP .content-container {
    flex-direction: column;
  }
}
.cid-ukFpYuioCP .icons-menu {
  display: flex;
}
.cid-ukFpYuioCP .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-ukFpYuioCP .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-ukFpYuioCP .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-ukFpYuioCP .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-ukFpYuioCP .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-ukFpYuioCP .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-ukFpYuioCP .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-ukFpYv0gxj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-ukFpYv0gxj::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukFpYv0gxj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFpYv0gxj .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-ukFpYv0gxj .container {
    padding: 0 22px;
  }
}
.cid-ukFpYv0gxj .row {
  position: relative;
  z-index: 1;
}
.cid-ukFpYv0gxj .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukFpYv0gxj .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukFpYv0gxj .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukFpYv0gxj .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFpYv0gxj .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFpYv0gxj .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukFpYv0gxj .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukFpYv0gxj .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukFpYv0gxj .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukFpYv0gxj .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukFpYv0gxj .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukFpYv0gxj .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukFpYv0gxj .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukFpYv0gxj .nav-wrapper .list .item-wrap:hover,
.cid-ukFpYv0gxj .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-ukFpYv0gxj .nav-wrapper .list .item-wrap:hover::before,
.cid-ukFpYv0gxj .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukFpYv0gxj .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukFpYv0gxj .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFpYv0gxj .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukFpYv0gxj .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukFpYv0gxj .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukFpYv0gxj .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukFpYv0gxj .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukFpYv0gxj .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukFpYv0gxj .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-ukFpYv0gxj .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukFpYv0gxj .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukFpYv0gxj .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukFpYv0gxj .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukFpYv0gxj .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFpYv0gxj .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukFpYv0gxj .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukFpYv0gxj .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukFpYv0gxj .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukFpYv0gxj .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukFpYv0gxj .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukFpYv0gxj .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukFpYv0gxj .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukFpYv0gxj .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukFpYv0gxj .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukFpYv0gxj .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-ukFpYv0gxj .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukFpYv0gxj .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukFpYv0gxj .mbr-section-title {
  color: #bbc4bb;
}
.cid-ukFpYv0gxj .mbr-text {
  color: #ffffff;
}
.cid-ukFpYv0gxj .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-ukFpYv0gxj .list {
  color: #ffffff;
}
.cid-ukFpYv0gxj .mbr-contact {
  color: #ffffff;
}
.cid-ukFpYv0gxj .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-ukFqaTLV8A {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/legoland-waterpark-4-800x800.jpg");
}
.cid-ukFqaTLV8A .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFqaTLV8A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFqaTLV8A .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukFqaUte5i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukFqaUte5i .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFqaUte5i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFqaUte5i .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ukFqaUte5i .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-ukFqaUte5i .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-ukFqaUte5i .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukFqaUte5i .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-ukFqaUte5i .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-ukFqaUte5i .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-ukFqaUte5i .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-ukFqaUte5i .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-ukFqaUte5i .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-ukFqaUte5i .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-ukFqaUte5i .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ukFqaUte5i .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-ukFqaUte5i .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-ukFqaUte5i .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-ukFqaUte5i .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-ukFqaUte5i .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukFqaUte5i .mbr-section-title {
  color: #E0BDB6;
}
.cid-ukFqaUte5i .mbr-section-subtitle {
  color: #747474;
}
.cid-ukFqaUte5i .mbr-text {
  color: #747474;
}
.cid-ukFqaUte5i .panel-title-edit {
  color: #092975;
}
.cid-ukFqaUte5i .panel-text {
  color: #747474;
}
.cid-ukFqaUte5i .mbr-section-title,
.cid-ukFqaUte5i .mbr-section-btn {
  color: #092975;
}
.cid-ukFqaVmSWu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ukFqaVmSWu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFqaVmSWu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFqaVmSWu .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ukFqaVmSWu .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ukFqaVmSWu .container {
    padding: 0 25px;
  }
}
.cid-ukFqaVmSWu .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFqaVmSWu .row {
    padding-top: 45px;
  }
}
.cid-ukFqaVmSWu .item:hover .item-wrapper .item-img img,
.cid-ukFqaVmSWu .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-ukFqaVmSWu .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ukFqaVmSWu .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-ukFqaVmSWu .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-ukFqaVmSWu .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-ukFqaVmSWu .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-ukFqaVmSWu .border-wrap {
    margin-top: 45px;
  }
}
.cid-ukFqaX23yc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-ukFqaX23yc::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukFqaX23yc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFqaX23yc .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-ukFqaX23yc .container {
    padding: 0 22px;
  }
}
.cid-ukFqaX23yc .row {
  position: relative;
  z-index: 1;
}
.cid-ukFqaX23yc .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukFqaX23yc .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukFqaX23yc .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukFqaX23yc .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFqaX23yc .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFqaX23yc .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukFqaX23yc .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukFqaX23yc .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukFqaX23yc .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukFqaX23yc .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukFqaX23yc .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukFqaX23yc .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukFqaX23yc .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukFqaX23yc .nav-wrapper .list .item-wrap:hover,
.cid-ukFqaX23yc .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-ukFqaX23yc .nav-wrapper .list .item-wrap:hover::before,
.cid-ukFqaX23yc .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukFqaX23yc .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukFqaX23yc .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFqaX23yc .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukFqaX23yc .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukFqaX23yc .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukFqaX23yc .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukFqaX23yc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukFqaX23yc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukFqaX23yc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-ukFqaX23yc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukFqaX23yc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukFqaX23yc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukFqaX23yc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukFqaX23yc .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFqaX23yc .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukFqaX23yc .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukFqaX23yc .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukFqaX23yc .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukFqaX23yc .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukFqaX23yc .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukFqaX23yc .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukFqaX23yc .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukFqaX23yc .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukFqaX23yc .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukFqaX23yc .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-ukFqaX23yc .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukFqaX23yc .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukFqaX23yc .mbr-section-title {
  color: #bbc4bb;
}
.cid-ukFqaX23yc .mbr-text {
  color: #ffffff;
}
.cid-ukFqaX23yc .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-ukFqaX23yc .list {
  color: #ffffff;
}
.cid-ukFqaX23yc .mbr-contact {
  color: #ffffff;
}
.cid-ukFqaX23yc .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-ukFqF4bAUi {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/kidzania-2-800x800.jpg");
}
.cid-ukFqF4bAUi .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFqF4bAUi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFqF4bAUi .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukFqF4TTxu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukFqF4TTxu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFqF4TTxu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFqF4TTxu .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ukFqF4TTxu .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-ukFqF4TTxu .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-ukFqF4TTxu .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukFqF4TTxu .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-ukFqF4TTxu .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-ukFqF4TTxu .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-ukFqF4TTxu .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-ukFqF4TTxu .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-ukFqF4TTxu .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-ukFqF4TTxu .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-ukFqF4TTxu .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ukFqF4TTxu .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-ukFqF4TTxu .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-ukFqF4TTxu .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-ukFqF4TTxu .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-ukFqF4TTxu .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukFqF4TTxu .mbr-section-title {
  color: #E0BDB6;
}
.cid-ukFqF4TTxu .mbr-section-subtitle {
  color: #747474;
}
.cid-ukFqF4TTxu .mbr-text {
  color: #747474;
}
.cid-ukFqF4TTxu .panel-title-edit {
  color: #092975;
}
.cid-ukFqF4TTxu .panel-text {
  color: #747474;
}
.cid-ukFqF4TTxu .mbr-section-title,
.cid-ukFqF4TTxu .mbr-section-btn {
  color: #092975;
}
.cid-ukFqF5PsWj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ukFqF5PsWj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFqF5PsWj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFqF5PsWj .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ukFqF5PsWj .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ukFqF5PsWj .container {
    padding: 0 25px;
  }
}
.cid-ukFqF5PsWj .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFqF5PsWj .row {
    padding-top: 45px;
  }
}
.cid-ukFqF5PsWj .item:hover .item-wrapper .item-img img,
.cid-ukFqF5PsWj .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-ukFqF5PsWj .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ukFqF5PsWj .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-ukFqF5PsWj .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-ukFqF5PsWj .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-ukFqF5PsWj .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-ukFqF5PsWj .border-wrap {
    margin-top: 45px;
  }
}
.cid-ukFqF7EBi7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-ukFqF7EBi7::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukFqF7EBi7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFqF7EBi7 .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-ukFqF7EBi7 .container {
    padding: 0 22px;
  }
}
.cid-ukFqF7EBi7 .row {
  position: relative;
  z-index: 1;
}
.cid-ukFqF7EBi7 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukFqF7EBi7 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukFqF7EBi7 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukFqF7EBi7 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFqF7EBi7 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFqF7EBi7 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukFqF7EBi7 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukFqF7EBi7 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukFqF7EBi7 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukFqF7EBi7 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukFqF7EBi7 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukFqF7EBi7 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukFqF7EBi7 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukFqF7EBi7 .nav-wrapper .list .item-wrap:hover,
.cid-ukFqF7EBi7 .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-ukFqF7EBi7 .nav-wrapper .list .item-wrap:hover::before,
.cid-ukFqF7EBi7 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukFqF7EBi7 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukFqF7EBi7 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFqF7EBi7 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukFqF7EBi7 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukFqF7EBi7 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukFqF7EBi7 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukFqF7EBi7 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukFqF7EBi7 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukFqF7EBi7 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-ukFqF7EBi7 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukFqF7EBi7 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukFqF7EBi7 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukFqF7EBi7 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukFqF7EBi7 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFqF7EBi7 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukFqF7EBi7 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukFqF7EBi7 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukFqF7EBi7 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukFqF7EBi7 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukFqF7EBi7 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukFqF7EBi7 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukFqF7EBi7 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukFqF7EBi7 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukFqF7EBi7 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukFqF7EBi7 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-ukFqF7EBi7 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukFqF7EBi7 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukFqF7EBi7 .mbr-section-title {
  color: #bbc4bb;
}
.cid-ukFqF7EBi7 .mbr-text {
  color: #ffffff;
}
.cid-ukFqF7EBi7 .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-ukFqF7EBi7 .list {
  color: #ffffff;
}
.cid-ukFqF7EBi7 .mbr-contact {
  color: #ffffff;
}
.cid-ukFqF7EBi7 .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-ukFqOUxocO {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/ifly-2-465x465.jpg");
}
.cid-ukFqOUxocO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFqOUxocO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFqOUxocO .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukFqOVcrvR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukFqOVcrvR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFqOVcrvR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFqOVcrvR .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ukFqOVcrvR .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-ukFqOVcrvR .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-ukFqOVcrvR .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukFqOVcrvR .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-ukFqOVcrvR .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-ukFqOVcrvR .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-ukFqOVcrvR .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-ukFqOVcrvR .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-ukFqOVcrvR .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-ukFqOVcrvR .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-ukFqOVcrvR .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ukFqOVcrvR .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-ukFqOVcrvR .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-ukFqOVcrvR .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-ukFqOVcrvR .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-ukFqOVcrvR .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukFqOVcrvR .mbr-section-title {
  color: #E0BDB6;
}
.cid-ukFqOVcrvR .mbr-section-subtitle {
  color: #747474;
}
.cid-ukFqOVcrvR .mbr-text {
  color: #747474;
}
.cid-ukFqOVcrvR .panel-title-edit {
  color: #092975;
}
.cid-ukFqOVcrvR .panel-text {
  color: #747474;
}
.cid-ukFqOVcrvR .mbr-section-title,
.cid-ukFqOVcrvR .mbr-section-btn {
  color: #092975;
}
.cid-ukFqOW6u31 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ukFqOW6u31 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFqOW6u31 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFqOW6u31 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ukFqOW6u31 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ukFqOW6u31 .container {
    padding: 0 25px;
  }
}
.cid-ukFqOW6u31 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFqOW6u31 .row {
    padding-top: 45px;
  }
}
.cid-ukFqOW6u31 .item:hover .item-wrapper .item-img img,
.cid-ukFqOW6u31 .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-ukFqOW6u31 .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ukFqOW6u31 .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-ukFqOW6u31 .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-ukFqOW6u31 .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-ukFqOW6u31 .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-ukFqOW6u31 .border-wrap {
    margin-top: 45px;
  }
}
.cid-ukFqOX1p0n {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukFqOX1p0n .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFqOX1p0n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFqOX1p0n .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-ukFqOX1p0n .content-container {
    flex-direction: column;
  }
}
.cid-ukFqOX1p0n .icons-menu {
  display: flex;
}
.cid-ukFqOX1p0n .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-ukFqOX1p0n .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-ukFqOX1p0n .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-ukFqOX1p0n .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-ukFqOX1p0n .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-ukFqOX1p0n .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-ukFqOX1p0n .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-ukFqOXORuO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-ukFqOXORuO::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukFqOXORuO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFqOXORuO .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-ukFqOXORuO .container {
    padding: 0 22px;
  }
}
.cid-ukFqOXORuO .row {
  position: relative;
  z-index: 1;
}
.cid-ukFqOXORuO .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukFqOXORuO .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukFqOXORuO .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukFqOXORuO .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFqOXORuO .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFqOXORuO .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukFqOXORuO .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukFqOXORuO .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukFqOXORuO .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukFqOXORuO .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukFqOXORuO .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukFqOXORuO .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukFqOXORuO .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukFqOXORuO .nav-wrapper .list .item-wrap:hover,
.cid-ukFqOXORuO .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-ukFqOXORuO .nav-wrapper .list .item-wrap:hover::before,
.cid-ukFqOXORuO .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukFqOXORuO .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukFqOXORuO .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFqOXORuO .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukFqOXORuO .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukFqOXORuO .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukFqOXORuO .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukFqOXORuO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukFqOXORuO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukFqOXORuO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-ukFqOXORuO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukFqOXORuO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukFqOXORuO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukFqOXORuO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukFqOXORuO .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFqOXORuO .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukFqOXORuO .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukFqOXORuO .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukFqOXORuO .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukFqOXORuO .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukFqOXORuO .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukFqOXORuO .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukFqOXORuO .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukFqOXORuO .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukFqOXORuO .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukFqOXORuO .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-ukFqOXORuO .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukFqOXORuO .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukFqOXORuO .mbr-section-title {
  color: #bbc4bb;
}
.cid-ukFqOXORuO .mbr-text {
  color: #ffffff;
}
.cid-ukFqOXORuO .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-ukFqOXORuO .list {
  color: #ffffff;
}
.cid-ukFqOXORuO .mbr-contact {
  color: #ffffff;
}
.cid-ukFqOXORuO .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-ukFqXQbKa3 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/hatta-6-515x515.jpg");
}
.cid-ukFqXQbKa3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFqXQbKa3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFqXQbKa3 .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukFqXQUJC1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukFqXQUJC1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFqXQUJC1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFqXQUJC1 .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ukFqXQUJC1 .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-ukFqXQUJC1 .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-ukFqXQUJC1 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukFqXQUJC1 .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-ukFqXQUJC1 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-ukFqXQUJC1 .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-ukFqXQUJC1 .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-ukFqXQUJC1 .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-ukFqXQUJC1 .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-ukFqXQUJC1 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-ukFqXQUJC1 .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ukFqXQUJC1 .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-ukFqXQUJC1 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-ukFqXQUJC1 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-ukFqXQUJC1 .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-ukFqXQUJC1 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukFqXQUJC1 .mbr-section-title {
  color: #E0BDB6;
}
.cid-ukFqXQUJC1 .mbr-section-subtitle {
  color: #747474;
}
.cid-ukFqXQUJC1 .mbr-text {
  color: #747474;
}
.cid-ukFqXQUJC1 .panel-title-edit {
  color: #092975;
}
.cid-ukFqXQUJC1 .panel-text {
  color: #747474;
}
.cid-ukFqXQUJC1 .mbr-section-title,
.cid-ukFqXQUJC1 .mbr-section-btn {
  color: #092975;
}
.cid-ukFqXRI4Cr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ukFqXRI4Cr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFqXRI4Cr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFqXRI4Cr .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ukFqXRI4Cr .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ukFqXRI4Cr .container {
    padding: 0 25px;
  }
}
.cid-ukFqXRI4Cr .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFqXRI4Cr .row {
    padding-top: 45px;
  }
}
.cid-ukFqXRI4Cr .item:hover .item-wrapper .item-img img,
.cid-ukFqXRI4Cr .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-ukFqXRI4Cr .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ukFqXRI4Cr .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-ukFqXRI4Cr .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-ukFqXRI4Cr .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-ukFqXRI4Cr .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-ukFqXRI4Cr .border-wrap {
    margin-top: 45px;
  }
}
.cid-ukFqXTta94 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-ukFqXTta94::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukFqXTta94 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFqXTta94 .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-ukFqXTta94 .container {
    padding: 0 22px;
  }
}
.cid-ukFqXTta94 .row {
  position: relative;
  z-index: 1;
}
.cid-ukFqXTta94 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukFqXTta94 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukFqXTta94 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukFqXTta94 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFqXTta94 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFqXTta94 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukFqXTta94 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukFqXTta94 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukFqXTta94 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukFqXTta94 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukFqXTta94 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukFqXTta94 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukFqXTta94 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukFqXTta94 .nav-wrapper .list .item-wrap:hover,
.cid-ukFqXTta94 .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-ukFqXTta94 .nav-wrapper .list .item-wrap:hover::before,
.cid-ukFqXTta94 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukFqXTta94 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukFqXTta94 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFqXTta94 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukFqXTta94 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukFqXTta94 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukFqXTta94 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukFqXTta94 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukFqXTta94 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukFqXTta94 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-ukFqXTta94 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukFqXTta94 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukFqXTta94 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukFqXTta94 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukFqXTta94 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFqXTta94 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukFqXTta94 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukFqXTta94 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukFqXTta94 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukFqXTta94 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukFqXTta94 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukFqXTta94 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukFqXTta94 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukFqXTta94 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukFqXTta94 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukFqXTta94 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-ukFqXTta94 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukFqXTta94 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukFqXTta94 .mbr-section-title {
  color: #bbc4bb;
}
.cid-ukFqXTta94 .mbr-text {
  color: #ffffff;
}
.cid-ukFqXTta94 .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-ukFqXTta94 .list {
  color: #ffffff;
}
.cid-ukFqXTta94 .mbr-contact {
  color: #ffffff;
}
.cid-ukFqXTta94 .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-ukFr8qan9m {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/ekart-zabeel-meta-1-800x556.jpg");
}
.cid-ukFr8qan9m .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFr8qan9m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFr8qan9m .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukFr8r0bKa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukFr8r0bKa .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFr8r0bKa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFr8r0bKa .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ukFr8r0bKa .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-ukFr8r0bKa .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-ukFr8r0bKa .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukFr8r0bKa .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-ukFr8r0bKa .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-ukFr8r0bKa .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-ukFr8r0bKa .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-ukFr8r0bKa .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-ukFr8r0bKa .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-ukFr8r0bKa .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-ukFr8r0bKa .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ukFr8r0bKa .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-ukFr8r0bKa .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-ukFr8r0bKa .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-ukFr8r0bKa .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-ukFr8r0bKa .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukFr8r0bKa .mbr-section-title {
  color: #E0BDB6;
}
.cid-ukFr8r0bKa .mbr-section-subtitle {
  color: #747474;
}
.cid-ukFr8r0bKa .mbr-text {
  color: #747474;
}
.cid-ukFr8r0bKa .panel-title-edit {
  color: #092975;
}
.cid-ukFr8r0bKa .panel-text {
  color: #747474;
}
.cid-ukFr8r0bKa .mbr-section-title,
.cid-ukFr8r0bKa .mbr-section-btn {
  color: #092975;
}
.cid-ukFr8sp4GT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ukFr8sp4GT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFr8sp4GT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFr8sp4GT .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ukFr8sp4GT .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ukFr8sp4GT .container {
    padding: 0 25px;
  }
}
.cid-ukFr8sp4GT .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFr8sp4GT .row {
    padding-top: 45px;
  }
}
.cid-ukFr8sp4GT .item:hover .item-wrapper .item-img img,
.cid-ukFr8sp4GT .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-ukFr8sp4GT .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ukFr8sp4GT .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-ukFr8sp4GT .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-ukFr8sp4GT .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-ukFr8sp4GT .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-ukFr8sp4GT .border-wrap {
    margin-top: 45px;
  }
}
.cid-ukFr8trohu {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukFr8trohu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFr8trohu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFr8trohu .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-ukFr8trohu .content-container {
    flex-direction: column;
  }
}
.cid-ukFr8trohu .icons-menu {
  display: flex;
}
.cid-ukFr8trohu .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-ukFr8trohu .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-ukFr8trohu .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-ukFr8trohu .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-ukFr8trohu .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-ukFr8trohu .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-ukFr8trohu .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-ukFr8uoI9n {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-ukFr8uoI9n::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukFr8uoI9n .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFr8uoI9n .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-ukFr8uoI9n .container {
    padding: 0 22px;
  }
}
.cid-ukFr8uoI9n .row {
  position: relative;
  z-index: 1;
}
.cid-ukFr8uoI9n .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukFr8uoI9n .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukFr8uoI9n .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukFr8uoI9n .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFr8uoI9n .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFr8uoI9n .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukFr8uoI9n .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukFr8uoI9n .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukFr8uoI9n .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukFr8uoI9n .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukFr8uoI9n .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukFr8uoI9n .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukFr8uoI9n .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukFr8uoI9n .nav-wrapper .list .item-wrap:hover,
.cid-ukFr8uoI9n .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-ukFr8uoI9n .nav-wrapper .list .item-wrap:hover::before,
.cid-ukFr8uoI9n .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukFr8uoI9n .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukFr8uoI9n .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFr8uoI9n .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukFr8uoI9n .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukFr8uoI9n .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukFr8uoI9n .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukFr8uoI9n .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukFr8uoI9n .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukFr8uoI9n .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-ukFr8uoI9n .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukFr8uoI9n .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukFr8uoI9n .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukFr8uoI9n .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukFr8uoI9n .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFr8uoI9n .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukFr8uoI9n .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukFr8uoI9n .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukFr8uoI9n .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukFr8uoI9n .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukFr8uoI9n .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukFr8uoI9n .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukFr8uoI9n .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukFr8uoI9n .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukFr8uoI9n .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukFr8uoI9n .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-ukFr8uoI9n .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukFr8uoI9n .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukFr8uoI9n .mbr-section-title {
  color: #bbc4bb;
}
.cid-ukFr8uoI9n .mbr-text {
  color: #ffffff;
}
.cid-ukFr8uoI9n .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-ukFr8uoI9n .list {
  color: #ffffff;
}
.cid-ukFr8uoI9n .mbr-contact {
  color: #ffffff;
}
.cid-ukFr8uoI9n .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-ukFrhHZ5YO {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/dolphin-swim-7-693x444.jpg");
}
.cid-ukFrhHZ5YO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFrhHZ5YO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFrhHZ5YO .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukFrhIyMrt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukFrhIyMrt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFrhIyMrt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFrhIyMrt .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ukFrhIyMrt .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-ukFrhIyMrt .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-ukFrhIyMrt .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukFrhIyMrt .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-ukFrhIyMrt .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-ukFrhIyMrt .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-ukFrhIyMrt .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-ukFrhIyMrt .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-ukFrhIyMrt .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-ukFrhIyMrt .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-ukFrhIyMrt .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ukFrhIyMrt .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-ukFrhIyMrt .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-ukFrhIyMrt .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-ukFrhIyMrt .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-ukFrhIyMrt .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukFrhIyMrt .mbr-section-title {
  color: #E0BDB6;
}
.cid-ukFrhIyMrt .mbr-section-subtitle {
  color: #747474;
}
.cid-ukFrhIyMrt .mbr-text {
  color: #747474;
}
.cid-ukFrhIyMrt .panel-title-edit {
  color: #092975;
}
.cid-ukFrhIyMrt .panel-text {
  color: #747474;
}
.cid-ukFrhIyMrt .mbr-section-title,
.cid-ukFrhIyMrt .mbr-section-btn {
  color: #092975;
}
.cid-ukFrhJrMAW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ukFrhJrMAW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFrhJrMAW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFrhJrMAW .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ukFrhJrMAW .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ukFrhJrMAW .container {
    padding: 0 25px;
  }
}
.cid-ukFrhJrMAW .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFrhJrMAW .row {
    padding-top: 45px;
  }
}
.cid-ukFrhJrMAW .item:hover .item-wrapper .item-img img,
.cid-ukFrhJrMAW .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-ukFrhJrMAW .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ukFrhJrMAW .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-ukFrhJrMAW .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-ukFrhJrMAW .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-ukFrhJrMAW .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-ukFrhJrMAW .border-wrap {
    margin-top: 45px;
  }
}
.cid-ukFrhL4nJd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-ukFrhL4nJd::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukFrhL4nJd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFrhL4nJd .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-ukFrhL4nJd .container {
    padding: 0 22px;
  }
}
.cid-ukFrhL4nJd .row {
  position: relative;
  z-index: 1;
}
.cid-ukFrhL4nJd .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukFrhL4nJd .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukFrhL4nJd .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukFrhL4nJd .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFrhL4nJd .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFrhL4nJd .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukFrhL4nJd .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukFrhL4nJd .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukFrhL4nJd .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukFrhL4nJd .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukFrhL4nJd .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukFrhL4nJd .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukFrhL4nJd .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukFrhL4nJd .nav-wrapper .list .item-wrap:hover,
.cid-ukFrhL4nJd .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-ukFrhL4nJd .nav-wrapper .list .item-wrap:hover::before,
.cid-ukFrhL4nJd .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukFrhL4nJd .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukFrhL4nJd .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFrhL4nJd .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukFrhL4nJd .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukFrhL4nJd .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukFrhL4nJd .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukFrhL4nJd .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukFrhL4nJd .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukFrhL4nJd .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-ukFrhL4nJd .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukFrhL4nJd .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukFrhL4nJd .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukFrhL4nJd .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukFrhL4nJd .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFrhL4nJd .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukFrhL4nJd .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukFrhL4nJd .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukFrhL4nJd .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukFrhL4nJd .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukFrhL4nJd .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukFrhL4nJd .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukFrhL4nJd .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukFrhL4nJd .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukFrhL4nJd .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukFrhL4nJd .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-ukFrhL4nJd .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukFrhL4nJd .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukFrhL4nJd .mbr-section-title {
  color: #bbc4bb;
}
.cid-ukFrhL4nJd .mbr-text {
  color: #ffffff;
}
.cid-ukFrhL4nJd .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-ukFrhL4nJd .list {
  color: #ffffff;
}
.cid-ukFrhL4nJd .mbr-contact {
  color: #ffffff;
}
.cid-ukFrhL4nJd .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-ukFrwrwLNI {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/scuba-dive-1-596x596.jpg");
}
.cid-ukFrwrwLNI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFrwrwLNI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFrwrwLNI .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukFrws7B6Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukFrws7B6Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFrws7B6Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFrws7B6Y .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ukFrws7B6Y .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-ukFrws7B6Y .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-ukFrws7B6Y .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukFrws7B6Y .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-ukFrws7B6Y .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-ukFrws7B6Y .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-ukFrws7B6Y .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-ukFrws7B6Y .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-ukFrws7B6Y .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-ukFrws7B6Y .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-ukFrws7B6Y .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ukFrws7B6Y .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-ukFrws7B6Y .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-ukFrws7B6Y .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-ukFrws7B6Y .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-ukFrws7B6Y .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukFrws7B6Y .mbr-section-title {
  color: #E0BDB6;
}
.cid-ukFrws7B6Y .mbr-section-subtitle {
  color: #747474;
}
.cid-ukFrws7B6Y .mbr-text {
  color: #747474;
}
.cid-ukFrws7B6Y .panel-title-edit {
  color: #092975;
}
.cid-ukFrws7B6Y .panel-text {
  color: #747474;
}
.cid-ukFrws7B6Y .mbr-section-title,
.cid-ukFrws7B6Y .mbr-section-btn {
  color: #092975;
}
.cid-ukFrwsQNyR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ukFrwsQNyR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFrwsQNyR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFrwsQNyR .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ukFrwsQNyR .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ukFrwsQNyR .container {
    padding: 0 25px;
  }
}
.cid-ukFrwsQNyR .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFrwsQNyR .row {
    padding-top: 45px;
  }
}
.cid-ukFrwsQNyR .item:hover .item-wrapper .item-img img,
.cid-ukFrwsQNyR .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-ukFrwsQNyR .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ukFrwsQNyR .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-ukFrwsQNyR .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-ukFrwsQNyR .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-ukFrwsQNyR .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-ukFrwsQNyR .border-wrap {
    margin-top: 45px;
  }
}
.cid-ukFrwtA5Vx {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukFrwtA5Vx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFrwtA5Vx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFrwtA5Vx .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-ukFrwtA5Vx .content-container {
    flex-direction: column;
  }
}
.cid-ukFrwtA5Vx .icons-menu {
  display: flex;
}
.cid-ukFrwtA5Vx .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-ukFrwtA5Vx .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-ukFrwtA5Vx .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-ukFrwtA5Vx .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-ukFrwtA5Vx .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-ukFrwtA5Vx .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-ukFrwtA5Vx .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-ukFrwusQdg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-ukFrwusQdg::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukFrwusQdg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFrwusQdg .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-ukFrwusQdg .container {
    padding: 0 22px;
  }
}
.cid-ukFrwusQdg .row {
  position: relative;
  z-index: 1;
}
.cid-ukFrwusQdg .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukFrwusQdg .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukFrwusQdg .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukFrwusQdg .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFrwusQdg .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFrwusQdg .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukFrwusQdg .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukFrwusQdg .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukFrwusQdg .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukFrwusQdg .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukFrwusQdg .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukFrwusQdg .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukFrwusQdg .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukFrwusQdg .nav-wrapper .list .item-wrap:hover,
.cid-ukFrwusQdg .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-ukFrwusQdg .nav-wrapper .list .item-wrap:hover::before,
.cid-ukFrwusQdg .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukFrwusQdg .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukFrwusQdg .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFrwusQdg .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukFrwusQdg .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukFrwusQdg .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukFrwusQdg .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukFrwusQdg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukFrwusQdg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukFrwusQdg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-ukFrwusQdg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukFrwusQdg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukFrwusQdg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukFrwusQdg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukFrwusQdg .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFrwusQdg .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukFrwusQdg .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukFrwusQdg .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukFrwusQdg .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukFrwusQdg .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukFrwusQdg .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukFrwusQdg .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukFrwusQdg .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukFrwusQdg .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukFrwusQdg .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukFrwusQdg .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-ukFrwusQdg .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukFrwusQdg .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukFrwusQdg .mbr-section-title {
  color: #bbc4bb;
}
.cid-ukFrwusQdg .mbr-text {
  color: #ffffff;
}
.cid-ukFrwusQdg .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-ukFrwusQdg .list {
  color: #ffffff;
}
.cid-ukFrwusQdg .mbr-contact {
  color: #ffffff;
}
.cid-ukFrwusQdg .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-ukFrGtAJWE {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/crocodile-1-800x800.jpg");
}
.cid-ukFrGtAJWE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFrGtAJWE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFrGtAJWE .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukFrGumUzm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukFrGumUzm .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFrGumUzm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFrGumUzm .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ukFrGumUzm .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-ukFrGumUzm .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-ukFrGumUzm .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukFrGumUzm .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-ukFrGumUzm .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-ukFrGumUzm .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-ukFrGumUzm .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-ukFrGumUzm .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-ukFrGumUzm .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-ukFrGumUzm .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-ukFrGumUzm .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ukFrGumUzm .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-ukFrGumUzm .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-ukFrGumUzm .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-ukFrGumUzm .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-ukFrGumUzm .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukFrGumUzm .mbr-section-title {
  color: #E0BDB6;
}
.cid-ukFrGumUzm .mbr-section-subtitle {
  color: #747474;
}
.cid-ukFrGumUzm .mbr-text {
  color: #747474;
}
.cid-ukFrGumUzm .panel-title-edit {
  color: #092975;
}
.cid-ukFrGumUzm .panel-text {
  color: #747474;
}
.cid-ukFrGumUzm .mbr-section-title,
.cid-ukFrGumUzm .mbr-section-btn {
  color: #092975;
}
.cid-ukFrGvdIoZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ukFrGvdIoZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFrGvdIoZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFrGvdIoZ .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ukFrGvdIoZ .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ukFrGvdIoZ .container {
    padding: 0 25px;
  }
}
.cid-ukFrGvdIoZ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFrGvdIoZ .row {
    padding-top: 45px;
  }
}
.cid-ukFrGvdIoZ .item:hover .item-wrapper .item-img img,
.cid-ukFrGvdIoZ .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-ukFrGvdIoZ .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ukFrGvdIoZ .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-ukFrGvdIoZ .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-ukFrGvdIoZ .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-ukFrGvdIoZ .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-ukFrGvdIoZ .border-wrap {
    margin-top: 45px;
  }
}
.cid-ukFrGwbgL9 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukFrGwbgL9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFrGwbgL9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFrGwbgL9 .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-ukFrGwbgL9 .content-container {
    flex-direction: column;
  }
}
.cid-ukFrGwbgL9 .icons-menu {
  display: flex;
}
.cid-ukFrGwbgL9 .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-ukFrGwbgL9 .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-ukFrGwbgL9 .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-ukFrGwbgL9 .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-ukFrGwbgL9 .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-ukFrGwbgL9 .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-ukFrGwbgL9 .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-ukFrGx5Twc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-ukFrGx5Twc::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukFrGx5Twc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFrGx5Twc .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-ukFrGx5Twc .container {
    padding: 0 22px;
  }
}
.cid-ukFrGx5Twc .row {
  position: relative;
  z-index: 1;
}
.cid-ukFrGx5Twc .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukFrGx5Twc .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukFrGx5Twc .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukFrGx5Twc .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFrGx5Twc .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFrGx5Twc .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukFrGx5Twc .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukFrGx5Twc .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukFrGx5Twc .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukFrGx5Twc .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukFrGx5Twc .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukFrGx5Twc .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukFrGx5Twc .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukFrGx5Twc .nav-wrapper .list .item-wrap:hover,
.cid-ukFrGx5Twc .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-ukFrGx5Twc .nav-wrapper .list .item-wrap:hover::before,
.cid-ukFrGx5Twc .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukFrGx5Twc .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukFrGx5Twc .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFrGx5Twc .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukFrGx5Twc .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukFrGx5Twc .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukFrGx5Twc .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukFrGx5Twc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukFrGx5Twc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukFrGx5Twc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-ukFrGx5Twc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukFrGx5Twc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukFrGx5Twc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukFrGx5Twc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukFrGx5Twc .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFrGx5Twc .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukFrGx5Twc .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukFrGx5Twc .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukFrGx5Twc .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukFrGx5Twc .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukFrGx5Twc .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukFrGx5Twc .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukFrGx5Twc .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukFrGx5Twc .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukFrGx5Twc .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukFrGx5Twc .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-ukFrGx5Twc .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukFrGx5Twc .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukFrGx5Twc .mbr-section-title {
  color: #bbc4bb;
}
.cid-ukFrGx5Twc .mbr-text {
  color: #ffffff;
}
.cid-ukFrGx5Twc .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-ukFrGx5Twc .list {
  color: #ffffff;
}
.cid-ukFrGx5Twc .mbr-contact {
  color: #ffffff;
}
.cid-ukFrGx5Twc .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-ukFs2446Hi {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/opera-2-800x800.jpeg");
}
.cid-ukFs2446Hi .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFs2446Hi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFs2446Hi .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukFs24LHb5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukFs24LHb5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFs24LHb5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFs24LHb5 .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ukFs24LHb5 .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-ukFs24LHb5 .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-ukFs24LHb5 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukFs24LHb5 .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-ukFs24LHb5 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-ukFs24LHb5 .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-ukFs24LHb5 .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-ukFs24LHb5 .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-ukFs24LHb5 .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-ukFs24LHb5 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-ukFs24LHb5 .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ukFs24LHb5 .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-ukFs24LHb5 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-ukFs24LHb5 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-ukFs24LHb5 .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-ukFs24LHb5 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukFs24LHb5 .mbr-section-title {
  color: #E0BDB6;
}
.cid-ukFs24LHb5 .mbr-section-subtitle {
  color: #747474;
}
.cid-ukFs24LHb5 .mbr-text {
  color: #747474;
}
.cid-ukFs24LHb5 .panel-title-edit {
  color: #092975;
}
.cid-ukFs24LHb5 .panel-text {
  color: #747474;
}
.cid-ukFs24LHb5 .mbr-section-title,
.cid-ukFs24LHb5 .mbr-section-btn {
  color: #092975;
}
.cid-ukFs25xIhS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ukFs25xIhS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFs25xIhS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFs25xIhS .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ukFs25xIhS .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ukFs25xIhS .container {
    padding: 0 25px;
  }
}
.cid-ukFs25xIhS .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFs25xIhS .row {
    padding-top: 45px;
  }
}
.cid-ukFs25xIhS .item:hover .item-wrapper .item-img img,
.cid-ukFs25xIhS .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-ukFs25xIhS .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ukFs25xIhS .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-ukFs25xIhS .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-ukFs25xIhS .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-ukFs25xIhS .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-ukFs25xIhS .border-wrap {
    margin-top: 45px;
  }
}
.cid-ukFs26eXLG {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukFs26eXLG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFs26eXLG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFs26eXLG .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-ukFs26eXLG .content-container {
    flex-direction: column;
  }
}
.cid-ukFs26eXLG .icons-menu {
  display: flex;
}
.cid-ukFs26eXLG .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-ukFs26eXLG .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-ukFs26eXLG .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-ukFs26eXLG .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-ukFs26eXLG .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-ukFs26eXLG .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-ukFs26eXLG .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-ukFs26YcF5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-ukFs26YcF5::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukFs26YcF5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFs26YcF5 .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-ukFs26YcF5 .container {
    padding: 0 22px;
  }
}
.cid-ukFs26YcF5 .row {
  position: relative;
  z-index: 1;
}
.cid-ukFs26YcF5 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukFs26YcF5 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukFs26YcF5 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukFs26YcF5 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFs26YcF5 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFs26YcF5 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukFs26YcF5 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukFs26YcF5 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukFs26YcF5 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukFs26YcF5 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukFs26YcF5 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukFs26YcF5 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukFs26YcF5 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukFs26YcF5 .nav-wrapper .list .item-wrap:hover,
.cid-ukFs26YcF5 .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-ukFs26YcF5 .nav-wrapper .list .item-wrap:hover::before,
.cid-ukFs26YcF5 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukFs26YcF5 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukFs26YcF5 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFs26YcF5 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukFs26YcF5 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukFs26YcF5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukFs26YcF5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukFs26YcF5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukFs26YcF5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukFs26YcF5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-ukFs26YcF5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukFs26YcF5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukFs26YcF5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukFs26YcF5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukFs26YcF5 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFs26YcF5 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukFs26YcF5 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukFs26YcF5 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukFs26YcF5 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukFs26YcF5 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukFs26YcF5 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukFs26YcF5 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukFs26YcF5 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukFs26YcF5 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukFs26YcF5 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukFs26YcF5 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-ukFs26YcF5 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukFs26YcF5 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukFs26YcF5 .mbr-section-title {
  color: #bbc4bb;
}
.cid-ukFs26YcF5 .mbr-text {
  color: #ffffff;
}
.cid-ukFs26YcF5 .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-ukFs26YcF5 .list {
  color: #ffffff;
}
.cid-ukFs26YcF5 .mbr-contact {
  color: #ffffff;
}
.cid-ukFs26YcF5 .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-ukFsbO10ps {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/3d-3-800x800.jpg");
}
.cid-ukFsbO10ps .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFsbO10ps .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFsbO10ps .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukFsbOzkdi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukFsbOzkdi .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFsbOzkdi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFsbOzkdi .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ukFsbOzkdi .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-ukFsbOzkdi .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-ukFsbOzkdi .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukFsbOzkdi .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-ukFsbOzkdi .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-ukFsbOzkdi .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-ukFsbOzkdi .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-ukFsbOzkdi .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-ukFsbOzkdi .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-ukFsbOzkdi .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-ukFsbOzkdi .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ukFsbOzkdi .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-ukFsbOzkdi .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-ukFsbOzkdi .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-ukFsbOzkdi .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-ukFsbOzkdi .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukFsbOzkdi .mbr-section-title {
  color: #E0BDB6;
}
.cid-ukFsbOzkdi .mbr-section-subtitle {
  color: #747474;
}
.cid-ukFsbOzkdi .mbr-text {
  color: #747474;
}
.cid-ukFsbOzkdi .panel-title-edit {
  color: #092975;
}
.cid-ukFsbOzkdi .panel-text {
  color: #747474;
}
.cid-ukFsbOzkdi .mbr-section-title,
.cid-ukFsbOzkdi .mbr-section-btn {
  color: #092975;
}
.cid-ukFsbPvhC6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ukFsbPvhC6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFsbPvhC6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFsbPvhC6 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ukFsbPvhC6 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ukFsbPvhC6 .container {
    padding: 0 25px;
  }
}
.cid-ukFsbPvhC6 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFsbPvhC6 .row {
    padding-top: 45px;
  }
}
.cid-ukFsbPvhC6 .item:hover .item-wrapper .item-img img,
.cid-ukFsbPvhC6 .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-ukFsbPvhC6 .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ukFsbPvhC6 .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-ukFsbPvhC6 .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-ukFsbPvhC6 .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-ukFsbPvhC6 .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-ukFsbPvhC6 .border-wrap {
    margin-top: 45px;
  }
}
.cid-ukFsbQnCud {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukFsbQnCud .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFsbQnCud .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFsbQnCud .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-ukFsbQnCud .content-container {
    flex-direction: column;
  }
}
.cid-ukFsbQnCud .icons-menu {
  display: flex;
}
.cid-ukFsbQnCud .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-ukFsbQnCud .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-ukFsbQnCud .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-ukFsbQnCud .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-ukFsbQnCud .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-ukFsbQnCud .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-ukFsbQnCud .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-ukFsbRmxQB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-ukFsbRmxQB::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukFsbRmxQB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFsbRmxQB .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-ukFsbRmxQB .container {
    padding: 0 22px;
  }
}
.cid-ukFsbRmxQB .row {
  position: relative;
  z-index: 1;
}
.cid-ukFsbRmxQB .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukFsbRmxQB .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukFsbRmxQB .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukFsbRmxQB .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFsbRmxQB .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFsbRmxQB .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukFsbRmxQB .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukFsbRmxQB .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukFsbRmxQB .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukFsbRmxQB .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukFsbRmxQB .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukFsbRmxQB .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukFsbRmxQB .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukFsbRmxQB .nav-wrapper .list .item-wrap:hover,
.cid-ukFsbRmxQB .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-ukFsbRmxQB .nav-wrapper .list .item-wrap:hover::before,
.cid-ukFsbRmxQB .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukFsbRmxQB .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukFsbRmxQB .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFsbRmxQB .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukFsbRmxQB .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukFsbRmxQB .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukFsbRmxQB .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukFsbRmxQB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukFsbRmxQB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukFsbRmxQB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-ukFsbRmxQB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukFsbRmxQB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukFsbRmxQB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukFsbRmxQB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukFsbRmxQB .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFsbRmxQB .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukFsbRmxQB .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukFsbRmxQB .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukFsbRmxQB .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukFsbRmxQB .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukFsbRmxQB .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukFsbRmxQB .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukFsbRmxQB .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukFsbRmxQB .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukFsbRmxQB .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukFsbRmxQB .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-ukFsbRmxQB .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukFsbRmxQB .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukFsbRmxQB .mbr-section-title {
  color: #bbc4bb;
}
.cid-ukFsbRmxQB .mbr-text {
  color: #ffffff;
}
.cid-ukFsbRmxQB .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-ukFsbRmxQB .list {
  color: #ffffff;
}
.cid-ukFsbRmxQB .mbr-contact {
  color: #ffffff;
}
.cid-ukFsbRmxQB .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-ukFsovTmGp {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/legoland-waterpark-2-800x800.jpg");
}
.cid-ukFsovTmGp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFsovTmGp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFsovTmGp .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukFsowtIcT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukFsowtIcT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFsowtIcT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFsowtIcT .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ukFsowtIcT .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-ukFsowtIcT .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-ukFsowtIcT .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukFsowtIcT .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-ukFsowtIcT .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-ukFsowtIcT .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-ukFsowtIcT .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-ukFsowtIcT .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-ukFsowtIcT .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-ukFsowtIcT .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-ukFsowtIcT .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ukFsowtIcT .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-ukFsowtIcT .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-ukFsowtIcT .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-ukFsowtIcT .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-ukFsowtIcT .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukFsowtIcT .mbr-section-title {
  color: #E0BDB6;
}
.cid-ukFsowtIcT .mbr-section-subtitle {
  color: #747474;
}
.cid-ukFsowtIcT .mbr-text {
  color: #747474;
}
.cid-ukFsowtIcT .panel-title-edit {
  color: #092975;
}
.cid-ukFsowtIcT .panel-text {
  color: #747474;
}
.cid-ukFsowtIcT .mbr-section-title,
.cid-ukFsowtIcT .mbr-section-btn {
  color: #092975;
}
.cid-ukFsoxxVWu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ukFsoxxVWu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFsoxxVWu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFsoxxVWu .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ukFsoxxVWu .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ukFsoxxVWu .container {
    padding: 0 25px;
  }
}
.cid-ukFsoxxVWu .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFsoxxVWu .row {
    padding-top: 45px;
  }
}
.cid-ukFsoxxVWu .item:hover .item-wrapper .item-img img,
.cid-ukFsoxxVWu .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-ukFsoxxVWu .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ukFsoxxVWu .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-ukFsoxxVWu .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-ukFsoxxVWu .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-ukFsoxxVWu .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-ukFsoxxVWu .border-wrap {
    margin-top: 45px;
  }
}
.cid-ukFsoyqEyq {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukFsoyqEyq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFsoyqEyq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFsoyqEyq .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-ukFsoyqEyq .content-container {
    flex-direction: column;
  }
}
.cid-ukFsoyqEyq .icons-menu {
  display: flex;
}
.cid-ukFsoyqEyq .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-ukFsoyqEyq .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-ukFsoyqEyq .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-ukFsoyqEyq .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-ukFsoyqEyq .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-ukFsoyqEyq .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-ukFsoyqEyq .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-ukFsozBIoA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-ukFsozBIoA::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukFsozBIoA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFsozBIoA .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-ukFsozBIoA .container {
    padding: 0 22px;
  }
}
.cid-ukFsozBIoA .row {
  position: relative;
  z-index: 1;
}
.cid-ukFsozBIoA .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukFsozBIoA .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukFsozBIoA .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukFsozBIoA .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFsozBIoA .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFsozBIoA .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukFsozBIoA .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukFsozBIoA .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukFsozBIoA .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukFsozBIoA .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukFsozBIoA .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukFsozBIoA .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukFsozBIoA .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukFsozBIoA .nav-wrapper .list .item-wrap:hover,
.cid-ukFsozBIoA .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-ukFsozBIoA .nav-wrapper .list .item-wrap:hover::before,
.cid-ukFsozBIoA .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukFsozBIoA .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukFsozBIoA .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFsozBIoA .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukFsozBIoA .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukFsozBIoA .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukFsozBIoA .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukFsozBIoA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukFsozBIoA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukFsozBIoA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-ukFsozBIoA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukFsozBIoA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukFsozBIoA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukFsozBIoA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukFsozBIoA .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFsozBIoA .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukFsozBIoA .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukFsozBIoA .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukFsozBIoA .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukFsozBIoA .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukFsozBIoA .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukFsozBIoA .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukFsozBIoA .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukFsozBIoA .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukFsozBIoA .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukFsozBIoA .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-ukFsozBIoA .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukFsozBIoA .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukFsozBIoA .mbr-section-title {
  color: #bbc4bb;
}
.cid-ukFsozBIoA .mbr-text {
  color: #ffffff;
}
.cid-ukFsozBIoA .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-ukFsozBIoA .list {
  color: #ffffff;
}
.cid-ukFsozBIoA .mbr-contact {
  color: #ffffff;
}
.cid-ukFsozBIoA .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-ukFszUjPOL {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/trampo-1-800x800.jpg");
}
.cid-ukFszUjPOL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFszUjPOL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFszUjPOL .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukFszUTi8c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukFszUTi8c .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFszUTi8c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFszUTi8c .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ukFszUTi8c .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-ukFszUTi8c .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-ukFszUTi8c .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukFszUTi8c .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-ukFszUTi8c .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-ukFszUTi8c .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-ukFszUTi8c .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-ukFszUTi8c .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-ukFszUTi8c .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-ukFszUTi8c .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-ukFszUTi8c .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ukFszUTi8c .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-ukFszUTi8c .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-ukFszUTi8c .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-ukFszUTi8c .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-ukFszUTi8c .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukFszUTi8c .mbr-section-title {
  color: #E0BDB6;
}
.cid-ukFszUTi8c .mbr-section-subtitle {
  color: #747474;
}
.cid-ukFszUTi8c .mbr-text {
  color: #747474;
}
.cid-ukFszUTi8c .panel-title-edit {
  color: #092975;
}
.cid-ukFszUTi8c .panel-text {
  color: #747474;
}
.cid-ukFszUTi8c .mbr-section-title,
.cid-ukFszUTi8c .mbr-section-btn {
  color: #092975;
}
.cid-ukFszVNaok {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ukFszVNaok .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFszVNaok .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFszVNaok .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ukFszVNaok .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ukFszVNaok .container {
    padding: 0 25px;
  }
}
.cid-ukFszVNaok .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFszVNaok .row {
    padding-top: 45px;
  }
}
.cid-ukFszVNaok .item:hover .item-wrapper .item-img img,
.cid-ukFszVNaok .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-ukFszVNaok .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ukFszVNaok .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-ukFszVNaok .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-ukFszVNaok .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-ukFszVNaok .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-ukFszVNaok .border-wrap {
    margin-top: 45px;
  }
}
.cid-ukFszWDe5Q {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukFszWDe5Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFszWDe5Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFszWDe5Q .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-ukFszWDe5Q .content-container {
    flex-direction: column;
  }
}
.cid-ukFszWDe5Q .icons-menu {
  display: flex;
}
.cid-ukFszWDe5Q .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-ukFszWDe5Q .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-ukFszWDe5Q .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-ukFszWDe5Q .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-ukFszWDe5Q .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-ukFszWDe5Q .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-ukFszWDe5Q .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-ukFszXoMUk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-ukFszXoMUk::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukFszXoMUk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFszXoMUk .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-ukFszXoMUk .container {
    padding: 0 22px;
  }
}
.cid-ukFszXoMUk .row {
  position: relative;
  z-index: 1;
}
.cid-ukFszXoMUk .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukFszXoMUk .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukFszXoMUk .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukFszXoMUk .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFszXoMUk .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFszXoMUk .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukFszXoMUk .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukFszXoMUk .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukFszXoMUk .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukFszXoMUk .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukFszXoMUk .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukFszXoMUk .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukFszXoMUk .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukFszXoMUk .nav-wrapper .list .item-wrap:hover,
.cid-ukFszXoMUk .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-ukFszXoMUk .nav-wrapper .list .item-wrap:hover::before,
.cid-ukFszXoMUk .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukFszXoMUk .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukFszXoMUk .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFszXoMUk .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukFszXoMUk .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukFszXoMUk .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukFszXoMUk .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukFszXoMUk .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukFszXoMUk .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukFszXoMUk .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-ukFszXoMUk .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukFszXoMUk .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukFszXoMUk .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukFszXoMUk .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukFszXoMUk .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFszXoMUk .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukFszXoMUk .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukFszXoMUk .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukFszXoMUk .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukFszXoMUk .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukFszXoMUk .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukFszXoMUk .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukFszXoMUk .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukFszXoMUk .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukFszXoMUk .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukFszXoMUk .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-ukFszXoMUk .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukFszXoMUk .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukFszXoMUk .mbr-section-title {
  color: #bbc4bb;
}
.cid-ukFszXoMUk .mbr-text {
  color: #ffffff;
}
.cid-ukFszXoMUk .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-ukFszXoMUk .list {
  color: #ffffff;
}
.cid-ukFszXoMUk .mbr-contact {
  color: #ffffff;
}
.cid-ukFszXoMUk .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-ukFsJXMcq3 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/flying-cup-3-692x484.jpg");
}
.cid-ukFsJXMcq3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFsJXMcq3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFsJXMcq3 .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukFsJYneH8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukFsJYneH8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFsJYneH8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFsJYneH8 .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ukFsJYneH8 .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-ukFsJYneH8 .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-ukFsJYneH8 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukFsJYneH8 .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-ukFsJYneH8 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-ukFsJYneH8 .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-ukFsJYneH8 .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-ukFsJYneH8 .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-ukFsJYneH8 .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-ukFsJYneH8 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-ukFsJYneH8 .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ukFsJYneH8 .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-ukFsJYneH8 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-ukFsJYneH8 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-ukFsJYneH8 .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-ukFsJYneH8 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukFsJYneH8 .mbr-section-title {
  color: #E0BDB6;
}
.cid-ukFsJYneH8 .mbr-section-subtitle {
  color: #747474;
}
.cid-ukFsJYneH8 .mbr-text {
  color: #747474;
}
.cid-ukFsJYneH8 .panel-title-edit {
  color: #092975;
}
.cid-ukFsJYneH8 .panel-text {
  color: #747474;
}
.cid-ukFsJYneH8 .mbr-section-title,
.cid-ukFsJYneH8 .mbr-section-btn {
  color: #092975;
}
.cid-ukFsJZcdYj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ukFsJZcdYj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFsJZcdYj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFsJZcdYj .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ukFsJZcdYj .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ukFsJZcdYj .container {
    padding: 0 25px;
  }
}
.cid-ukFsJZcdYj .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFsJZcdYj .row {
    padding-top: 45px;
  }
}
.cid-ukFsJZcdYj .item:hover .item-wrapper .item-img img,
.cid-ukFsJZcdYj .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-ukFsJZcdYj .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ukFsJZcdYj .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-ukFsJZcdYj .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-ukFsJZcdYj .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-ukFsJZcdYj .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-ukFsJZcdYj .border-wrap {
    margin-top: 45px;
  }
}
.cid-ukFsK09dtG {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukFsK09dtG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFsK09dtG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFsK09dtG .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-ukFsK09dtG .content-container {
    flex-direction: column;
  }
}
.cid-ukFsK09dtG .icons-menu {
  display: flex;
}
.cid-ukFsK09dtG .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-ukFsK09dtG .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-ukFsK09dtG .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-ukFsK09dtG .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-ukFsK09dtG .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-ukFsK09dtG .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-ukFsK09dtG .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-ukFsK18xp6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-ukFsK18xp6::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukFsK18xp6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFsK18xp6 .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-ukFsK18xp6 .container {
    padding: 0 22px;
  }
}
.cid-ukFsK18xp6 .row {
  position: relative;
  z-index: 1;
}
.cid-ukFsK18xp6 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukFsK18xp6 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukFsK18xp6 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukFsK18xp6 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFsK18xp6 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFsK18xp6 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukFsK18xp6 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukFsK18xp6 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukFsK18xp6 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukFsK18xp6 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukFsK18xp6 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukFsK18xp6 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukFsK18xp6 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukFsK18xp6 .nav-wrapper .list .item-wrap:hover,
.cid-ukFsK18xp6 .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-ukFsK18xp6 .nav-wrapper .list .item-wrap:hover::before,
.cid-ukFsK18xp6 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukFsK18xp6 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukFsK18xp6 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFsK18xp6 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukFsK18xp6 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukFsK18xp6 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukFsK18xp6 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukFsK18xp6 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukFsK18xp6 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukFsK18xp6 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-ukFsK18xp6 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukFsK18xp6 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukFsK18xp6 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukFsK18xp6 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukFsK18xp6 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFsK18xp6 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukFsK18xp6 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukFsK18xp6 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukFsK18xp6 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukFsK18xp6 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukFsK18xp6 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukFsK18xp6 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukFsK18xp6 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukFsK18xp6 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukFsK18xp6 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukFsK18xp6 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-ukFsK18xp6 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukFsK18xp6 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukFsK18xp6 .mbr-section-title {
  color: #bbc4bb;
}
.cid-ukFsK18xp6 .mbr-text {
  color: #ffffff;
}
.cid-ukFsK18xp6 .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-ukFsK18xp6 .list {
  color: #ffffff;
}
.cid-ukFsK18xp6 .mbr-contact {
  color: #ffffff;
}
.cid-ukFsK18xp6 .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-ukFsTUzsxu {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/khorfakkan-3-800x800.jpg");
}
.cid-ukFsTUzsxu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFsTUzsxu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFsTUzsxu .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukFsTV87ST {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukFsTV87ST .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFsTV87ST .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFsTV87ST .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ukFsTV87ST .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-ukFsTV87ST .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-ukFsTV87ST .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukFsTV87ST .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-ukFsTV87ST .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-ukFsTV87ST .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-ukFsTV87ST .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-ukFsTV87ST .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-ukFsTV87ST .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-ukFsTV87ST .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-ukFsTV87ST .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ukFsTV87ST .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-ukFsTV87ST .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-ukFsTV87ST .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-ukFsTV87ST .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-ukFsTV87ST .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukFsTV87ST .mbr-section-title {
  color: #E0BDB6;
}
.cid-ukFsTV87ST .mbr-section-subtitle {
  color: #747474;
}
.cid-ukFsTV87ST .mbr-text {
  color: #747474;
}
.cid-ukFsTV87ST .panel-title-edit {
  color: #092975;
}
.cid-ukFsTV87ST .panel-text {
  color: #747474;
}
.cid-ukFsTV87ST .mbr-section-title,
.cid-ukFsTV87ST .mbr-section-btn {
  color: #092975;
}
.cid-ukFsTVRcEA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ukFsTVRcEA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFsTVRcEA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFsTVRcEA .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ukFsTVRcEA .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ukFsTVRcEA .container {
    padding: 0 25px;
  }
}
.cid-ukFsTVRcEA .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFsTVRcEA .row {
    padding-top: 45px;
  }
}
.cid-ukFsTVRcEA .item:hover .item-wrapper .item-img img,
.cid-ukFsTVRcEA .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-ukFsTVRcEA .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ukFsTVRcEA .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-ukFsTVRcEA .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-ukFsTVRcEA .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-ukFsTVRcEA .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-ukFsTVRcEA .border-wrap {
    margin-top: 45px;
  }
}
.cid-ukFsTWDHYc {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukFsTWDHYc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFsTWDHYc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFsTWDHYc .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-ukFsTWDHYc .content-container {
    flex-direction: column;
  }
}
.cid-ukFsTWDHYc .icons-menu {
  display: flex;
}
.cid-ukFsTWDHYc .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-ukFsTWDHYc .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-ukFsTWDHYc .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-ukFsTWDHYc .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-ukFsTWDHYc .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-ukFsTWDHYc .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-ukFsTWDHYc .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-ukFsTXqQ2B {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-ukFsTXqQ2B::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukFsTXqQ2B .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFsTXqQ2B .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-ukFsTXqQ2B .container {
    padding: 0 22px;
  }
}
.cid-ukFsTXqQ2B .row {
  position: relative;
  z-index: 1;
}
.cid-ukFsTXqQ2B .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukFsTXqQ2B .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukFsTXqQ2B .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukFsTXqQ2B .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFsTXqQ2B .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFsTXqQ2B .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukFsTXqQ2B .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukFsTXqQ2B .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukFsTXqQ2B .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukFsTXqQ2B .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukFsTXqQ2B .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukFsTXqQ2B .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukFsTXqQ2B .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukFsTXqQ2B .nav-wrapper .list .item-wrap:hover,
.cid-ukFsTXqQ2B .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-ukFsTXqQ2B .nav-wrapper .list .item-wrap:hover::before,
.cid-ukFsTXqQ2B .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukFsTXqQ2B .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukFsTXqQ2B .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFsTXqQ2B .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukFsTXqQ2B .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukFsTXqQ2B .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukFsTXqQ2B .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukFsTXqQ2B .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukFsTXqQ2B .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukFsTXqQ2B .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-ukFsTXqQ2B .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukFsTXqQ2B .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukFsTXqQ2B .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukFsTXqQ2B .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukFsTXqQ2B .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFsTXqQ2B .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukFsTXqQ2B .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukFsTXqQ2B .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukFsTXqQ2B .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukFsTXqQ2B .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukFsTXqQ2B .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukFsTXqQ2B .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukFsTXqQ2B .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukFsTXqQ2B .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukFsTXqQ2B .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukFsTXqQ2B .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-ukFsTXqQ2B .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukFsTXqQ2B .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukFsTXqQ2B .mbr-section-title {
  color: #bbc4bb;
}
.cid-ukFsTXqQ2B .mbr-text {
  color: #ffffff;
}
.cid-ukFsTXqQ2B .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-ukFsTXqQ2B .list {
  color: #ffffff;
}
.cid-ukFsTXqQ2B .mbr-contact {
  color: #ffffff;
}
.cid-ukFsTXqQ2B .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-ukFt7sE4P8 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/al-shindagha-1-800x800.jpeg");
}
.cid-ukFt7sE4P8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFt7sE4P8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFt7sE4P8 .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukFt7tjgIB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukFt7tjgIB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFt7tjgIB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFt7tjgIB .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ukFt7tjgIB .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-ukFt7tjgIB .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-ukFt7tjgIB .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukFt7tjgIB .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-ukFt7tjgIB .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-ukFt7tjgIB .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-ukFt7tjgIB .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-ukFt7tjgIB .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-ukFt7tjgIB .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-ukFt7tjgIB .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-ukFt7tjgIB .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ukFt7tjgIB .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-ukFt7tjgIB .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-ukFt7tjgIB .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-ukFt7tjgIB .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-ukFt7tjgIB .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukFt7tjgIB .mbr-section-title {
  color: #E0BDB6;
}
.cid-ukFt7tjgIB .mbr-section-subtitle {
  color: #747474;
}
.cid-ukFt7tjgIB .mbr-text {
  color: #747474;
}
.cid-ukFt7tjgIB .panel-title-edit {
  color: #092975;
}
.cid-ukFt7tjgIB .panel-text {
  color: #747474;
}
.cid-ukFt7tjgIB .mbr-section-title,
.cid-ukFt7tjgIB .mbr-section-btn {
  color: #092975;
}
.cid-ukFt7udaQz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ukFt7udaQz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFt7udaQz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFt7udaQz .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ukFt7udaQz .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ukFt7udaQz .container {
    padding: 0 25px;
  }
}
.cid-ukFt7udaQz .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFt7udaQz .row {
    padding-top: 45px;
  }
}
.cid-ukFt7udaQz .item:hover .item-wrapper .item-img img,
.cid-ukFt7udaQz .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-ukFt7udaQz .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ukFt7udaQz .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-ukFt7udaQz .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-ukFt7udaQz .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-ukFt7udaQz .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-ukFt7udaQz .border-wrap {
    margin-top: 45px;
  }
}
.cid-ukFt7uZbeX {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukFt7uZbeX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFt7uZbeX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFt7uZbeX .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-ukFt7uZbeX .content-container {
    flex-direction: column;
  }
}
.cid-ukFt7uZbeX .icons-menu {
  display: flex;
}
.cid-ukFt7uZbeX .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-ukFt7uZbeX .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-ukFt7uZbeX .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-ukFt7uZbeX .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-ukFt7uZbeX .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-ukFt7uZbeX .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-ukFt7uZbeX .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-ukFt7vYKSy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-ukFt7vYKSy::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukFt7vYKSy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFt7vYKSy .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-ukFt7vYKSy .container {
    padding: 0 22px;
  }
}
.cid-ukFt7vYKSy .row {
  position: relative;
  z-index: 1;
}
.cid-ukFt7vYKSy .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukFt7vYKSy .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukFt7vYKSy .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukFt7vYKSy .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFt7vYKSy .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFt7vYKSy .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukFt7vYKSy .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukFt7vYKSy .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukFt7vYKSy .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukFt7vYKSy .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukFt7vYKSy .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukFt7vYKSy .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukFt7vYKSy .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukFt7vYKSy .nav-wrapper .list .item-wrap:hover,
.cid-ukFt7vYKSy .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-ukFt7vYKSy .nav-wrapper .list .item-wrap:hover::before,
.cid-ukFt7vYKSy .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukFt7vYKSy .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukFt7vYKSy .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFt7vYKSy .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukFt7vYKSy .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukFt7vYKSy .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukFt7vYKSy .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukFt7vYKSy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukFt7vYKSy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukFt7vYKSy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-ukFt7vYKSy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukFt7vYKSy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukFt7vYKSy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukFt7vYKSy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukFt7vYKSy .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFt7vYKSy .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukFt7vYKSy .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukFt7vYKSy .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukFt7vYKSy .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukFt7vYKSy .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukFt7vYKSy .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukFt7vYKSy .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukFt7vYKSy .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukFt7vYKSy .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukFt7vYKSy .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukFt7vYKSy .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-ukFt7vYKSy .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukFt7vYKSy .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukFt7vYKSy .mbr-section-title {
  color: #bbc4bb;
}
.cid-ukFt7vYKSy .mbr-text {
  color: #ffffff;
}
.cid-ukFt7vYKSy .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-ukFt7vYKSy .list {
  color: #ffffff;
}
.cid-ukFt7vYKSy .mbr-contact {
  color: #ffffff;
}
.cid-ukFt7vYKSy .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-ukFtjbKLmN {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/adventure-park-1-800x800.jpg");
}
.cid-ukFtjbKLmN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFtjbKLmN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFtjbKLmN .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukFtjckhHd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukFtjckhHd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFtjckhHd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFtjckhHd .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ukFtjckhHd .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-ukFtjckhHd .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-ukFtjckhHd .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukFtjckhHd .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-ukFtjckhHd .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-ukFtjckhHd .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-ukFtjckhHd .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-ukFtjckhHd .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-ukFtjckhHd .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-ukFtjckhHd .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-ukFtjckhHd .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ukFtjckhHd .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-ukFtjckhHd .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-ukFtjckhHd .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-ukFtjckhHd .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-ukFtjckhHd .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukFtjckhHd .mbr-section-title {
  color: #E0BDB6;
}
.cid-ukFtjckhHd .mbr-section-subtitle {
  color: #747474;
}
.cid-ukFtjckhHd .mbr-text {
  color: #747474;
}
.cid-ukFtjckhHd .panel-title-edit {
  color: #092975;
}
.cid-ukFtjckhHd .panel-text {
  color: #747474;
}
.cid-ukFtjckhHd .mbr-section-title,
.cid-ukFtjckhHd .mbr-section-btn {
  color: #092975;
}
.cid-ukFtjd3OUD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ukFtjd3OUD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFtjd3OUD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFtjd3OUD .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ukFtjd3OUD .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ukFtjd3OUD .container {
    padding: 0 25px;
  }
}
.cid-ukFtjd3OUD .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFtjd3OUD .row {
    padding-top: 45px;
  }
}
.cid-ukFtjd3OUD .item:hover .item-wrapper .item-img img,
.cid-ukFtjd3OUD .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-ukFtjd3OUD .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ukFtjd3OUD .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-ukFtjd3OUD .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-ukFtjd3OUD .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-ukFtjd3OUD .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-ukFtjd3OUD .border-wrap {
    margin-top: 45px;
  }
}
.cid-ukFtjdH4ZU {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukFtjdH4ZU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFtjdH4ZU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFtjdH4ZU .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-ukFtjdH4ZU .content-container {
    flex-direction: column;
  }
}
.cid-ukFtjdH4ZU .icons-menu {
  display: flex;
}
.cid-ukFtjdH4ZU .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-ukFtjdH4ZU .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-ukFtjdH4ZU .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-ukFtjdH4ZU .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-ukFtjdH4ZU .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-ukFtjdH4ZU .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-ukFtjdH4ZU .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-ukFtjet4aO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-ukFtjet4aO::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukFtjet4aO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFtjet4aO .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-ukFtjet4aO .container {
    padding: 0 22px;
  }
}
.cid-ukFtjet4aO .row {
  position: relative;
  z-index: 1;
}
.cid-ukFtjet4aO .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukFtjet4aO .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukFtjet4aO .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukFtjet4aO .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFtjet4aO .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFtjet4aO .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukFtjet4aO .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukFtjet4aO .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukFtjet4aO .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukFtjet4aO .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukFtjet4aO .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukFtjet4aO .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukFtjet4aO .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukFtjet4aO .nav-wrapper .list .item-wrap:hover,
.cid-ukFtjet4aO .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-ukFtjet4aO .nav-wrapper .list .item-wrap:hover::before,
.cid-ukFtjet4aO .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukFtjet4aO .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukFtjet4aO .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFtjet4aO .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukFtjet4aO .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukFtjet4aO .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukFtjet4aO .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukFtjet4aO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukFtjet4aO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukFtjet4aO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-ukFtjet4aO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukFtjet4aO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukFtjet4aO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukFtjet4aO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukFtjet4aO .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFtjet4aO .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukFtjet4aO .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukFtjet4aO .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukFtjet4aO .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukFtjet4aO .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukFtjet4aO .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukFtjet4aO .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukFtjet4aO .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukFtjet4aO .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukFtjet4aO .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukFtjet4aO .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-ukFtjet4aO .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukFtjet4aO .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukFtjet4aO .mbr-section-title {
  color: #bbc4bb;
}
.cid-ukFtjet4aO .mbr-text {
  color: #ffffff;
}
.cid-ukFtjet4aO .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-ukFtjet4aO .list {
  color: #ffffff;
}
.cid-ukFtjet4aO .mbr-contact {
  color: #ffffff;
}
.cid-ukFtjet4aO .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-ukFtvI5jw1 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/3d-blacklight-minigolf-dubai-meta-795x671.jpg");
}
.cid-ukFtvI5jw1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFtvI5jw1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFtvI5jw1 .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukFtvIIBPW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukFtvIIBPW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFtvIIBPW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFtvIIBPW .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ukFtvIIBPW .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-ukFtvIIBPW .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-ukFtvIIBPW .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukFtvIIBPW .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-ukFtvIIBPW .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-ukFtvIIBPW .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-ukFtvIIBPW .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-ukFtvIIBPW .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-ukFtvIIBPW .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-ukFtvIIBPW .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-ukFtvIIBPW .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ukFtvIIBPW .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-ukFtvIIBPW .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-ukFtvIIBPW .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-ukFtvIIBPW .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-ukFtvIIBPW .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukFtvIIBPW .mbr-section-title {
  color: #E0BDB6;
}
.cid-ukFtvIIBPW .mbr-section-subtitle {
  color: #747474;
}
.cid-ukFtvIIBPW .mbr-text {
  color: #747474;
}
.cid-ukFtvIIBPW .panel-title-edit {
  color: #092975;
}
.cid-ukFtvIIBPW .panel-text {
  color: #747474;
}
.cid-ukFtvIIBPW .mbr-section-title,
.cid-ukFtvIIBPW .mbr-section-btn {
  color: #092975;
}
.cid-ukFtvJA5Wr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ukFtvJA5Wr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFtvJA5Wr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFtvJA5Wr .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ukFtvJA5Wr .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ukFtvJA5Wr .container {
    padding: 0 25px;
  }
}
.cid-ukFtvJA5Wr .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFtvJA5Wr .row {
    padding-top: 45px;
  }
}
.cid-ukFtvJA5Wr .item:hover .item-wrapper .item-img img,
.cid-ukFtvJA5Wr .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-ukFtvJA5Wr .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ukFtvJA5Wr .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-ukFtvJA5Wr .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-ukFtvJA5Wr .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-ukFtvJA5Wr .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-ukFtvJA5Wr .border-wrap {
    margin-top: 45px;
  }
}
.cid-ukFtvKnWYb {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukFtvKnWYb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFtvKnWYb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFtvKnWYb .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-ukFtvKnWYb .content-container {
    flex-direction: column;
  }
}
.cid-ukFtvKnWYb .icons-menu {
  display: flex;
}
.cid-ukFtvKnWYb .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-ukFtvKnWYb .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-ukFtvKnWYb .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-ukFtvKnWYb .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-ukFtvKnWYb .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-ukFtvKnWYb .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-ukFtvKnWYb .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-ukFtvL5wat {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-ukFtvL5wat::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukFtvL5wat .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFtvL5wat .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-ukFtvL5wat .container {
    padding: 0 22px;
  }
}
.cid-ukFtvL5wat .row {
  position: relative;
  z-index: 1;
}
.cid-ukFtvL5wat .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukFtvL5wat .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukFtvL5wat .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukFtvL5wat .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFtvL5wat .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFtvL5wat .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukFtvL5wat .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukFtvL5wat .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukFtvL5wat .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukFtvL5wat .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukFtvL5wat .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukFtvL5wat .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukFtvL5wat .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukFtvL5wat .nav-wrapper .list .item-wrap:hover,
.cid-ukFtvL5wat .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-ukFtvL5wat .nav-wrapper .list .item-wrap:hover::before,
.cid-ukFtvL5wat .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukFtvL5wat .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukFtvL5wat .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFtvL5wat .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukFtvL5wat .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukFtvL5wat .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukFtvL5wat .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukFtvL5wat .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukFtvL5wat .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukFtvL5wat .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-ukFtvL5wat .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukFtvL5wat .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukFtvL5wat .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukFtvL5wat .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukFtvL5wat .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFtvL5wat .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukFtvL5wat .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukFtvL5wat .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukFtvL5wat .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukFtvL5wat .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukFtvL5wat .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukFtvL5wat .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukFtvL5wat .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukFtvL5wat .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukFtvL5wat .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukFtvL5wat .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-ukFtvL5wat .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukFtvL5wat .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukFtvL5wat .mbr-section-title {
  color: #bbc4bb;
}
.cid-ukFtvL5wat .mbr-text {
  color: #ffffff;
}
.cid-ukFtvL5wat .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-ukFtvL5wat .list {
  color: #ffffff;
}
.cid-ukFtvL5wat .mbr-contact {
  color: #ffffff;
}
.cid-ukFtvL5wat .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-ukFtGW5lfq {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/dinner-in-the-sky-meta-1024x673.jpg");
}
.cid-ukFtGW5lfq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFtGW5lfq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFtGW5lfq .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukFtGWQKzY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukFtGWQKzY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFtGWQKzY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFtGWQKzY .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ukFtGWQKzY .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-ukFtGWQKzY .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-ukFtGWQKzY .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukFtGWQKzY .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-ukFtGWQKzY .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-ukFtGWQKzY .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-ukFtGWQKzY .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-ukFtGWQKzY .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-ukFtGWQKzY .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-ukFtGWQKzY .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-ukFtGWQKzY .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ukFtGWQKzY .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-ukFtGWQKzY .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-ukFtGWQKzY .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-ukFtGWQKzY .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-ukFtGWQKzY .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukFtGWQKzY .mbr-section-title {
  color: #E0BDB6;
}
.cid-ukFtGWQKzY .mbr-section-subtitle {
  color: #747474;
}
.cid-ukFtGWQKzY .mbr-text {
  color: #747474;
}
.cid-ukFtGWQKzY .panel-title-edit {
  color: #092975;
}
.cid-ukFtGWQKzY .panel-text {
  color: #747474;
}
.cid-ukFtGWQKzY .mbr-section-title,
.cid-ukFtGWQKzY .mbr-section-btn {
  color: #092975;
}
.cid-ukFtGXJkN6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ukFtGXJkN6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFtGXJkN6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFtGXJkN6 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ukFtGXJkN6 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ukFtGXJkN6 .container {
    padding: 0 25px;
  }
}
.cid-ukFtGXJkN6 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFtGXJkN6 .row {
    padding-top: 45px;
  }
}
.cid-ukFtGXJkN6 .item:hover .item-wrapper .item-img img,
.cid-ukFtGXJkN6 .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-ukFtGXJkN6 .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ukFtGXJkN6 .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-ukFtGXJkN6 .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-ukFtGXJkN6 .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-ukFtGXJkN6 .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-ukFtGXJkN6 .border-wrap {
    margin-top: 45px;
  }
}
.cid-ukFtGZlJdj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-ukFtGZlJdj::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukFtGZlJdj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFtGZlJdj .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-ukFtGZlJdj .container {
    padding: 0 22px;
  }
}
.cid-ukFtGZlJdj .row {
  position: relative;
  z-index: 1;
}
.cid-ukFtGZlJdj .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukFtGZlJdj .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukFtGZlJdj .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukFtGZlJdj .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFtGZlJdj .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFtGZlJdj .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukFtGZlJdj .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukFtGZlJdj .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukFtGZlJdj .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukFtGZlJdj .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukFtGZlJdj .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukFtGZlJdj .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukFtGZlJdj .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukFtGZlJdj .nav-wrapper .list .item-wrap:hover,
.cid-ukFtGZlJdj .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-ukFtGZlJdj .nav-wrapper .list .item-wrap:hover::before,
.cid-ukFtGZlJdj .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukFtGZlJdj .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukFtGZlJdj .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFtGZlJdj .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukFtGZlJdj .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukFtGZlJdj .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukFtGZlJdj .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukFtGZlJdj .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukFtGZlJdj .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukFtGZlJdj .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-ukFtGZlJdj .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukFtGZlJdj .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukFtGZlJdj .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukFtGZlJdj .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukFtGZlJdj .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFtGZlJdj .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukFtGZlJdj .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukFtGZlJdj .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukFtGZlJdj .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukFtGZlJdj .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukFtGZlJdj .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukFtGZlJdj .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukFtGZlJdj .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukFtGZlJdj .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukFtGZlJdj .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukFtGZlJdj .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-ukFtGZlJdj .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukFtGZlJdj .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukFtGZlJdj .mbr-section-title {
  color: #bbc4bb;
}
.cid-ukFtGZlJdj .mbr-text {
  color: #ffffff;
}
.cid-ukFtGZlJdj .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-ukFtGZlJdj .list {
  color: #ffffff;
}
.cid-ukFtGZlJdj .mbr-contact {
  color: #ffffff;
}
.cid-ukFtGZlJdj .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-ukFtXVC3NZ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/ras-cruise-1-800x800.jpg");
}
.cid-ukFtXVC3NZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFtXVC3NZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFtXVC3NZ .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukFtXWiudn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukFtXWiudn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFtXWiudn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFtXWiudn .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ukFtXWiudn .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-ukFtXWiudn .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-ukFtXWiudn .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukFtXWiudn .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-ukFtXWiudn .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-ukFtXWiudn .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-ukFtXWiudn .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-ukFtXWiudn .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-ukFtXWiudn .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-ukFtXWiudn .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-ukFtXWiudn .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ukFtXWiudn .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-ukFtXWiudn .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-ukFtXWiudn .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-ukFtXWiudn .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-ukFtXWiudn .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukFtXWiudn .mbr-section-title {
  color: #E0BDB6;
}
.cid-ukFtXWiudn .mbr-section-subtitle {
  color: #747474;
}
.cid-ukFtXWiudn .mbr-text {
  color: #747474;
}
.cid-ukFtXWiudn .panel-title-edit {
  color: #092975;
}
.cid-ukFtXWiudn .panel-text {
  color: #747474;
}
.cid-ukFtXWiudn .mbr-section-title,
.cid-ukFtXWiudn .mbr-section-btn {
  color: #092975;
}
.cid-ukFtXXhTj4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ukFtXXhTj4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFtXXhTj4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFtXXhTj4 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ukFtXXhTj4 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ukFtXXhTj4 .container {
    padding: 0 25px;
  }
}
.cid-ukFtXXhTj4 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFtXXhTj4 .row {
    padding-top: 45px;
  }
}
.cid-ukFtXXhTj4 .item:hover .item-wrapper .item-img img,
.cid-ukFtXXhTj4 .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-ukFtXXhTj4 .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ukFtXXhTj4 .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-ukFtXXhTj4 .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-ukFtXXhTj4 .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-ukFtXXhTj4 .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-ukFtXXhTj4 .border-wrap {
    margin-top: 45px;
  }
}
.cid-ukFtXYWk2b {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-ukFtXYWk2b::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukFtXYWk2b .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFtXYWk2b .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-ukFtXYWk2b .container {
    padding: 0 22px;
  }
}
.cid-ukFtXYWk2b .row {
  position: relative;
  z-index: 1;
}
.cid-ukFtXYWk2b .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukFtXYWk2b .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukFtXYWk2b .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukFtXYWk2b .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFtXYWk2b .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFtXYWk2b .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukFtXYWk2b .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukFtXYWk2b .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukFtXYWk2b .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukFtXYWk2b .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukFtXYWk2b .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukFtXYWk2b .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukFtXYWk2b .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukFtXYWk2b .nav-wrapper .list .item-wrap:hover,
.cid-ukFtXYWk2b .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-ukFtXYWk2b .nav-wrapper .list .item-wrap:hover::before,
.cid-ukFtXYWk2b .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukFtXYWk2b .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukFtXYWk2b .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFtXYWk2b .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukFtXYWk2b .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukFtXYWk2b .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukFtXYWk2b .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukFtXYWk2b .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukFtXYWk2b .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukFtXYWk2b .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-ukFtXYWk2b .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukFtXYWk2b .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukFtXYWk2b .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukFtXYWk2b .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukFtXYWk2b .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFtXYWk2b .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukFtXYWk2b .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukFtXYWk2b .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukFtXYWk2b .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukFtXYWk2b .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukFtXYWk2b .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukFtXYWk2b .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukFtXYWk2b .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukFtXYWk2b .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukFtXYWk2b .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukFtXYWk2b .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-ukFtXYWk2b .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukFtXYWk2b .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukFtXYWk2b .mbr-section-title {
  color: #bbc4bb;
}
.cid-ukFtXYWk2b .mbr-text {
  color: #ffffff;
}
.cid-ukFtXYWk2b .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-ukFtXYWk2b .list {
  color: #ffffff;
}
.cid-ukFtXYWk2b .mbr-contact {
  color: #ffffff;
}
.cid-ukFtXYWk2b .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-ukFu9I21gc {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/the-storm-meta-1-640x640.jpg");
}
.cid-ukFu9I21gc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFu9I21gc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFu9I21gc .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukFu9IAkrA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukFu9IAkrA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFu9IAkrA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFu9IAkrA .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ukFu9IAkrA .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-ukFu9IAkrA .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-ukFu9IAkrA .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukFu9IAkrA .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-ukFu9IAkrA .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-ukFu9IAkrA .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-ukFu9IAkrA .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-ukFu9IAkrA .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-ukFu9IAkrA .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-ukFu9IAkrA .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-ukFu9IAkrA .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ukFu9IAkrA .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-ukFu9IAkrA .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-ukFu9IAkrA .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-ukFu9IAkrA .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-ukFu9IAkrA .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukFu9IAkrA .mbr-section-title {
  color: #E0BDB6;
}
.cid-ukFu9IAkrA .mbr-section-subtitle {
  color: #747474;
}
.cid-ukFu9IAkrA .mbr-text {
  color: #747474;
}
.cid-ukFu9IAkrA .panel-title-edit {
  color: #092975;
}
.cid-ukFu9IAkrA .panel-text {
  color: #747474;
}
.cid-ukFu9IAkrA .mbr-section-title,
.cid-ukFu9IAkrA .mbr-section-btn {
  color: #092975;
}
.cid-ukFu9JoXUe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ukFu9JoXUe .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFu9JoXUe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFu9JoXUe .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ukFu9JoXUe .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ukFu9JoXUe .container {
    padding: 0 25px;
  }
}
.cid-ukFu9JoXUe .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFu9JoXUe .row {
    padding-top: 45px;
  }
}
.cid-ukFu9JoXUe .item:hover .item-wrapper .item-img img,
.cid-ukFu9JoXUe .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-ukFu9JoXUe .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ukFu9JoXUe .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-ukFu9JoXUe .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-ukFu9JoXUe .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-ukFu9JoXUe .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-ukFu9JoXUe .border-wrap {
    margin-top: 45px;
  }
}
.cid-ukFu9KVso4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-ukFu9KVso4::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukFu9KVso4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFu9KVso4 .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-ukFu9KVso4 .container {
    padding: 0 22px;
  }
}
.cid-ukFu9KVso4 .row {
  position: relative;
  z-index: 1;
}
.cid-ukFu9KVso4 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukFu9KVso4 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukFu9KVso4 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukFu9KVso4 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFu9KVso4 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFu9KVso4 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukFu9KVso4 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukFu9KVso4 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukFu9KVso4 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukFu9KVso4 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukFu9KVso4 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukFu9KVso4 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukFu9KVso4 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukFu9KVso4 .nav-wrapper .list .item-wrap:hover,
.cid-ukFu9KVso4 .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-ukFu9KVso4 .nav-wrapper .list .item-wrap:hover::before,
.cid-ukFu9KVso4 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukFu9KVso4 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukFu9KVso4 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFu9KVso4 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukFu9KVso4 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukFu9KVso4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukFu9KVso4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukFu9KVso4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukFu9KVso4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukFu9KVso4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-ukFu9KVso4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukFu9KVso4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukFu9KVso4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukFu9KVso4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukFu9KVso4 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFu9KVso4 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukFu9KVso4 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukFu9KVso4 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukFu9KVso4 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukFu9KVso4 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukFu9KVso4 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukFu9KVso4 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukFu9KVso4 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukFu9KVso4 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukFu9KVso4 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukFu9KVso4 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-ukFu9KVso4 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukFu9KVso4 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukFu9KVso4 .mbr-section-title {
  color: #bbc4bb;
}
.cid-ukFu9KVso4 .mbr-text {
  color: #ffffff;
}
.cid-ukFu9KVso4 .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-ukFu9KVso4 .list {
  color: #ffffff;
}
.cid-ukFu9KVso4 .mbr-contact {
  color: #ffffff;
}
.cid-ukFu9KVso4 .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-ukFuqNitib {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/escape-1-800x800.jpg");
}
.cid-ukFuqNitib .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFuqNitib .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFuqNitib .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukFuqOOPgj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukFuqOOPgj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFuqOOPgj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFuqOOPgj .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ukFuqOOPgj .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-ukFuqOOPgj .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-ukFuqOOPgj .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukFuqOOPgj .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-ukFuqOOPgj .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-ukFuqOOPgj .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-ukFuqOOPgj .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-ukFuqOOPgj .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-ukFuqOOPgj .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-ukFuqOOPgj .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-ukFuqOOPgj .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ukFuqOOPgj .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-ukFuqOOPgj .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-ukFuqOOPgj .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-ukFuqOOPgj .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-ukFuqOOPgj .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukFuqOOPgj .mbr-section-title {
  color: #E0BDB6;
}
.cid-ukFuqOOPgj .mbr-section-subtitle {
  color: #747474;
}
.cid-ukFuqOOPgj .mbr-text {
  color: #747474;
}
.cid-ukFuqOOPgj .panel-title-edit {
  color: #092975;
}
.cid-ukFuqOOPgj .panel-text {
  color: #747474;
}
.cid-ukFuqOOPgj .mbr-section-title,
.cid-ukFuqOOPgj .mbr-section-btn {
  color: #092975;
}
.cid-ukFuqQ6h5T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ukFuqQ6h5T .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFuqQ6h5T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFuqQ6h5T .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ukFuqQ6h5T .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ukFuqQ6h5T .container {
    padding: 0 25px;
  }
}
.cid-ukFuqQ6h5T .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFuqQ6h5T .row {
    padding-top: 45px;
  }
}
.cid-ukFuqQ6h5T .item:hover .item-wrapper .item-img img,
.cid-ukFuqQ6h5T .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-ukFuqQ6h5T .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ukFuqQ6h5T .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-ukFuqQ6h5T .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-ukFuqQ6h5T .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-ukFuqQ6h5T .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-ukFuqQ6h5T .border-wrap {
    margin-top: 45px;
  }
}
.cid-ukFuqSTmEt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-ukFuqSTmEt::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukFuqSTmEt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFuqSTmEt .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-ukFuqSTmEt .container {
    padding: 0 22px;
  }
}
.cid-ukFuqSTmEt .row {
  position: relative;
  z-index: 1;
}
.cid-ukFuqSTmEt .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukFuqSTmEt .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukFuqSTmEt .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukFuqSTmEt .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFuqSTmEt .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFuqSTmEt .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukFuqSTmEt .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukFuqSTmEt .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukFuqSTmEt .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukFuqSTmEt .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukFuqSTmEt .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukFuqSTmEt .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukFuqSTmEt .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukFuqSTmEt .nav-wrapper .list .item-wrap:hover,
.cid-ukFuqSTmEt .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-ukFuqSTmEt .nav-wrapper .list .item-wrap:hover::before,
.cid-ukFuqSTmEt .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukFuqSTmEt .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukFuqSTmEt .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFuqSTmEt .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukFuqSTmEt .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukFuqSTmEt .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukFuqSTmEt .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukFuqSTmEt .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukFuqSTmEt .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukFuqSTmEt .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-ukFuqSTmEt .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukFuqSTmEt .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukFuqSTmEt .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukFuqSTmEt .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukFuqSTmEt .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFuqSTmEt .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukFuqSTmEt .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukFuqSTmEt .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukFuqSTmEt .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukFuqSTmEt .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukFuqSTmEt .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukFuqSTmEt .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukFuqSTmEt .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukFuqSTmEt .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukFuqSTmEt .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukFuqSTmEt .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-ukFuqSTmEt .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukFuqSTmEt .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukFuqSTmEt .mbr-section-title {
  color: #bbc4bb;
}
.cid-ukFuqSTmEt .mbr-text {
  color: #ffffff;
}
.cid-ukFuqSTmEt .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-ukFuqSTmEt .list {
  color: #ffffff;
}
.cid-ukFuqSTmEt .mbr-contact {
  color: #ffffff;
}
.cid-ukFuqSTmEt .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-ukFuPATChS {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/smash-5-800x800.jpg");
}
.cid-ukFuPATChS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFuPATChS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFuPATChS .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukFuPBr1QZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukFuPBr1QZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFuPBr1QZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFuPBr1QZ .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ukFuPBr1QZ .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-ukFuPBr1QZ .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-ukFuPBr1QZ .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukFuPBr1QZ .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-ukFuPBr1QZ .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-ukFuPBr1QZ .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-ukFuPBr1QZ .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-ukFuPBr1QZ .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-ukFuPBr1QZ .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-ukFuPBr1QZ .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-ukFuPBr1QZ .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ukFuPBr1QZ .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-ukFuPBr1QZ .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-ukFuPBr1QZ .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-ukFuPBr1QZ .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-ukFuPBr1QZ .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukFuPBr1QZ .mbr-section-title {
  color: #E0BDB6;
}
.cid-ukFuPBr1QZ .mbr-section-subtitle {
  color: #747474;
}
.cid-ukFuPBr1QZ .mbr-text {
  color: #747474;
}
.cid-ukFuPBr1QZ .panel-title-edit {
  color: #092975;
}
.cid-ukFuPBr1QZ .panel-text {
  color: #747474;
}
.cid-ukFuPBr1QZ .mbr-section-title,
.cid-ukFuPBr1QZ .mbr-section-btn {
  color: #092975;
}
.cid-ukFuPCgtxu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ukFuPCgtxu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFuPCgtxu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFuPCgtxu .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ukFuPCgtxu .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ukFuPCgtxu .container {
    padding: 0 25px;
  }
}
.cid-ukFuPCgtxu .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFuPCgtxu .row {
    padding-top: 45px;
  }
}
.cid-ukFuPCgtxu .item:hover .item-wrapper .item-img img,
.cid-ukFuPCgtxu .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-ukFuPCgtxu .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ukFuPCgtxu .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-ukFuPCgtxu .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-ukFuPCgtxu .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-ukFuPCgtxu .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-ukFuPCgtxu .border-wrap {
    margin-top: 45px;
  }
}
.cid-ukFuPDQO2y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-ukFuPDQO2y::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukFuPDQO2y .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFuPDQO2y .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-ukFuPDQO2y .container {
    padding: 0 22px;
  }
}
.cid-ukFuPDQO2y .row {
  position: relative;
  z-index: 1;
}
.cid-ukFuPDQO2y .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukFuPDQO2y .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukFuPDQO2y .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukFuPDQO2y .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFuPDQO2y .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFuPDQO2y .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukFuPDQO2y .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukFuPDQO2y .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukFuPDQO2y .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukFuPDQO2y .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukFuPDQO2y .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukFuPDQO2y .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukFuPDQO2y .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukFuPDQO2y .nav-wrapper .list .item-wrap:hover,
.cid-ukFuPDQO2y .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-ukFuPDQO2y .nav-wrapper .list .item-wrap:hover::before,
.cid-ukFuPDQO2y .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukFuPDQO2y .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukFuPDQO2y .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFuPDQO2y .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukFuPDQO2y .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukFuPDQO2y .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukFuPDQO2y .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukFuPDQO2y .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukFuPDQO2y .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukFuPDQO2y .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-ukFuPDQO2y .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukFuPDQO2y .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukFuPDQO2y .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukFuPDQO2y .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukFuPDQO2y .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFuPDQO2y .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukFuPDQO2y .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukFuPDQO2y .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukFuPDQO2y .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukFuPDQO2y .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukFuPDQO2y .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukFuPDQO2y .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukFuPDQO2y .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukFuPDQO2y .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukFuPDQO2y .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukFuPDQO2y .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-ukFuPDQO2y .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukFuPDQO2y .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukFuPDQO2y .mbr-section-title {
  color: #bbc4bb;
}
.cid-ukFuPDQO2y .mbr-text {
  color: #ffffff;
}
.cid-ukFuPDQO2y .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-ukFuPDQO2y .list {
  color: #ffffff;
}
.cid-ukFuPDQO2y .mbr-contact {
  color: #ffffff;
}
.cid-ukFuPDQO2y .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-ukFv8xzTm9 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/venus-beach-club-800x800.jpg");
}
.cid-ukFv8xzTm9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFv8xzTm9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFv8xzTm9 .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukFv8y8gz1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukFv8y8gz1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFv8y8gz1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFv8y8gz1 .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ukFv8y8gz1 .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-ukFv8y8gz1 .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-ukFv8y8gz1 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukFv8y8gz1 .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-ukFv8y8gz1 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-ukFv8y8gz1 .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-ukFv8y8gz1 .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-ukFv8y8gz1 .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-ukFv8y8gz1 .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-ukFv8y8gz1 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-ukFv8y8gz1 .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ukFv8y8gz1 .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-ukFv8y8gz1 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-ukFv8y8gz1 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-ukFv8y8gz1 .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-ukFv8y8gz1 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukFv8y8gz1 .mbr-section-title {
  color: #E0BDB6;
}
.cid-ukFv8y8gz1 .mbr-section-subtitle {
  color: #747474;
}
.cid-ukFv8y8gz1 .mbr-text {
  color: #747474;
}
.cid-ukFv8y8gz1 .panel-title-edit {
  color: #092975;
}
.cid-ukFv8y8gz1 .panel-text {
  color: #747474;
}
.cid-ukFv8y8gz1 .mbr-section-title,
.cid-ukFv8y8gz1 .mbr-section-btn {
  color: #092975;
}
.cid-ukFv8yRkqr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ukFv8yRkqr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFv8yRkqr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFv8yRkqr .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ukFv8yRkqr .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ukFv8yRkqr .container {
    padding: 0 25px;
  }
}
.cid-ukFv8yRkqr .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFv8yRkqr .row {
    padding-top: 45px;
  }
}
.cid-ukFv8yRkqr .item:hover .item-wrapper .item-img img,
.cid-ukFv8yRkqr .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-ukFv8yRkqr .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ukFv8yRkqr .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-ukFv8yRkqr .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-ukFv8yRkqr .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-ukFv8yRkqr .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-ukFv8yRkqr .border-wrap {
    margin-top: 45px;
  }
}
.cid-ukFv8AfiGM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-ukFv8AfiGM::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukFv8AfiGM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFv8AfiGM .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-ukFv8AfiGM .container {
    padding: 0 22px;
  }
}
.cid-ukFv8AfiGM .row {
  position: relative;
  z-index: 1;
}
.cid-ukFv8AfiGM .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukFv8AfiGM .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukFv8AfiGM .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukFv8AfiGM .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFv8AfiGM .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFv8AfiGM .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukFv8AfiGM .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukFv8AfiGM .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukFv8AfiGM .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukFv8AfiGM .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukFv8AfiGM .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukFv8AfiGM .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukFv8AfiGM .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukFv8AfiGM .nav-wrapper .list .item-wrap:hover,
.cid-ukFv8AfiGM .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-ukFv8AfiGM .nav-wrapper .list .item-wrap:hover::before,
.cid-ukFv8AfiGM .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukFv8AfiGM .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukFv8AfiGM .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFv8AfiGM .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukFv8AfiGM .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukFv8AfiGM .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukFv8AfiGM .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukFv8AfiGM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukFv8AfiGM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukFv8AfiGM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-ukFv8AfiGM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukFv8AfiGM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukFv8AfiGM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukFv8AfiGM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukFv8AfiGM .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukFv8AfiGM .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukFv8AfiGM .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukFv8AfiGM .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukFv8AfiGM .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukFv8AfiGM .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukFv8AfiGM .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukFv8AfiGM .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukFv8AfiGM .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukFv8AfiGM .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukFv8AfiGM .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukFv8AfiGM .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-ukFv8AfiGM .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukFv8AfiGM .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukFv8AfiGM .mbr-section-title {
  color: #bbc4bb;
}
.cid-ukFv8AfiGM .mbr-text {
  color: #ffffff;
}
.cid-ukFv8AfiGM .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-ukFv8AfiGM .list {
  color: #ffffff;
}
.cid-ukFv8AfiGM .mbr-contact {
  color: #ffffff;
}
.cid-ukFv8AfiGM .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-ukL1zMQfNc {
  display: flex;
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/sahred-yacht-720x405.jpeg");
  align-items: center;
}
.cid-ukL1zMQfNc .mbr-overlay {
  background-color: #3d5150;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-ukL1zMQfNc .row {
    justify-content: flex-start;
  }
  .cid-ukL1zMQfNc .content-wrap {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .cid-ukL1zMQfNc .content-wrap {
    width: 100%;
  }
}
.cid-ukL1zMQfNc .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-ukL1zMQfNc .mbr-section-title {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-ukL1zMQfNc .mbr-text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-ukL1zMQfNc .mbr-section-btn {
    text-align: center;
  }
}
.cid-ukL1zMQfNc .mbr-section-title,
.cid-ukL1zMQfNc .mbr-section-btn {
  color: #ffffff;
}
.cid-ukL1zNqPUK {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ukL1zNqPUK .row {
  justify-content: flex-start;
}
.cid-ukL1zNqPUK .mbr-section-title {
  color: #1e2e90;
  text-align: center;
}
.cid-ukL1zNqPUK .mbr-section-subtitle {
  margin-top: 24px;
  color: #45494E;
}
@media (max-width: 991px) {
  .cid-ukL1zNqPUK .mbr-section-subtitle {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ukL1zNqPUK .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-ukL1zNqPUK .mbr-text {
  margin-top: 36px;
  color: #45494E;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ukL1zNqPUK .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-ukL1zNqPUK .mbr-text {
    margin-top: 20px;
  }
}
.cid-ukL2qsH42T {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background: #f9f9f9;
}
.cid-ukL2qsH42T h2,
.cid-ukL2qsH42T h3,
.cid-ukL2qsH42T h4,
.cid-ukL2qsH42T h5,
.cid-ukL2qsH42T p {
  margin: 0;
}
.cid-ukL2qsH42T .inner-container {
  margin-right: -32px;
}
.cid-ukL2qsH42T .content {
  width: 100%;
  padding-left: calc((100% - 1300px) / 2);
}
@media (max-width: 1440px) {
  .cid-ukL2qsH42T .content {
    padding-left: calc((100% - 1100px) / 2);
  }
}
@media (max-width: 1200px) {
  .cid-ukL2qsH42T .content {
    padding-left: calc((100% - 920px) / 2);
  }
}
@media (max-width: 1024px) {
  .cid-ukL2qsH42T .content {
    padding-left: calc((100% - 768px) / 2);
  }
}
@media (max-width: 800px) {
  .cid-ukL2qsH42T .content {
    width: 100%;
    padding-left: 7%;
  }
}
@media (max-width: 480px) {
  .cid-ukL2qsH42T .content {
    padding-left: 0;
  }
}
.cid-ukL2qsH42T .text-wrap {
  position: relative;
  width: 18.6%;
  padding-right: 30px;
}
@media (max-width: 1599px) {
  .cid-ukL2qsH42T .text-wrap {
    width: 25%;
  }
}
@media (max-width: 1024px) {
  .cid-ukL2qsH42T .text-wrap {
    padding-right: 24px;
  }
}
@media (max-width: 768px) {
  .cid-ukL2qsH42T .text-wrap {
    width: 38%;
  }
}
@media (max-width: 680px) {
  .cid-ukL2qsH42T .text-wrap {
    width: 100%;
  }
}
.cid-ukL2qsH42T .mbr-section-title {
  color: #1e2e90;
}
.cid-ukL2qsH42T .mbr-section-subtitle {
  color: #ec7e7e;
}
.cid-ukL2qsH42T .controls {
  margin-top: 45px;
}
.cid-ukL2qsH42T .embla {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.cid-ukL2qsH42T .embla__viewport {
  overflow: hidden;
  width: 81.4%;
}
@media (max-width: 1599px) {
  .cid-ukL2qsH42T .embla__viewport {
    width: 75%;
  }
}
@media (max-width: 680px) {
  .cid-ukL2qsH42T .embla__viewport {
    width: 100%;
  }
}
.cid-ukL2qsH42T .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ukL2qsH42T .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ukL2qsH42T .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  width: 81.4%;
}
@media (max-width: 1599px) {
  .cid-ukL2qsH42T .embla__container {
    width: 75%;
  }
}
@media (max-width: 680px) {
  .cid-ukL2qsH42T .embla__container {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-ukL2qsH42T .embla__slide {
  position: relative;
  margin-right: 30px;
}
.cid-ukL2qsH42T .card-wrap {
  width: 345.75px;
}
@media (max-width: 680px) {
  .cid-ukL2qsH42T .card-wrap {
    width: 296px;
  }
}
.cid-ukL2qsH42T .image-wrap {
  width: 100%;
  overflow: hidden;
}
.cid-ukL2qsH42T .image-wrap img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-ukL2qsH42T .content-wrap {
  margin-top: 20px;
}
.cid-ukL2qsH42T .mbr-card-title {
  margin-bottom: 6px;
  color: #c32f2f;
}
.cid-ukL2qsH42T .mbr-card-subtitle {
  margin-bottom: 2px;
  color: #1e2e90;
}
.cid-ukL2qsH42T .mbr-card-text {
  color: #6b6b6b;
}
.cid-ukL2qsH42T .embla__button--next svg polygon,
.cid-ukL2qsH42T .embla__button--prev svg polygon {
  transition: 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.cid-ukL2qsH42T .embla__button--next svg,
.cid-ukL2qsH42T .embla__button--prev svg {
  overflow: hidden;
}
.cid-ukL2qsH42T .embla__button--prev {
  vertical-align: super;
  color: #000;
  transition: color 0.25s ease-out;
}
.cid-ukL2qsH42T .embla__button--prev:hover {
  color: #000;
}
.cid-ukL2qsH42T .embla__button--prev svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.cid-ukL2qsH42T .embla__button--prev svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}
.cid-ukL2qsH42T .embla__button--prev:hover svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.cid-ukL2qsH42T .embla__button--prev:hover svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition-delay: 0.3s;
}
.cid-ukL2qsH42T .embla__button--next {
  vertical-align: sub;
  color: #000;
  transition: color 0.25s ease-out;
}
.cid-ukL2qsH42T .embla__button--next:hover {
  color: #000;
}
.cid-ukL2qsH42T .embla__button--next svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.cid-ukL2qsH42T .embla__button--next svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.cid-ukL2qsH42T .embla__button--next:hover svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}
.cid-ukL2qsH42T .embla__button--next:hover svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition-delay: 0.3s;
}
.cid-ukL1zQfdoj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukL1zQfdoj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukL1zQfdoj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukL1zQfdoj .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-ukL1zQfdoj .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-ukL1zQfdoj .col-img {
    order: 2;
  }
}
.cid-ukL1zQfdoj .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-ukL1zQfdoj .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-ukL1zQfdoj .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-ukL1zQfdoj .col-tex {
    order: 1;
  }
}
.cid-ukL1zQfdoj .card-title {
  color: #1e2e90;
}
.cid-ukL1zQfdoj .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-ukL1zQfdoj .mbr-section-btn {
  margin-top: 60px;
}
.cid-ukL1zQfdoj .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-ukL5DCkmt1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ukL5DCkmt1 .title-text {
  margin-bottom: 70px;
}
.cid-ukL5DCkmt1 .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-ukL5DCkmt1 .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-ukL5DCkmt1 .title-text .mbr-section-title {
  color: #130947;
}
.cid-ukL5DCkmt1 .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-ukL5DCkmt1 .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-ukL5DCkmt1 .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-ukL5DCkmt1 .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-ukL5DCkmt1 .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-ukL5DCkmt1 .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-ukL5DCkmt1 .accordion-content {
  flex-basis: 100%;
}
.cid-ukL5DCkmt1 .panel-group {
  width: 100%;
}
.cid-ukL5DCkmt1 .panel-text,
.cid-ukL5DCkmt1 .header-text,
.cid-ukL5DCkmt1 .mbr-section-subtitle {
  color: #222222;
}
.cid-ukL5DCkmt1 .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-ukL5DCkmt1 .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-ukL5DCkmt1 .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #f1f1f1;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-ukL5DCkmt1 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-ukL5DCkmt1 .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-ukL5DCkmt1 .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-ukL5DCkmt1 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-ukL5DCkmt1 .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-ukL5DCkmt1 .card .card-header a.panel-title .toggle-icon:before,
.cid-ukL5DCkmt1 .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-ukL5DCkmt1 .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-ukL5DCkmt1 .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-ukL5DCkmt1 .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #1e2e90;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-ukL5DCkmt1 .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-ukL5DCkmt1 .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #ffffff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-ukL5DCkmt1 .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-ukL5DCkmt1 .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-ukL5DCkmt1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukL5DCkmt1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukL5DCkmt1 .title-text .mbr-section-title {
  color: #1e2e90;
}
.cid-ukL1zRcnNm {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/yacht-party-720x405.jpg");
}
.cid-ukL1zRcnNm .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukL1zRcnNm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukL1zRcnNm .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukL1zS6KTO {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukL1zS6KTO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukL1zS6KTO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukL1zS6KTO .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-ukL1zS6KTO .content-container {
    flex-direction: column;
  }
}
.cid-ukL1zS6KTO .icons-menu {
  display: flex;
}
.cid-ukL1zS6KTO .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-ukL1zS6KTO .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-ukL1zS6KTO .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-ukL1zS6KTO .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-ukL1zS6KTO .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-ukL1zS6KTO .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-ukL1zS6KTO .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-ukL1zT0BF3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-ukL1zT0BF3::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukL1zT0BF3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukL1zT0BF3 .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-ukL1zT0BF3 .container {
    padding: 0 22px;
  }
}
.cid-ukL1zT0BF3 .row {
  position: relative;
  z-index: 1;
}
.cid-ukL1zT0BF3 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukL1zT0BF3 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukL1zT0BF3 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukL1zT0BF3 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukL1zT0BF3 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukL1zT0BF3 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukL1zT0BF3 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukL1zT0BF3 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukL1zT0BF3 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukL1zT0BF3 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukL1zT0BF3 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukL1zT0BF3 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukL1zT0BF3 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukL1zT0BF3 .nav-wrapper .list .item-wrap:hover,
.cid-ukL1zT0BF3 .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-ukL1zT0BF3 .nav-wrapper .list .item-wrap:hover::before,
.cid-ukL1zT0BF3 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukL1zT0BF3 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukL1zT0BF3 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukL1zT0BF3 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukL1zT0BF3 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukL1zT0BF3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukL1zT0BF3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukL1zT0BF3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukL1zT0BF3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukL1zT0BF3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-ukL1zT0BF3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukL1zT0BF3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukL1zT0BF3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukL1zT0BF3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukL1zT0BF3 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukL1zT0BF3 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukL1zT0BF3 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukL1zT0BF3 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukL1zT0BF3 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukL1zT0BF3 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukL1zT0BF3 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukL1zT0BF3 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukL1zT0BF3 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukL1zT0BF3 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukL1zT0BF3 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukL1zT0BF3 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-ukL1zT0BF3 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukL1zT0BF3 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukL1zT0BF3 .mbr-section-title {
  color: #bbc4bb;
}
.cid-ukL1zT0BF3 .mbr-text {
  color: #ffffff;
}
.cid-ukL1zT0BF3 .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-ukL1zT0BF3 .list {
  color: #ffffff;
}
.cid-ukL1zT0BF3 .mbr-contact {
  color: #ffffff;
}
.cid-ukL1zT0BF3 .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-ukRPMyZVi2 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/luxury-yacht.webp");
}
.cid-ukRPMyZVi2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukRPMyZVi2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukRPMyZVi2 .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ul30GwVnVz {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f8f6f2;
}
.cid-ul30GwVnVz .row {
  align-items: stretch;
  justify-content: center;
}
.cid-ul30GwVnVz .item {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .cid-ul30GwVnVz .item {
    padding-bottom: 18px;
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .cid-ul30GwVnVz .item {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
.cid-ul30GwVnVz .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-ul30GwVnVz .item-wrapper:hover .item-img {
  transform: scale(1.1);
}
.cid-ul30GwVnVz .item-img {
  width: 100%;
  opacity: 1;
  filter: brightness(100%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
.cid-ul30GwVnVz .item-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  z-index: 5;
  width: 100%;
  height: 100%;
  pointer-events: none;
  padding: 2rem;
}
.cid-ul30GwVnVz .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: fit-content;
  margin-top: auto;
  margin-bottom: 0;
  pointer-events: auto;
}
.cid-ul30GwVnVz .item-title {
  color: #FFFFFF;
  text-align: left;
}
.cid-ul30GwVnVz .mbr-text {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-ul30GwVnVz .mbr-section-btn {
  margin-top: 20px;
}
.cid-ul30GwVnVz .mbr-section-btn .btn:before {
  display: none;
}
.cid-ul30GwVnVz .mbr-section-btn .btn:after {
  display: none;
}
.cid-ul30GwVnVz .mbr-text,
.cid-ul30GwVnVz .mbr-section-btn {
  text-align: left;
}
.cid-ul30LhMNal {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8f6f2;
}
.cid-ul30LhMNal .row {
  align-items: stretch;
  justify-content: center;
}
.cid-ul30LhMNal .item {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .cid-ul30LhMNal .item {
    padding-bottom: 18px;
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .cid-ul30LhMNal .item {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
.cid-ul30LhMNal .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-ul30LhMNal .item-wrapper:hover .item-img {
  transform: scale(1.1);
}
.cid-ul30LhMNal .item-img {
  width: 100%;
  opacity: 1;
  filter: brightness(100%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
.cid-ul30LhMNal .item-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  z-index: 5;
  width: 100%;
  height: 100%;
  pointer-events: none;
  padding: 2rem;
}
.cid-ul30LhMNal .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: fit-content;
  margin-top: auto;
  margin-bottom: 0;
  pointer-events: auto;
}
.cid-ul30LhMNal .item-title {
  color: #FFFFFF;
  text-align: left;
}
.cid-ul30LhMNal .mbr-text {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-ul30LhMNal .mbr-section-btn {
  margin-top: 20px;
}
.cid-ul30LhMNal .mbr-section-btn .btn:before {
  display: none;
}
.cid-ul30LhMNal .mbr-section-btn .btn:after {
  display: none;
}
.cid-ul30LhMNal .mbr-text,
.cid-ul30LhMNal .mbr-section-btn {
  text-align: left;
}
.cid-ukRPMHW5vP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukRPMHW5vP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukRPMHW5vP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukRPMHW5vP .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ukRPMHW5vP .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-ukRPMHW5vP .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-ukRPMHW5vP .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukRPMHW5vP .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-ukRPMHW5vP .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-ukRPMHW5vP .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-ukRPMHW5vP .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-ukRPMHW5vP .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-ukRPMHW5vP .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-ukRPMHW5vP .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-ukRPMHW5vP .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ukRPMHW5vP .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-ukRPMHW5vP .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-ukRPMHW5vP .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-ukRPMHW5vP .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-ukRPMHW5vP .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukRPMHW5vP .mbr-section-title {
  color: #E0BDB6;
}
.cid-ukRPMHW5vP .mbr-section-subtitle {
  color: #747474;
}
.cid-ukRPMHW5vP .mbr-text {
  color: #747474;
}
.cid-ukRPMHW5vP .panel-title-edit {
  color: #092975;
}
.cid-ukRPMHW5vP .panel-text {
  color: #747474;
}
.cid-ukRPMHW5vP .mbr-section-title,
.cid-ukRPMHW5vP .mbr-section-btn {
  color: #092975;
}
.cid-ul31TIcEMw {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ul31TIcEMw .item-img {
  position: relative;
  overflow: hidden;
}
.cid-ul31TIcEMw .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-ul31TIcEMw h5 {
  margin-bottom: 1rem;
}
.cid-ul31TIcEMw .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-ul31TIcEMw .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-ul31TIcEMw img,
.cid-ul31TIcEMw .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  object-fit: cover;
}
.cid-ul31TIcEMw .item:focus,
.cid-ul31TIcEMw span:focus {
  outline: none;
}
.cid-ul31TIcEMw .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ul31TIcEMw .item {
    margin-bottom: 1rem;
  }
}
.cid-ul31TIcEMw .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ul31TIcEMw .mbr-section-title {
  color: #4e423d;
}
.cid-ul31TIcEMw .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-ul31TIcEMw .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-ul31TIcEMw .mbr-text,
.cid-ul31TIcEMw .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-ul31TIcEMw .content-head {
  max-width: 800px;
}
.cid-ukRPMNBqir {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ukRPMNBqir .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukRPMNBqir .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukRPMNBqir .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ukRPMNBqir .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ukRPMNBqir .container {
    padding: 0 25px;
  }
}
.cid-ukRPMNBqir .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukRPMNBqir .row {
    padding-top: 45px;
  }
}
.cid-ukRPMNBqir .item:hover .item-wrapper .item-img img,
.cid-ukRPMNBqir .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-ukRPMNBqir .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ukRPMNBqir .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-ukRPMNBqir .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-ukRPMNBqir .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-ukRPMNBqir .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-ukRPMNBqir .border-wrap {
    margin-top: 45px;
  }
}
.cid-ukRPMRDm1l {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukRPMRDm1l .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukRPMRDm1l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukRPMRDm1l .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-ukRPMRDm1l .content-container {
    flex-direction: column;
  }
}
.cid-ukRPMRDm1l .icons-menu {
  display: flex;
}
.cid-ukRPMRDm1l .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-ukRPMRDm1l .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-ukRPMRDm1l .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-ukRPMRDm1l .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-ukRPMRDm1l .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-ukRPMRDm1l .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-ukRPMRDm1l .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-ukRPMTmpE4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-ukRPMTmpE4::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukRPMTmpE4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukRPMTmpE4 .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-ukRPMTmpE4 .container {
    padding: 0 22px;
  }
}
.cid-ukRPMTmpE4 .row {
  position: relative;
  z-index: 1;
}
.cid-ukRPMTmpE4 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukRPMTmpE4 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukRPMTmpE4 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukRPMTmpE4 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukRPMTmpE4 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukRPMTmpE4 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukRPMTmpE4 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukRPMTmpE4 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukRPMTmpE4 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukRPMTmpE4 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukRPMTmpE4 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukRPMTmpE4 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukRPMTmpE4 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukRPMTmpE4 .nav-wrapper .list .item-wrap:hover,
.cid-ukRPMTmpE4 .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-ukRPMTmpE4 .nav-wrapper .list .item-wrap:hover::before,
.cid-ukRPMTmpE4 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukRPMTmpE4 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukRPMTmpE4 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukRPMTmpE4 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukRPMTmpE4 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukRPMTmpE4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukRPMTmpE4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukRPMTmpE4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukRPMTmpE4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukRPMTmpE4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-ukRPMTmpE4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukRPMTmpE4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukRPMTmpE4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukRPMTmpE4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukRPMTmpE4 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukRPMTmpE4 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukRPMTmpE4 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukRPMTmpE4 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukRPMTmpE4 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukRPMTmpE4 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukRPMTmpE4 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukRPMTmpE4 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukRPMTmpE4 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukRPMTmpE4 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukRPMTmpE4 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukRPMTmpE4 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-ukRPMTmpE4 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukRPMTmpE4 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukRPMTmpE4 .mbr-section-title {
  color: #bbc4bb;
}
.cid-ukRPMTmpE4 .mbr-text {
  color: #ffffff;
}
.cid-ukRPMTmpE4 .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-ukRPMTmpE4 .list {
  color: #ffffff;
}
.cid-ukRPMTmpE4 .mbr-contact {
  color: #ffffff;
}
.cid-ukRPMTmpE4 .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-ukRQy6fpw6 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/lyacht-4-800x800.jpeg");
}
.cid-ukRQy6fpw6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukRQy6fpw6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukRQy6fpw6 .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uoyPRpfkQF {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f8f6f2;
}
.cid-uoyPRpfkQF .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uoyPRpfkQF .item {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .cid-uoyPRpfkQF .item {
    padding-bottom: 18px;
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .cid-uoyPRpfkQF .item {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
.cid-uoyPRpfkQF .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uoyPRpfkQF .item-wrapper:hover .item-img {
  transform: scale(1.1);
}
.cid-uoyPRpfkQF .item-img {
  width: 100%;
  opacity: 1;
  filter: brightness(100%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
.cid-uoyPRpfkQF .item-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  z-index: 5;
  width: 100%;
  height: 100%;
  pointer-events: none;
  padding: 2rem;
}
.cid-uoyPRpfkQF .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: fit-content;
  margin-top: auto;
  margin-bottom: 0;
  pointer-events: auto;
}
.cid-uoyPRpfkQF .item-title {
  color: #FFFFFF;
  text-align: left;
}
.cid-uoyPRpfkQF .mbr-text {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-uoyPRpfkQF .mbr-section-btn {
  margin-top: 20px;
}
.cid-uoyPRpfkQF .mbr-section-btn .btn:before {
  display: none;
}
.cid-uoyPRpfkQF .mbr-section-btn .btn:after {
  display: none;
}
.cid-uoyPRpfkQF .mbr-text,
.cid-uoyPRpfkQF .mbr-section-btn {
  text-align: left;
}
.cid-uoyPSEJ6pz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8f6f2;
}
.cid-uoyPSEJ6pz .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uoyPSEJ6pz .item {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .cid-uoyPSEJ6pz .item {
    padding-bottom: 18px;
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .cid-uoyPSEJ6pz .item {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
.cid-uoyPSEJ6pz .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uoyPSEJ6pz .item-wrapper:hover .item-img {
  transform: scale(1.1);
}
.cid-uoyPSEJ6pz .item-img {
  width: 100%;
  opacity: 1;
  filter: brightness(100%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
.cid-uoyPSEJ6pz .item-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  z-index: 5;
  width: 100%;
  height: 100%;
  pointer-events: none;
  padding: 2rem;
}
.cid-uoyPSEJ6pz .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: fit-content;
  margin-top: auto;
  margin-bottom: 0;
  pointer-events: auto;
}
.cid-uoyPSEJ6pz .item-title {
  color: #FFFFFF;
  text-align: left;
}
.cid-uoyPSEJ6pz .mbr-text {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-uoyPSEJ6pz .mbr-section-btn {
  margin-top: 20px;
}
.cid-uoyPSEJ6pz .mbr-section-btn .btn:before {
  display: none;
}
.cid-uoyPSEJ6pz .mbr-section-btn .btn:after {
  display: none;
}
.cid-uoyPSEJ6pz .mbr-text,
.cid-uoyPSEJ6pz .mbr-section-btn {
  text-align: left;
}
.cid-uoyPU4zi6J {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8f6f2;
}
.cid-uoyPU4zi6J .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uoyPU4zi6J .item {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .cid-uoyPU4zi6J .item {
    padding-bottom: 18px;
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .cid-uoyPU4zi6J .item {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
.cid-uoyPU4zi6J .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uoyPU4zi6J .item-wrapper:hover .item-img {
  transform: scale(1.1);
}
.cid-uoyPU4zi6J .item-img {
  width: 100%;
  opacity: 1;
  filter: brightness(100%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
.cid-uoyPU4zi6J .item-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  z-index: 5;
  width: 100%;
  height: 100%;
  pointer-events: none;
  padding: 2rem;
}
.cid-uoyPU4zi6J .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: fit-content;
  margin-top: auto;
  margin-bottom: 0;
  pointer-events: auto;
}
.cid-uoyPU4zi6J .item-title {
  color: #FFFFFF;
  text-align: left;
}
.cid-uoyPU4zi6J .mbr-text {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-uoyPU4zi6J .mbr-section-btn {
  margin-top: 20px;
}
.cid-uoyPU4zi6J .mbr-section-btn .btn:before {
  display: none;
}
.cid-uoyPU4zi6J .mbr-section-btn .btn:after {
  display: none;
}
.cid-uoyPU4zi6J .mbr-text,
.cid-uoyPU4zi6J .mbr-section-btn {
  text-align: left;
}
.cid-uoyPVeeyIy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8f6f2;
}
.cid-uoyPVeeyIy .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uoyPVeeyIy .item {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .cid-uoyPVeeyIy .item {
    padding-bottom: 18px;
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .cid-uoyPVeeyIy .item {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
.cid-uoyPVeeyIy .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uoyPVeeyIy .item-wrapper:hover .item-img {
  transform: scale(1.1);
}
.cid-uoyPVeeyIy .item-img {
  width: 100%;
  opacity: 1;
  filter: brightness(100%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
.cid-uoyPVeeyIy .item-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  z-index: 5;
  width: 100%;
  height: 100%;
  pointer-events: none;
  padding: 2rem;
}
.cid-uoyPVeeyIy .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: fit-content;
  margin-top: auto;
  margin-bottom: 0;
  pointer-events: auto;
}
.cid-uoyPVeeyIy .item-title {
  color: #FFFFFF;
  text-align: left;
}
.cid-uoyPVeeyIy .mbr-text {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-uoyPVeeyIy .mbr-section-btn {
  margin-top: 20px;
}
.cid-uoyPVeeyIy .mbr-section-btn .btn:before {
  display: none;
}
.cid-uoyPVeeyIy .mbr-section-btn .btn:after {
  display: none;
}
.cid-uoyPVeeyIy .mbr-text,
.cid-uoyPVeeyIy .mbr-section-btn {
  text-align: left;
}
.cid-uoyPWr2T0v {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8f6f2;
}
.cid-uoyPWr2T0v .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uoyPWr2T0v .item {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .cid-uoyPWr2T0v .item {
    padding-bottom: 18px;
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .cid-uoyPWr2T0v .item {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
.cid-uoyPWr2T0v .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uoyPWr2T0v .item-wrapper:hover .item-img {
  transform: scale(1.1);
}
.cid-uoyPWr2T0v .item-img {
  width: 100%;
  opacity: 1;
  filter: brightness(100%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
.cid-uoyPWr2T0v .item-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  z-index: 5;
  width: 100%;
  height: 100%;
  pointer-events: none;
  padding: 2rem;
}
.cid-uoyPWr2T0v .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: fit-content;
  margin-top: auto;
  margin-bottom: 0;
  pointer-events: auto;
}
.cid-uoyPWr2T0v .item-title {
  color: #FFFFFF;
  text-align: left;
}
.cid-uoyPWr2T0v .mbr-text {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-uoyPWr2T0v .mbr-section-btn {
  margin-top: 20px;
}
.cid-uoyPWr2T0v .mbr-section-btn .btn:before {
  display: none;
}
.cid-uoyPWr2T0v .mbr-section-btn .btn:after {
  display: none;
}
.cid-uoyPWr2T0v .mbr-text,
.cid-uoyPWr2T0v .mbr-section-btn {
  text-align: left;
}
.cid-uoyPXmMKeh {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f8f6f2;
}
.cid-uoyPXmMKeh .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uoyPXmMKeh .item {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .cid-uoyPXmMKeh .item {
    padding-bottom: 18px;
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .cid-uoyPXmMKeh .item {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
.cid-uoyPXmMKeh .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uoyPXmMKeh .item-wrapper:hover .item-img {
  transform: scale(1.1);
}
.cid-uoyPXmMKeh .item-img {
  width: 100%;
  opacity: 1;
  filter: brightness(100%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
.cid-uoyPXmMKeh .item-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  z-index: 5;
  width: 100%;
  height: 100%;
  pointer-events: none;
  padding: 2rem;
}
.cid-uoyPXmMKeh .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: fit-content;
  margin-top: auto;
  margin-bottom: 0;
  pointer-events: auto;
}
.cid-uoyPXmMKeh .item-title {
  color: #FFFFFF;
  text-align: left;
}
.cid-uoyPXmMKeh .mbr-text {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-uoyPXmMKeh .mbr-section-btn {
  margin-top: 20px;
}
.cid-uoyPXmMKeh .mbr-section-btn .btn:before {
  display: none;
}
.cid-uoyPXmMKeh .mbr-section-btn .btn:after {
  display: none;
}
.cid-uoyPXmMKeh .mbr-text,
.cid-uoyPXmMKeh .mbr-section-btn {
  text-align: left;
}
.cid-ukRQy7yzIa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukRQy7yzIa .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukRQy7yzIa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukRQy7yzIa .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ukRQy7yzIa .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-ukRQy7yzIa .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-ukRQy7yzIa .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukRQy7yzIa .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-ukRQy7yzIa .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-ukRQy7yzIa .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-ukRQy7yzIa .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-ukRQy7yzIa .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-ukRQy7yzIa .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-ukRQy7yzIa .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-ukRQy7yzIa .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ukRQy7yzIa .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-ukRQy7yzIa .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-ukRQy7yzIa .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-ukRQy7yzIa .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-ukRQy7yzIa .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukRQy7yzIa .mbr-section-title {
  color: #E0BDB6;
}
.cid-ukRQy7yzIa .mbr-section-subtitle {
  color: #747474;
}
.cid-ukRQy7yzIa .mbr-text {
  color: #747474;
}
.cid-ukRQy7yzIa .panel-title-edit {
  color: #092975;
}
.cid-ukRQy7yzIa .panel-text {
  color: #747474;
}
.cid-ukRQy7yzIa .mbr-section-title,
.cid-ukRQy7yzIa .mbr-section-btn {
  color: #092975;
}
.cid-ukRQy8YR8n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ukRQy8YR8n .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukRQy8YR8n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukRQy8YR8n .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ukRQy8YR8n .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ukRQy8YR8n .container {
    padding: 0 25px;
  }
}
.cid-ukRQy8YR8n .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukRQy8YR8n .row {
    padding-top: 45px;
  }
}
.cid-ukRQy8YR8n .item:hover .item-wrapper .item-img img,
.cid-ukRQy8YR8n .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-ukRQy8YR8n .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ukRQy8YR8n .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-ukRQy8YR8n .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-ukRQy8YR8n .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-ukRQy8YR8n .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-ukRQy8YR8n .border-wrap {
    margin-top: 45px;
  }
}
.cid-ukRQyagVgr {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukRQyagVgr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukRQyagVgr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukRQyagVgr .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-ukRQyagVgr .content-container {
    flex-direction: column;
  }
}
.cid-ukRQyagVgr .icons-menu {
  display: flex;
}
.cid-ukRQyagVgr .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-ukRQyagVgr .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-ukRQyagVgr .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-ukRQyagVgr .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-ukRQyagVgr .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-ukRQyagVgr .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-ukRQyagVgr .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-ukRQybyRQz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-ukRQybyRQz::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukRQybyRQz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukRQybyRQz .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-ukRQybyRQz .container {
    padding: 0 22px;
  }
}
.cid-ukRQybyRQz .row {
  position: relative;
  z-index: 1;
}
.cid-ukRQybyRQz .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukRQybyRQz .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukRQybyRQz .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukRQybyRQz .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukRQybyRQz .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukRQybyRQz .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukRQybyRQz .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukRQybyRQz .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukRQybyRQz .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukRQybyRQz .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukRQybyRQz .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukRQybyRQz .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukRQybyRQz .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukRQybyRQz .nav-wrapper .list .item-wrap:hover,
.cid-ukRQybyRQz .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-ukRQybyRQz .nav-wrapper .list .item-wrap:hover::before,
.cid-ukRQybyRQz .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukRQybyRQz .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukRQybyRQz .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukRQybyRQz .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukRQybyRQz .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukRQybyRQz .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukRQybyRQz .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukRQybyRQz .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukRQybyRQz .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukRQybyRQz .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-ukRQybyRQz .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukRQybyRQz .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukRQybyRQz .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukRQybyRQz .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukRQybyRQz .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukRQybyRQz .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukRQybyRQz .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukRQybyRQz .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukRQybyRQz .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukRQybyRQz .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukRQybyRQz .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukRQybyRQz .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukRQybyRQz .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukRQybyRQz .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukRQybyRQz .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukRQybyRQz .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-ukRQybyRQz .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukRQybyRQz .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukRQybyRQz .mbr-section-title {
  color: #bbc4bb;
}
.cid-ukRQybyRQz .mbr-text {
  color: #ffffff;
}
.cid-ukRQybyRQz .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-ukRQybyRQz .list {
  color: #ffffff;
}
.cid-ukRQybyRQz .mbr-contact {
  color: #ffffff;
}
.cid-ukRQybyRQz .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-ukRR1bOnax {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/sightseeing-yacht-720x405.jpg");
}
.cid-ukRR1bOnax .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukRR1bOnax .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukRR1bOnax .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukRR1cWBKq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukRR1cWBKq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukRR1cWBKq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukRR1cWBKq .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ukRR1cWBKq .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-ukRR1cWBKq .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-ukRR1cWBKq .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukRR1cWBKq .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-ukRR1cWBKq .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-ukRR1cWBKq .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-ukRR1cWBKq .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-ukRR1cWBKq .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-ukRR1cWBKq .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-ukRR1cWBKq .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-ukRR1cWBKq .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ukRR1cWBKq .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-ukRR1cWBKq .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-ukRR1cWBKq .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-ukRR1cWBKq .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-ukRR1cWBKq .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukRR1cWBKq .mbr-section-title {
  color: #E0BDB6;
}
.cid-ukRR1cWBKq .mbr-section-subtitle {
  color: #747474;
}
.cid-ukRR1cWBKq .mbr-text {
  color: #747474;
}
.cid-ukRR1cWBKq .panel-title-edit {
  color: #092975;
}
.cid-ukRR1cWBKq .panel-text {
  color: #747474;
}
.cid-ukRR1cWBKq .mbr-section-title,
.cid-ukRR1cWBKq .mbr-section-btn {
  color: #092975;
}
.cid-ukRR1egXRK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ukRR1egXRK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukRR1egXRK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukRR1egXRK .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ukRR1egXRK .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ukRR1egXRK .container {
    padding: 0 25px;
  }
}
.cid-ukRR1egXRK .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukRR1egXRK .row {
    padding-top: 45px;
  }
}
.cid-ukRR1egXRK .item:hover .item-wrapper .item-img img,
.cid-ukRR1egXRK .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-ukRR1egXRK .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ukRR1egXRK .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-ukRR1egXRK .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-ukRR1egXRK .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-ukRR1egXRK .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-ukRR1egXRK .border-wrap {
    margin-top: 45px;
  }
}
.cid-ukRR1flIWO {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukRR1flIWO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukRR1flIWO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukRR1flIWO .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-ukRR1flIWO .content-container {
    flex-direction: column;
  }
}
.cid-ukRR1flIWO .icons-menu {
  display: flex;
}
.cid-ukRR1flIWO .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-ukRR1flIWO .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-ukRR1flIWO .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-ukRR1flIWO .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-ukRR1flIWO .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-ukRR1flIWO .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-ukRR1flIWO .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-ukRR1gqGS0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-ukRR1gqGS0::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukRR1gqGS0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukRR1gqGS0 .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-ukRR1gqGS0 .container {
    padding: 0 22px;
  }
}
.cid-ukRR1gqGS0 .row {
  position: relative;
  z-index: 1;
}
.cid-ukRR1gqGS0 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukRR1gqGS0 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukRR1gqGS0 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukRR1gqGS0 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukRR1gqGS0 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukRR1gqGS0 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukRR1gqGS0 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukRR1gqGS0 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukRR1gqGS0 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukRR1gqGS0 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukRR1gqGS0 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukRR1gqGS0 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukRR1gqGS0 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukRR1gqGS0 .nav-wrapper .list .item-wrap:hover,
.cid-ukRR1gqGS0 .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-ukRR1gqGS0 .nav-wrapper .list .item-wrap:hover::before,
.cid-ukRR1gqGS0 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukRR1gqGS0 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukRR1gqGS0 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukRR1gqGS0 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukRR1gqGS0 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukRR1gqGS0 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukRR1gqGS0 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukRR1gqGS0 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukRR1gqGS0 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukRR1gqGS0 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-ukRR1gqGS0 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukRR1gqGS0 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukRR1gqGS0 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukRR1gqGS0 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukRR1gqGS0 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukRR1gqGS0 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukRR1gqGS0 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukRR1gqGS0 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukRR1gqGS0 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukRR1gqGS0 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukRR1gqGS0 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukRR1gqGS0 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukRR1gqGS0 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukRR1gqGS0 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukRR1gqGS0 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukRR1gqGS0 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-ukRR1gqGS0 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukRR1gqGS0 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukRR1gqGS0 .mbr-section-title {
  color: #bbc4bb;
}
.cid-ukRR1gqGS0 .mbr-text {
  color: #ffffff;
}
.cid-ukRR1gqGS0 .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-ukRR1gqGS0 .list {
  color: #ffffff;
}
.cid-ukRR1gqGS0 .mbr-contact {
  color: #ffffff;
}
.cid-ukRR1gqGS0 .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-ukRRMT623v {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/glass-3-800x800.jpeg");
}
.cid-ukRRMT623v .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukRRMT623v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukRRMT623v .mbr-section-title {
  margin-bottom: 32px;
}
.cid-up5aze0vu6 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f8f6f2;
}
.cid-up5aze0vu6 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-up5aze0vu6 .item {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .cid-up5aze0vu6 .item {
    padding-bottom: 18px;
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .cid-up5aze0vu6 .item {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
.cid-up5aze0vu6 .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-up5aze0vu6 .item-wrapper:hover .item-img {
  transform: scale(1.1);
}
.cid-up5aze0vu6 .item-img {
  width: 100%;
  opacity: 1;
  filter: brightness(100%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
.cid-up5aze0vu6 .item-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  z-index: 5;
  width: 100%;
  height: 100%;
  pointer-events: none;
  padding: 2rem;
}
.cid-up5aze0vu6 .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: fit-content;
  margin-top: auto;
  margin-bottom: 0;
  pointer-events: auto;
}
.cid-up5aze0vu6 .item-title {
  color: #FFFFFF;
  text-align: left;
}
.cid-up5aze0vu6 .mbr-text {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-up5aze0vu6 .mbr-section-btn {
  margin-top: 20px;
}
.cid-up5aze0vu6 .mbr-section-btn .btn:before {
  display: none;
}
.cid-up5aze0vu6 .mbr-section-btn .btn:after {
  display: none;
}
.cid-up5aze0vu6 .mbr-text,
.cid-up5aze0vu6 .mbr-section-btn {
  text-align: left;
}
.cid-ukRRMTWDvZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukRRMTWDvZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukRRMTWDvZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukRRMTWDvZ .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ukRRMTWDvZ .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-ukRRMTWDvZ .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-ukRRMTWDvZ .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukRRMTWDvZ .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-ukRRMTWDvZ .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-ukRRMTWDvZ .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-ukRRMTWDvZ .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-ukRRMTWDvZ .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-ukRRMTWDvZ .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-ukRRMTWDvZ .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-ukRRMTWDvZ .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ukRRMTWDvZ .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-ukRRMTWDvZ .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-ukRRMTWDvZ .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-ukRRMTWDvZ .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-ukRRMTWDvZ .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukRRMTWDvZ .mbr-section-title {
  color: #E0BDB6;
}
.cid-ukRRMTWDvZ .mbr-section-subtitle {
  color: #747474;
}
.cid-ukRRMTWDvZ .mbr-text {
  color: #747474;
}
.cid-ukRRMTWDvZ .panel-title-edit {
  color: #092975;
}
.cid-ukRRMTWDvZ .panel-text {
  color: #747474;
}
.cid-ukRRMTWDvZ .mbr-section-title,
.cid-ukRRMTWDvZ .mbr-section-btn {
  color: #092975;
}
.cid-ukRRMUYryk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ukRRMUYryk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukRRMUYryk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukRRMUYryk .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ukRRMUYryk .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ukRRMUYryk .container {
    padding: 0 25px;
  }
}
.cid-ukRRMUYryk .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukRRMUYryk .row {
    padding-top: 45px;
  }
}
.cid-ukRRMUYryk .item:hover .item-wrapper .item-img img,
.cid-ukRRMUYryk .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-ukRRMUYryk .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ukRRMUYryk .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-ukRRMUYryk .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-ukRRMUYryk .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-ukRRMUYryk .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-ukRRMUYryk .border-wrap {
    margin-top: 45px;
  }
}
.cid-ukRRMVR7fD {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukRRMVR7fD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukRRMVR7fD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukRRMVR7fD .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-ukRRMVR7fD .content-container {
    flex-direction: column;
  }
}
.cid-ukRRMVR7fD .icons-menu {
  display: flex;
}
.cid-ukRRMVR7fD .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-ukRRMVR7fD .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-ukRRMVR7fD .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-ukRRMVR7fD .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-ukRRMVR7fD .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-ukRRMVR7fD .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-ukRRMVR7fD .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-ukRRMWNF4J {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-ukRRMWNF4J::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukRRMWNF4J .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukRRMWNF4J .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-ukRRMWNF4J .container {
    padding: 0 22px;
  }
}
.cid-ukRRMWNF4J .row {
  position: relative;
  z-index: 1;
}
.cid-ukRRMWNF4J .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukRRMWNF4J .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukRRMWNF4J .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukRRMWNF4J .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukRRMWNF4J .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukRRMWNF4J .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukRRMWNF4J .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukRRMWNF4J .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukRRMWNF4J .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukRRMWNF4J .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukRRMWNF4J .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukRRMWNF4J .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukRRMWNF4J .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukRRMWNF4J .nav-wrapper .list .item-wrap:hover,
.cid-ukRRMWNF4J .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-ukRRMWNF4J .nav-wrapper .list .item-wrap:hover::before,
.cid-ukRRMWNF4J .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukRRMWNF4J .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukRRMWNF4J .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukRRMWNF4J .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukRRMWNF4J .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukRRMWNF4J .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukRRMWNF4J .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukRRMWNF4J .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukRRMWNF4J .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukRRMWNF4J .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-ukRRMWNF4J .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukRRMWNF4J .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukRRMWNF4J .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukRRMWNF4J .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukRRMWNF4J .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukRRMWNF4J .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukRRMWNF4J .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukRRMWNF4J .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukRRMWNF4J .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukRRMWNF4J .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukRRMWNF4J .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukRRMWNF4J .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukRRMWNF4J .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukRRMWNF4J .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukRRMWNF4J .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukRRMWNF4J .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-ukRRMWNF4J .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukRRMWNF4J .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukRRMWNF4J .mbr-section-title {
  color: #bbc4bb;
}
.cid-ukRRMWNF4J .mbr-text {
  color: #ffffff;
}
.cid-ukRRMWNF4J .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-ukRRMWNF4J .list {
  color: #ffffff;
}
.cid-ukRRMWNF4J .mbr-contact {
  color: #ffffff;
}
.cid-ukRRMWNF4J .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-ukRS0s2vnn {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/gulet-yacht-720x405.jpeg");
}
.cid-ukRS0s2vnn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukRS0s2vnn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukRS0s2vnn .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukRS0tbjyf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukRS0tbjyf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukRS0tbjyf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukRS0tbjyf .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ukRS0tbjyf .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-ukRS0tbjyf .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-ukRS0tbjyf .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukRS0tbjyf .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-ukRS0tbjyf .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-ukRS0tbjyf .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-ukRS0tbjyf .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-ukRS0tbjyf .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-ukRS0tbjyf .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-ukRS0tbjyf .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-ukRS0tbjyf .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ukRS0tbjyf .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-ukRS0tbjyf .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-ukRS0tbjyf .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-ukRS0tbjyf .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-ukRS0tbjyf .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukRS0tbjyf .mbr-section-title {
  color: #E0BDB6;
}
.cid-ukRS0tbjyf .mbr-section-subtitle {
  color: #747474;
}
.cid-ukRS0tbjyf .mbr-text {
  color: #747474;
}
.cid-ukRS0tbjyf .panel-title-edit {
  color: #092975;
}
.cid-ukRS0tbjyf .panel-text {
  color: #747474;
}
.cid-ukRS0tbjyf .mbr-section-title,
.cid-ukRS0tbjyf .mbr-section-btn {
  color: #092975;
}
.cid-ukRS0v0NRF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ukRS0v0NRF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukRS0v0NRF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukRS0v0NRF .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ukRS0v0NRF .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ukRS0v0NRF .container {
    padding: 0 25px;
  }
}
.cid-ukRS0v0NRF .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukRS0v0NRF .row {
    padding-top: 45px;
  }
}
.cid-ukRS0v0NRF .item:hover .item-wrapper .item-img img,
.cid-ukRS0v0NRF .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-ukRS0v0NRF .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ukRS0v0NRF .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-ukRS0v0NRF .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-ukRS0v0NRF .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-ukRS0v0NRF .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-ukRS0v0NRF .border-wrap {
    margin-top: 45px;
  }
}
.cid-ukRS0wpwO8 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukRS0wpwO8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukRS0wpwO8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukRS0wpwO8 .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-ukRS0wpwO8 .content-container {
    flex-direction: column;
  }
}
.cid-ukRS0wpwO8 .icons-menu {
  display: flex;
}
.cid-ukRS0wpwO8 .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-ukRS0wpwO8 .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-ukRS0wpwO8 .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-ukRS0wpwO8 .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-ukRS0wpwO8 .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-ukRS0wpwO8 .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-ukRS0wpwO8 .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-ukRS0xG3Ir {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-ukRS0xG3Ir::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukRS0xG3Ir .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukRS0xG3Ir .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-ukRS0xG3Ir .container {
    padding: 0 22px;
  }
}
.cid-ukRS0xG3Ir .row {
  position: relative;
  z-index: 1;
}
.cid-ukRS0xG3Ir .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukRS0xG3Ir .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukRS0xG3Ir .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukRS0xG3Ir .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukRS0xG3Ir .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukRS0xG3Ir .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukRS0xG3Ir .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukRS0xG3Ir .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukRS0xG3Ir .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukRS0xG3Ir .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukRS0xG3Ir .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukRS0xG3Ir .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukRS0xG3Ir .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukRS0xG3Ir .nav-wrapper .list .item-wrap:hover,
.cid-ukRS0xG3Ir .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-ukRS0xG3Ir .nav-wrapper .list .item-wrap:hover::before,
.cid-ukRS0xG3Ir .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukRS0xG3Ir .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukRS0xG3Ir .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukRS0xG3Ir .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukRS0xG3Ir .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukRS0xG3Ir .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukRS0xG3Ir .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukRS0xG3Ir .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukRS0xG3Ir .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukRS0xG3Ir .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-ukRS0xG3Ir .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukRS0xG3Ir .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukRS0xG3Ir .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukRS0xG3Ir .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukRS0xG3Ir .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukRS0xG3Ir .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukRS0xG3Ir .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukRS0xG3Ir .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukRS0xG3Ir .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukRS0xG3Ir .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukRS0xG3Ir .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukRS0xG3Ir .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukRS0xG3Ir .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukRS0xG3Ir .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukRS0xG3Ir .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukRS0xG3Ir .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-ukRS0xG3Ir .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukRS0xG3Ir .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukRS0xG3Ir .mbr-section-title {
  color: #bbc4bb;
}
.cid-ukRS0xG3Ir .mbr-text {
  color: #ffffff;
}
.cid-ukRS0xG3Ir .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-ukRS0xG3Ir .list {
  color: #ffffff;
}
.cid-ukRS0xG3Ir .mbr-contact {
  color: #ffffff;
}
.cid-ukRS0xG3Ir .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-ukRT7utdcH {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/yacht-party-720x405.jpeg");
}
.cid-ukRT7utdcH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukRT7utdcH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukRT7utdcH .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukXfCcQTjR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f6f2;
}
.cid-ukXfCcQTjR .row {
  align-items: stretch;
  justify-content: center;
}
.cid-ukXfCcQTjR .item {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .cid-ukXfCcQTjR .item {
    padding-bottom: 18px;
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .cid-ukXfCcQTjR .item {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
.cid-ukXfCcQTjR .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-ukXfCcQTjR .item-wrapper:hover .item-img {
  transform: scale(1.1);
}
.cid-ukXfCcQTjR .item-img {
  width: 100%;
  opacity: 0.9;
  filter: brightness(80%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
.cid-ukXfCcQTjR .item-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  z-index: 5;
  width: 100%;
  height: 100%;
  pointer-events: none;
  padding: 2rem;
}
.cid-ukXfCcQTjR .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: fit-content;
  margin-top: auto;
  margin-bottom: 0;
  pointer-events: auto;
}
.cid-ukXfCcQTjR .item-title {
  color: #FFFFFF;
  text-align: left;
}
.cid-ukXfCcQTjR .mbr-text {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-ukXfCcQTjR .mbr-section-btn {
  margin-top: 20px;
}
.cid-ukXfCcQTjR .mbr-section-btn .btn:before {
  display: none;
}
.cid-ukXfCcQTjR .mbr-section-btn .btn:after {
  display: none;
}
.cid-ukXfCcQTjR .mbr-text,
.cid-ukXfCcQTjR .mbr-section-btn {
  text-align: left;
}
.cid-ukRT7w6E5f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukRT7w6E5f .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukRT7w6E5f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukRT7w6E5f .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ukRT7w6E5f .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-ukRT7w6E5f .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-ukRT7w6E5f .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukRT7w6E5f .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-ukRT7w6E5f .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-ukRT7w6E5f .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-ukRT7w6E5f .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-ukRT7w6E5f .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-ukRT7w6E5f .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-ukRT7w6E5f .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-ukRT7w6E5f .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ukRT7w6E5f .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-ukRT7w6E5f .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-ukRT7w6E5f .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-ukRT7w6E5f .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-ukRT7w6E5f .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukRT7w6E5f .mbr-section-title {
  color: #E0BDB6;
}
.cid-ukRT7w6E5f .mbr-section-subtitle {
  color: #747474;
}
.cid-ukRT7w6E5f .mbr-text {
  color: #747474;
}
.cid-ukRT7w6E5f .panel-title-edit {
  color: #092975;
}
.cid-ukRT7w6E5f .panel-text {
  color: #747474;
}
.cid-ukRT7w6E5f .mbr-section-title,
.cid-ukRT7w6E5f .mbr-section-btn {
  color: #092975;
}
.cid-ukRT7xw1tq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ukRT7xw1tq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukRT7xw1tq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukRT7xw1tq .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ukRT7xw1tq .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ukRT7xw1tq .container {
    padding: 0 25px;
  }
}
.cid-ukRT7xw1tq .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukRT7xw1tq .row {
    padding-top: 45px;
  }
}
.cid-ukRT7xw1tq .item:hover .item-wrapper .item-img img,
.cid-ukRT7xw1tq .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-ukRT7xw1tq .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ukRT7xw1tq .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-ukRT7xw1tq .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-ukRT7xw1tq .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-ukRT7xw1tq .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-ukRT7xw1tq .border-wrap {
    margin-top: 45px;
  }
}
.cid-ukRT7yEzEk {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukRT7yEzEk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukRT7yEzEk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukRT7yEzEk .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-ukRT7yEzEk .content-container {
    flex-direction: column;
  }
}
.cid-ukRT7yEzEk .icons-menu {
  display: flex;
}
.cid-ukRT7yEzEk .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-ukRT7yEzEk .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-ukRT7yEzEk .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-ukRT7yEzEk .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-ukRT7yEzEk .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-ukRT7yEzEk .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-ukRT7yEzEk .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-ukRT7zNiOc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-ukRT7zNiOc::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukRT7zNiOc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukRT7zNiOc .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-ukRT7zNiOc .container {
    padding: 0 22px;
  }
}
.cid-ukRT7zNiOc .row {
  position: relative;
  z-index: 1;
}
.cid-ukRT7zNiOc .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukRT7zNiOc .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukRT7zNiOc .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukRT7zNiOc .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukRT7zNiOc .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukRT7zNiOc .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukRT7zNiOc .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukRT7zNiOc .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukRT7zNiOc .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukRT7zNiOc .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukRT7zNiOc .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukRT7zNiOc .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukRT7zNiOc .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukRT7zNiOc .nav-wrapper .list .item-wrap:hover,
.cid-ukRT7zNiOc .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-ukRT7zNiOc .nav-wrapper .list .item-wrap:hover::before,
.cid-ukRT7zNiOc .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukRT7zNiOc .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukRT7zNiOc .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukRT7zNiOc .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukRT7zNiOc .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukRT7zNiOc .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukRT7zNiOc .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukRT7zNiOc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukRT7zNiOc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukRT7zNiOc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-ukRT7zNiOc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukRT7zNiOc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukRT7zNiOc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukRT7zNiOc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukRT7zNiOc .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukRT7zNiOc .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukRT7zNiOc .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukRT7zNiOc .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukRT7zNiOc .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukRT7zNiOc .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukRT7zNiOc .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukRT7zNiOc .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukRT7zNiOc .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukRT7zNiOc .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukRT7zNiOc .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukRT7zNiOc .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-ukRT7zNiOc .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukRT7zNiOc .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukRT7zNiOc .mbr-section-title {
  color: #bbc4bb;
}
.cid-ukRT7zNiOc .mbr-text {
  color: #ffffff;
}
.cid-ukRT7zNiOc .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-ukRT7zNiOc .list {
  color: #ffffff;
}
.cid-ukRT7zNiOc .mbr-contact {
  color: #ffffff;
}
.cid-ukRT7zNiOc .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-ukRTejYUIA {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/1-hr-marina-720x405.jpg");
}
.cid-ukRTejYUIA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukRTejYUIA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukRTejYUIA .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukRTekR2ep {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukRTekR2ep .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukRTekR2ep .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukRTekR2ep .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ukRTekR2ep .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-ukRTekR2ep .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-ukRTekR2ep .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukRTekR2ep .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-ukRTekR2ep .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-ukRTekR2ep .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-ukRTekR2ep .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-ukRTekR2ep .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-ukRTekR2ep .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-ukRTekR2ep .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-ukRTekR2ep .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ukRTekR2ep .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-ukRTekR2ep .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-ukRTekR2ep .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-ukRTekR2ep .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-ukRTekR2ep .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukRTekR2ep .mbr-section-title {
  color: #E0BDB6;
}
.cid-ukRTekR2ep .mbr-section-subtitle {
  color: #747474;
}
.cid-ukRTekR2ep .mbr-text {
  color: #747474;
}
.cid-ukRTekR2ep .panel-title-edit {
  color: #092975;
}
.cid-ukRTekR2ep .panel-text {
  color: #747474;
}
.cid-ukRTekR2ep .mbr-section-title,
.cid-ukRTekR2ep .mbr-section-btn {
  color: #092975;
}
.cid-ukRTem7kiN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ukRTem7kiN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukRTem7kiN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukRTem7kiN .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ukRTem7kiN .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ukRTem7kiN .container {
    padding: 0 25px;
  }
}
.cid-ukRTem7kiN .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukRTem7kiN .row {
    padding-top: 45px;
  }
}
.cid-ukRTem7kiN .item:hover .item-wrapper .item-img img,
.cid-ukRTem7kiN .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-ukRTem7kiN .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ukRTem7kiN .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-ukRTem7kiN .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-ukRTem7kiN .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-ukRTem7kiN .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-ukRTem7kiN .border-wrap {
    margin-top: 45px;
  }
}
.cid-ukRTeomUwD {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukRTeomUwD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukRTeomUwD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukRTeomUwD .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-ukRTeomUwD .content-container {
    flex-direction: column;
  }
}
.cid-ukRTeomUwD .icons-menu {
  display: flex;
}
.cid-ukRTeomUwD .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-ukRTeomUwD .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-ukRTeomUwD .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-ukRTeomUwD .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-ukRTeomUwD .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-ukRTeomUwD .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-ukRTeomUwD .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-ukRTepEA3e {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-ukRTepEA3e::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukRTepEA3e .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukRTepEA3e .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-ukRTepEA3e .container {
    padding: 0 22px;
  }
}
.cid-ukRTepEA3e .row {
  position: relative;
  z-index: 1;
}
.cid-ukRTepEA3e .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukRTepEA3e .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukRTepEA3e .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukRTepEA3e .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukRTepEA3e .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukRTepEA3e .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukRTepEA3e .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukRTepEA3e .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukRTepEA3e .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukRTepEA3e .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukRTepEA3e .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukRTepEA3e .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukRTepEA3e .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukRTepEA3e .nav-wrapper .list .item-wrap:hover,
.cid-ukRTepEA3e .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-ukRTepEA3e .nav-wrapper .list .item-wrap:hover::before,
.cid-ukRTepEA3e .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukRTepEA3e .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukRTepEA3e .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukRTepEA3e .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukRTepEA3e .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukRTepEA3e .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukRTepEA3e .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukRTepEA3e .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukRTepEA3e .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukRTepEA3e .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-ukRTepEA3e .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukRTepEA3e .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukRTepEA3e .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukRTepEA3e .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukRTepEA3e .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukRTepEA3e .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukRTepEA3e .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukRTepEA3e .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukRTepEA3e .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukRTepEA3e .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukRTepEA3e .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukRTepEA3e .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukRTepEA3e .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukRTepEA3e .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukRTepEA3e .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukRTepEA3e .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-ukRTepEA3e .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukRTepEA3e .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukRTepEA3e .mbr-section-title {
  color: #bbc4bb;
}
.cid-ukRTepEA3e .mbr-text {
  color: #ffffff;
}
.cid-ukRTepEA3e .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-ukRTepEA3e .list {
  color: #ffffff;
}
.cid-ukRTepEA3e .mbr-contact {
  color: #ffffff;
}
.cid-ukRTepEA3e .mbr-desc {
  color: #ffffff;
}
.cid-uo3eW9EjZ1.popup-builder {
  background-color: #ffffff;
}
.cid-uo3eW9EjZ1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uo3eW9EjZ1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uo3eW9EjZ1 .modal-content,
.cid-uo3eW9EjZ1 .modal-dialog {
  height: auto;
}
.cid-uo3eW9EjZ1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uo3eW9EjZ1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uo3eW9EjZ1 .form-wrapper .mbr-form .form-group,
  .cid-uo3eW9EjZ1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uo3eW9EjZ1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uo3eW9EjZ1 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uo3eW9EjZ1 .mbr-text {
  text-align: center;
}
.cid-uo3eW9EjZ1 .pt-0 {
  padding-top: 0 !important;
}
.cid-uo3eW9EjZ1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uo3eW9EjZ1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uo3eW9EjZ1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uo3eW9EjZ1 .modal-open {
  overflow: hidden;
}
.cid-uo3eW9EjZ1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uo3eW9EjZ1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uo3eW9EjZ1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uo3eW9EjZ1 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uo3eW9EjZ1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uo3eW9EjZ1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uo3eW9EjZ1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uo3eW9EjZ1 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uo3eW9EjZ1 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uo3eW9EjZ1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uo3eW9EjZ1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uo3eW9EjZ1 .modal-backdrop.show {
  opacity: .5;
}
.cid-uo3eW9EjZ1 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uo3eW9EjZ1 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uo3eW9EjZ1 .modal-header {
    padding: 1rem;
  }
}
.cid-uo3eW9EjZ1 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uo3eW9EjZ1 .modal-header .close svg {
  fill: #353535;
}
.cid-uo3eW9EjZ1 .modal-header .close:hover {
  opacity: 1;
}
.cid-uo3eW9EjZ1 .modal-header .close:focus {
  outline: none;
}
.cid-uo3eW9EjZ1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uo3eW9EjZ1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uo3eW9EjZ1 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uo3eW9EjZ1 .modal-body {
    padding: 1rem;
  }
}
.cid-uo3eW9EjZ1 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uo3eW9EjZ1 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uo3eW9EjZ1 .modal-footer {
    padding: 1rem;
  }
}
.cid-uo3eW9EjZ1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uo3eW9EjZ1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uo3eW9EjZ1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uo3eW9EjZ1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uo3eW9EjZ1 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uo3eW9EjZ1 .modal-lg,
  .cid-uo3eW9EjZ1 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uo3eW9EjZ1 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uo3eW9EjZ1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uo3eW9EjZ1 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uo3eW9EjZ1 .form-group {
  margin-bottom: 1rem;
}
.cid-uo3eW9EjZ1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uo3eW9EjZ1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uo3eW9EjZ1 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uo3eW9EjZ1 .mbr-section-btn {
  margin: 0;
}
.cid-uo3eW9EjZ1 .mbr-section-btn .btn {
  margin: 0;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-ukRTxVaQON {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/harbour-1-720x405.jpg");
}
.cid-ukRTxVaQON .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukRTxVaQON .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukRTxVaQON .mbr-section-title {
  margin-bottom: 32px;
}
.cid-up5ei5XaQg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8f6f2;
}
.cid-up5ei5XaQg .row {
  align-items: stretch;
  justify-content: center;
}
.cid-up5ei5XaQg .item {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .cid-up5ei5XaQg .item {
    padding-bottom: 18px;
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .cid-up5ei5XaQg .item {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
.cid-up5ei5XaQg .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-up5ei5XaQg .item-wrapper:hover .item-img {
  transform: scale(1.1);
}
.cid-up5ei5XaQg .item-img {
  width: 100%;
  opacity: 1;
  filter: brightness(100%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
.cid-up5ei5XaQg .item-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  z-index: 5;
  width: 100%;
  height: 100%;
  pointer-events: none;
  padding: 2rem;
}
.cid-up5ei5XaQg .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: fit-content;
  margin-top: auto;
  margin-bottom: 0;
  pointer-events: auto;
}
.cid-up5ei5XaQg .item-title {
  color: #FFFFFF;
  text-align: left;
}
.cid-up5ei5XaQg .mbr-text {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-up5ei5XaQg .mbr-section-btn {
  margin-top: 20px;
}
.cid-up5ei5XaQg .mbr-section-btn .btn:before {
  display: none;
}
.cid-up5ei5XaQg .mbr-section-btn .btn:after {
  display: none;
}
.cid-up5ei5XaQg .mbr-text,
.cid-up5ei5XaQg .mbr-section-btn {
  text-align: left;
}
.cid-up5ekRWiKw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8f6f2;
}
.cid-up5ekRWiKw .row {
  align-items: stretch;
  justify-content: center;
}
.cid-up5ekRWiKw .item {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .cid-up5ekRWiKw .item {
    padding-bottom: 18px;
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .cid-up5ekRWiKw .item {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
.cid-up5ekRWiKw .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-up5ekRWiKw .item-wrapper:hover .item-img {
  transform: scale(1.1);
}
.cid-up5ekRWiKw .item-img {
  width: 100%;
  opacity: 1;
  filter: brightness(100%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
.cid-up5ekRWiKw .item-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  z-index: 5;
  width: 100%;
  height: 100%;
  pointer-events: none;
  padding: 2rem;
}
.cid-up5ekRWiKw .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: fit-content;
  margin-top: auto;
  margin-bottom: 0;
  pointer-events: auto;
}
.cid-up5ekRWiKw .item-title {
  color: #FFFFFF;
  text-align: left;
}
.cid-up5ekRWiKw .mbr-text {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-up5ekRWiKw .mbr-section-btn {
  margin-top: 20px;
}
.cid-up5ekRWiKw .mbr-section-btn .btn:before {
  display: none;
}
.cid-up5ekRWiKw .mbr-section-btn .btn:after {
  display: none;
}
.cid-up5ekRWiKw .mbr-text,
.cid-up5ekRWiKw .mbr-section-btn {
  text-align: left;
}
.cid-ukRTxW5oJs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukRTxW5oJs .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukRTxW5oJs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukRTxW5oJs .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ukRTxW5oJs .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-ukRTxW5oJs .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-ukRTxW5oJs .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukRTxW5oJs .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-ukRTxW5oJs .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-ukRTxW5oJs .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-ukRTxW5oJs .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-ukRTxW5oJs .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-ukRTxW5oJs .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-ukRTxW5oJs .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-ukRTxW5oJs .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ukRTxW5oJs .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-ukRTxW5oJs .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-ukRTxW5oJs .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-ukRTxW5oJs .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-ukRTxW5oJs .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukRTxW5oJs .mbr-section-title {
  color: #E0BDB6;
}
.cid-ukRTxW5oJs .mbr-section-subtitle {
  color: #747474;
}
.cid-ukRTxW5oJs .mbr-text {
  color: #747474;
}
.cid-ukRTxW5oJs .panel-title-edit {
  color: #092975;
}
.cid-ukRTxW5oJs .panel-text {
  color: #747474;
}
.cid-ukRTxW5oJs .mbr-section-title,
.cid-ukRTxW5oJs .mbr-section-btn {
  color: #092975;
}
.cid-ukRTxXdpO5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ukRTxXdpO5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukRTxXdpO5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukRTxXdpO5 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ukRTxXdpO5 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ukRTxXdpO5 .container {
    padding: 0 25px;
  }
}
.cid-ukRTxXdpO5 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukRTxXdpO5 .row {
    padding-top: 45px;
  }
}
.cid-ukRTxXdpO5 .item:hover .item-wrapper .item-img img,
.cid-ukRTxXdpO5 .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-ukRTxXdpO5 .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ukRTxXdpO5 .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-ukRTxXdpO5 .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-ukRTxXdpO5 .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-ukRTxXdpO5 .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-ukRTxXdpO5 .border-wrap {
    margin-top: 45px;
  }
}
.cid-ukRTxYgyAy {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukRTxYgyAy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukRTxYgyAy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukRTxYgyAy .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-ukRTxYgyAy .content-container {
    flex-direction: column;
  }
}
.cid-ukRTxYgyAy .icons-menu {
  display: flex;
}
.cid-ukRTxYgyAy .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-ukRTxYgyAy .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-ukRTxYgyAy .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-ukRTxYgyAy .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-ukRTxYgyAy .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-ukRTxYgyAy .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-ukRTxYgyAy .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-ukRTxZiJrV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-ukRTxZiJrV::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukRTxZiJrV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukRTxZiJrV .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-ukRTxZiJrV .container {
    padding: 0 22px;
  }
}
.cid-ukRTxZiJrV .row {
  position: relative;
  z-index: 1;
}
.cid-ukRTxZiJrV .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukRTxZiJrV .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukRTxZiJrV .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukRTxZiJrV .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukRTxZiJrV .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukRTxZiJrV .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukRTxZiJrV .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukRTxZiJrV .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukRTxZiJrV .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukRTxZiJrV .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukRTxZiJrV .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukRTxZiJrV .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukRTxZiJrV .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukRTxZiJrV .nav-wrapper .list .item-wrap:hover,
.cid-ukRTxZiJrV .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-ukRTxZiJrV .nav-wrapper .list .item-wrap:hover::before,
.cid-ukRTxZiJrV .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukRTxZiJrV .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukRTxZiJrV .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukRTxZiJrV .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukRTxZiJrV .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukRTxZiJrV .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukRTxZiJrV .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukRTxZiJrV .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukRTxZiJrV .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukRTxZiJrV .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-ukRTxZiJrV .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukRTxZiJrV .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukRTxZiJrV .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukRTxZiJrV .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukRTxZiJrV .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukRTxZiJrV .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukRTxZiJrV .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukRTxZiJrV .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukRTxZiJrV .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukRTxZiJrV .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukRTxZiJrV .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukRTxZiJrV .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukRTxZiJrV .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukRTxZiJrV .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukRTxZiJrV .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukRTxZiJrV .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-ukRTxZiJrV .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukRTxZiJrV .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukRTxZiJrV .mbr-section-title {
  color: #bbc4bb;
}
.cid-ukRTxZiJrV .mbr-text {
  color: #ffffff;
}
.cid-ukRTxZiJrV .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-ukRTxZiJrV .list {
  color: #ffffff;
}
.cid-ukRTxZiJrV .mbr-contact {
  color: #ffffff;
}
.cid-ukRTxZiJrV .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-umJMBGS91N {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/atalntis-boat-4-800x800.jpeg");
}
.cid-umJMBGS91N .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJMBGS91N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umJMBGS91N .mbr-section-title {
  margin-bottom: 32px;
}
.cid-umJMBHGleF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-umJMBHGleF .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJMBHGleF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umJMBHGleF .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-umJMBHGleF .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-umJMBHGleF .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-umJMBHGleF .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-umJMBHGleF .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-umJMBHGleF .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-umJMBHGleF .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-umJMBHGleF .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-umJMBHGleF .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-umJMBHGleF .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-umJMBHGleF .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-umJMBHGleF .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-umJMBHGleF .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-umJMBHGleF .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-umJMBHGleF .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-umJMBHGleF .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-umJMBHGleF .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-umJMBHGleF .mbr-section-title {
  color: #E0BDB6;
}
.cid-umJMBHGleF .mbr-section-subtitle {
  color: #747474;
}
.cid-umJMBHGleF .mbr-text {
  color: #747474;
}
.cid-umJMBHGleF .panel-title-edit {
  color: #092975;
}
.cid-umJMBHGleF .panel-text {
  color: #747474;
}
.cid-umJMBHGleF .mbr-section-title,
.cid-umJMBHGleF .mbr-section-btn {
  color: #092975;
}
.cid-umJMBIJMsw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-umJMBIJMsw .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJMBIJMsw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umJMBIJMsw .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-umJMBIJMsw .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-umJMBIJMsw .container {
    padding: 0 25px;
  }
}
.cid-umJMBIJMsw .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umJMBIJMsw .row {
    padding-top: 45px;
  }
}
.cid-umJMBIJMsw .item:hover .item-wrapper .item-img img,
.cid-umJMBIJMsw .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-umJMBIJMsw .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-umJMBIJMsw .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-umJMBIJMsw .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-umJMBIJMsw .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-umJMBIJMsw .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-umJMBIJMsw .border-wrap {
    margin-top: 45px;
  }
}
.cid-umJMBKIAPd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-umJMBKIAPd::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-umJMBKIAPd .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJMBKIAPd .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-umJMBKIAPd .container {
    padding: 0 22px;
  }
}
.cid-umJMBKIAPd .row {
  position: relative;
  z-index: 1;
}
.cid-umJMBKIAPd .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-umJMBKIAPd .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umJMBKIAPd .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umJMBKIAPd .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umJMBKIAPd .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umJMBKIAPd .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-umJMBKIAPd .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umJMBKIAPd .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umJMBKIAPd .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-umJMBKIAPd .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umJMBKIAPd .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-umJMBKIAPd .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-umJMBKIAPd .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umJMBKIAPd .nav-wrapper .list .item-wrap:hover,
.cid-umJMBKIAPd .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-umJMBKIAPd .nav-wrapper .list .item-wrap:hover::before,
.cid-umJMBKIAPd .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-umJMBKIAPd .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umJMBKIAPd .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umJMBKIAPd .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umJMBKIAPd .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-umJMBKIAPd .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-umJMBKIAPd .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-umJMBKIAPd .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-umJMBKIAPd .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-umJMBKIAPd .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-umJMBKIAPd .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-umJMBKIAPd .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-umJMBKIAPd .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umJMBKIAPd .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umJMBKIAPd .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umJMBKIAPd .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umJMBKIAPd .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-umJMBKIAPd .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-umJMBKIAPd .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-umJMBKIAPd .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-umJMBKIAPd .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-umJMBKIAPd .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-umJMBKIAPd .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-umJMBKIAPd .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-umJMBKIAPd .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-umJMBKIAPd .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-umJMBKIAPd .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-umJMBKIAPd .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-umJMBKIAPd .mbr-section-title {
  color: #bbc4bb;
}
.cid-umJMBKIAPd .mbr-text {
  color: #ffffff;
}
.cid-umJMBKIAPd .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-umJMBKIAPd .list {
  color: #ffffff;
}
.cid-umJMBKIAPd .mbr-contact {
  color: #ffffff;
}
.cid-umJMBKIAPd .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-umJMWDYHzX {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/kaya-8-800x800.jpeg");
}
.cid-umJMWDYHzX .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJMWDYHzX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umJMWDYHzX .mbr-section-title {
  margin-bottom: 32px;
}
.cid-umJMWEIz9B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-umJMWEIz9B .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJMWEIz9B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umJMWEIz9B .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-umJMWEIz9B .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-umJMWEIz9B .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-umJMWEIz9B .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-umJMWEIz9B .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-umJMWEIz9B .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-umJMWEIz9B .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-umJMWEIz9B .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-umJMWEIz9B .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-umJMWEIz9B .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-umJMWEIz9B .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-umJMWEIz9B .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-umJMWEIz9B .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-umJMWEIz9B .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-umJMWEIz9B .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-umJMWEIz9B .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-umJMWEIz9B .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-umJMWEIz9B .mbr-section-title {
  color: #E0BDB6;
}
.cid-umJMWEIz9B .mbr-section-subtitle {
  color: #747474;
}
.cid-umJMWEIz9B .mbr-text {
  color: #747474;
}
.cid-umJMWEIz9B .panel-title-edit {
  color: #092975;
}
.cid-umJMWEIz9B .panel-text {
  color: #747474;
}
.cid-umJMWEIz9B .mbr-section-title,
.cid-umJMWEIz9B .mbr-section-btn {
  color: #092975;
}
.cid-umJMWFXrc5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-umJMWFXrc5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJMWFXrc5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umJMWFXrc5 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-umJMWFXrc5 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-umJMWFXrc5 .container {
    padding: 0 25px;
  }
}
.cid-umJMWFXrc5 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umJMWFXrc5 .row {
    padding-top: 45px;
  }
}
.cid-umJMWFXrc5 .item:hover .item-wrapper .item-img img,
.cid-umJMWFXrc5 .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-umJMWFXrc5 .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-umJMWFXrc5 .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-umJMWFXrc5 .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-umJMWFXrc5 .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-umJMWFXrc5 .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-umJMWFXrc5 .border-wrap {
    margin-top: 45px;
  }
}
.cid-umJMWHZ2ZM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-umJMWHZ2ZM::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-umJMWHZ2ZM .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJMWHZ2ZM .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-umJMWHZ2ZM .container {
    padding: 0 22px;
  }
}
.cid-umJMWHZ2ZM .row {
  position: relative;
  z-index: 1;
}
.cid-umJMWHZ2ZM .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-umJMWHZ2ZM .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umJMWHZ2ZM .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umJMWHZ2ZM .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umJMWHZ2ZM .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umJMWHZ2ZM .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-umJMWHZ2ZM .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umJMWHZ2ZM .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umJMWHZ2ZM .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-umJMWHZ2ZM .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umJMWHZ2ZM .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-umJMWHZ2ZM .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-umJMWHZ2ZM .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umJMWHZ2ZM .nav-wrapper .list .item-wrap:hover,
.cid-umJMWHZ2ZM .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-umJMWHZ2ZM .nav-wrapper .list .item-wrap:hover::before,
.cid-umJMWHZ2ZM .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-umJMWHZ2ZM .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umJMWHZ2ZM .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umJMWHZ2ZM .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umJMWHZ2ZM .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-umJMWHZ2ZM .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-umJMWHZ2ZM .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-umJMWHZ2ZM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-umJMWHZ2ZM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-umJMWHZ2ZM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-umJMWHZ2ZM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-umJMWHZ2ZM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-umJMWHZ2ZM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umJMWHZ2ZM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umJMWHZ2ZM .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umJMWHZ2ZM .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umJMWHZ2ZM .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-umJMWHZ2ZM .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-umJMWHZ2ZM .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-umJMWHZ2ZM .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-umJMWHZ2ZM .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-umJMWHZ2ZM .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-umJMWHZ2ZM .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-umJMWHZ2ZM .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-umJMWHZ2ZM .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-umJMWHZ2ZM .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-umJMWHZ2ZM .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-umJMWHZ2ZM .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-umJMWHZ2ZM .mbr-section-title {
  color: #bbc4bb;
}
.cid-umJMWHZ2ZM .mbr-text {
  color: #ffffff;
}
.cid-umJMWHZ2ZM .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-umJMWHZ2ZM .list {
  color: #ffffff;
}
.cid-umJMWHZ2ZM .mbr-contact {
  color: #ffffff;
}
.cid-umJMWHZ2ZM .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-umJNeQRBcl {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/jetski-dubai-atlatnis-800x800.jpeg");
}
.cid-umJNeQRBcl .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJNeQRBcl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umJNeQRBcl .mbr-section-title {
  margin-bottom: 32px;
}
.cid-umJNeRGkYD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-umJNeRGkYD .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJNeRGkYD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umJNeRGkYD .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-umJNeRGkYD .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-umJNeRGkYD .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-umJNeRGkYD .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-umJNeRGkYD .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-umJNeRGkYD .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-umJNeRGkYD .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-umJNeRGkYD .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-umJNeRGkYD .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-umJNeRGkYD .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-umJNeRGkYD .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-umJNeRGkYD .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-umJNeRGkYD .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-umJNeRGkYD .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-umJNeRGkYD .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-umJNeRGkYD .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-umJNeRGkYD .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-umJNeRGkYD .mbr-section-title {
  color: #E0BDB6;
}
.cid-umJNeRGkYD .mbr-section-subtitle {
  color: #747474;
}
.cid-umJNeRGkYD .mbr-text {
  color: #747474;
}
.cid-umJNeRGkYD .panel-title-edit {
  color: #092975;
}
.cid-umJNeRGkYD .panel-text {
  color: #747474;
}
.cid-umJNeRGkYD .mbr-section-title,
.cid-umJNeRGkYD .mbr-section-btn {
  color: #092975;
}
.cid-umJNeST08w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-umJNeST08w .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJNeST08w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umJNeST08w .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-umJNeST08w .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-umJNeST08w .container {
    padding: 0 25px;
  }
}
.cid-umJNeST08w .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umJNeST08w .row {
    padding-top: 45px;
  }
}
.cid-umJNeST08w .item:hover .item-wrapper .item-img img,
.cid-umJNeST08w .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-umJNeST08w .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-umJNeST08w .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-umJNeST08w .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-umJNeST08w .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-umJNeST08w .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-umJNeST08w .border-wrap {
    margin-top: 45px;
  }
}
.cid-umJNeUWPj7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-umJNeUWPj7::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-umJNeUWPj7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJNeUWPj7 .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-umJNeUWPj7 .container {
    padding: 0 22px;
  }
}
.cid-umJNeUWPj7 .row {
  position: relative;
  z-index: 1;
}
.cid-umJNeUWPj7 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-umJNeUWPj7 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umJNeUWPj7 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umJNeUWPj7 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umJNeUWPj7 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umJNeUWPj7 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-umJNeUWPj7 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umJNeUWPj7 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umJNeUWPj7 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-umJNeUWPj7 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umJNeUWPj7 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-umJNeUWPj7 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-umJNeUWPj7 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umJNeUWPj7 .nav-wrapper .list .item-wrap:hover,
.cid-umJNeUWPj7 .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-umJNeUWPj7 .nav-wrapper .list .item-wrap:hover::before,
.cid-umJNeUWPj7 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-umJNeUWPj7 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umJNeUWPj7 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umJNeUWPj7 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umJNeUWPj7 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-umJNeUWPj7 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-umJNeUWPj7 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-umJNeUWPj7 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-umJNeUWPj7 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-umJNeUWPj7 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-umJNeUWPj7 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-umJNeUWPj7 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-umJNeUWPj7 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umJNeUWPj7 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umJNeUWPj7 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umJNeUWPj7 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umJNeUWPj7 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-umJNeUWPj7 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-umJNeUWPj7 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-umJNeUWPj7 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-umJNeUWPj7 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-umJNeUWPj7 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-umJNeUWPj7 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-umJNeUWPj7 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-umJNeUWPj7 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-umJNeUWPj7 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-umJNeUWPj7 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-umJNeUWPj7 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-umJNeUWPj7 .mbr-section-title {
  color: #bbc4bb;
}
.cid-umJNeUWPj7 .mbr-text {
  color: #ffffff;
}
.cid-umJNeUWPj7 .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-umJNeUWPj7 .list {
  color: #ffffff;
}
.cid-umJNeUWPj7 .mbr-contact {
  color: #ffffff;
}
.cid-umJNeUWPj7 .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-umJNsJEM2K {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/sp3-800x800.jpg");
}
.cid-umJNsJEM2K .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJNsJEM2K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umJNsJEM2K .mbr-section-title {
  margin-bottom: 32px;
}
.cid-umJNsKv2Z3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-umJNsKv2Z3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJNsKv2Z3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umJNsKv2Z3 .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-umJNsKv2Z3 .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-umJNsKv2Z3 .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-umJNsKv2Z3 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-umJNsKv2Z3 .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-umJNsKv2Z3 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-umJNsKv2Z3 .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-umJNsKv2Z3 .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-umJNsKv2Z3 .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-umJNsKv2Z3 .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-umJNsKv2Z3 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-umJNsKv2Z3 .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-umJNsKv2Z3 .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-umJNsKv2Z3 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-umJNsKv2Z3 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-umJNsKv2Z3 .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-umJNsKv2Z3 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-umJNsKv2Z3 .mbr-section-title {
  color: #E0BDB6;
}
.cid-umJNsKv2Z3 .mbr-section-subtitle {
  color: #747474;
}
.cid-umJNsKv2Z3 .mbr-text {
  color: #747474;
}
.cid-umJNsKv2Z3 .panel-title-edit {
  color: #092975;
}
.cid-umJNsKv2Z3 .panel-text {
  color: #747474;
}
.cid-umJNsKv2Z3 .mbr-section-title,
.cid-umJNsKv2Z3 .mbr-section-btn {
  color: #092975;
}
.cid-umJNsLNOJ0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-umJNsLNOJ0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJNsLNOJ0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umJNsLNOJ0 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-umJNsLNOJ0 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-umJNsLNOJ0 .container {
    padding: 0 25px;
  }
}
.cid-umJNsLNOJ0 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umJNsLNOJ0 .row {
    padding-top: 45px;
  }
}
.cid-umJNsLNOJ0 .item:hover .item-wrapper .item-img img,
.cid-umJNsLNOJ0 .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-umJNsLNOJ0 .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-umJNsLNOJ0 .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-umJNsLNOJ0 .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-umJNsLNOJ0 .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-umJNsLNOJ0 .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-umJNsLNOJ0 .border-wrap {
    margin-top: 45px;
  }
}
.cid-umJNsO4SNY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-umJNsO4SNY::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-umJNsO4SNY .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJNsO4SNY .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-umJNsO4SNY .container {
    padding: 0 22px;
  }
}
.cid-umJNsO4SNY .row {
  position: relative;
  z-index: 1;
}
.cid-umJNsO4SNY .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-umJNsO4SNY .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umJNsO4SNY .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umJNsO4SNY .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umJNsO4SNY .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umJNsO4SNY .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-umJNsO4SNY .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umJNsO4SNY .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umJNsO4SNY .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-umJNsO4SNY .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umJNsO4SNY .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-umJNsO4SNY .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-umJNsO4SNY .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umJNsO4SNY .nav-wrapper .list .item-wrap:hover,
.cid-umJNsO4SNY .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-umJNsO4SNY .nav-wrapper .list .item-wrap:hover::before,
.cid-umJNsO4SNY .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-umJNsO4SNY .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umJNsO4SNY .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umJNsO4SNY .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umJNsO4SNY .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-umJNsO4SNY .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-umJNsO4SNY .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-umJNsO4SNY .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-umJNsO4SNY .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-umJNsO4SNY .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-umJNsO4SNY .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-umJNsO4SNY .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-umJNsO4SNY .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umJNsO4SNY .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umJNsO4SNY .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umJNsO4SNY .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umJNsO4SNY .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-umJNsO4SNY .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-umJNsO4SNY .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-umJNsO4SNY .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-umJNsO4SNY .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-umJNsO4SNY .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-umJNsO4SNY .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-umJNsO4SNY .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-umJNsO4SNY .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-umJNsO4SNY .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-umJNsO4SNY .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-umJNsO4SNY .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-umJNsO4SNY .mbr-section-title {
  color: #bbc4bb;
}
.cid-umJNsO4SNY .mbr-text {
  color: #ffffff;
}
.cid-umJNsO4SNY .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-umJNsO4SNY .list {
  color: #ffffff;
}
.cid-umJNsO4SNY .mbr-contact {
  color: #ffffff;
}
.cid-umJNsO4SNY .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-umJNFqmAIW {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/dubai-jetski-1280x720.jpg");
}
.cid-umJNFqmAIW .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJNFqmAIW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umJNFqmAIW .mbr-section-title {
  margin-bottom: 32px;
}
.cid-umJNFr90xv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-umJNFr90xv .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJNFr90xv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umJNFr90xv .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-umJNFr90xv .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-umJNFr90xv .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-umJNFr90xv .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-umJNFr90xv .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-umJNFr90xv .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-umJNFr90xv .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-umJNFr90xv .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-umJNFr90xv .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-umJNFr90xv .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-umJNFr90xv .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-umJNFr90xv .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-umJNFr90xv .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-umJNFr90xv .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-umJNFr90xv .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-umJNFr90xv .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-umJNFr90xv .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-umJNFr90xv .mbr-section-title {
  color: #E0BDB6;
}
.cid-umJNFr90xv .mbr-section-subtitle {
  color: #747474;
}
.cid-umJNFr90xv .mbr-text {
  color: #747474;
}
.cid-umJNFr90xv .panel-title-edit {
  color: #092975;
}
.cid-umJNFr90xv .panel-text {
  color: #747474;
}
.cid-umJNFr90xv .mbr-section-title,
.cid-umJNFr90xv .mbr-section-btn {
  color: #092975;
}
.cid-umJNFs7j9Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-umJNFs7j9Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJNFs7j9Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umJNFs7j9Z .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-umJNFs7j9Z .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-umJNFs7j9Z .container {
    padding: 0 25px;
  }
}
.cid-umJNFs7j9Z .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umJNFs7j9Z .row {
    padding-top: 45px;
  }
}
.cid-umJNFs7j9Z .item:hover .item-wrapper .item-img img,
.cid-umJNFs7j9Z .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-umJNFs7j9Z .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-umJNFs7j9Z .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-umJNFs7j9Z .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-umJNFs7j9Z .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-umJNFs7j9Z .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-umJNFs7j9Z .border-wrap {
    margin-top: 45px;
  }
}
.cid-umJNFtUwFh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-umJNFtUwFh::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-umJNFtUwFh .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJNFtUwFh .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-umJNFtUwFh .container {
    padding: 0 22px;
  }
}
.cid-umJNFtUwFh .row {
  position: relative;
  z-index: 1;
}
.cid-umJNFtUwFh .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-umJNFtUwFh .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umJNFtUwFh .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umJNFtUwFh .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umJNFtUwFh .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umJNFtUwFh .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-umJNFtUwFh .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umJNFtUwFh .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umJNFtUwFh .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-umJNFtUwFh .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umJNFtUwFh .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-umJNFtUwFh .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-umJNFtUwFh .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umJNFtUwFh .nav-wrapper .list .item-wrap:hover,
.cid-umJNFtUwFh .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-umJNFtUwFh .nav-wrapper .list .item-wrap:hover::before,
.cid-umJNFtUwFh .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-umJNFtUwFh .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umJNFtUwFh .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umJNFtUwFh .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umJNFtUwFh .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-umJNFtUwFh .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-umJNFtUwFh .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-umJNFtUwFh .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-umJNFtUwFh .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-umJNFtUwFh .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-umJNFtUwFh .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-umJNFtUwFh .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-umJNFtUwFh .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umJNFtUwFh .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umJNFtUwFh .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umJNFtUwFh .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umJNFtUwFh .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-umJNFtUwFh .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-umJNFtUwFh .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-umJNFtUwFh .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-umJNFtUwFh .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-umJNFtUwFh .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-umJNFtUwFh .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-umJNFtUwFh .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-umJNFtUwFh .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-umJNFtUwFh .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-umJNFtUwFh .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-umJNFtUwFh .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-umJNFtUwFh .mbr-section-title {
  color: #bbc4bb;
}
.cid-umJNFtUwFh .mbr-text {
  color: #ffffff;
}
.cid-umJNFtUwFh .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-umJNFtUwFh .list {
  color: #ffffff;
}
.cid-umJNFtUwFh .mbr-contact {
  color: #ffffff;
}
.cid-umJNFtUwFh .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-umJOgFPekR {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/sp3-800x800.jpg");
}
.cid-umJOgFPekR .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJOgFPekR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umJOgFPekR .mbr-section-title {
  margin-bottom: 32px;
}
.cid-umJOgGHGbJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-umJOgGHGbJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJOgGHGbJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umJOgGHGbJ .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-umJOgGHGbJ .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-umJOgGHGbJ .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-umJOgGHGbJ .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-umJOgGHGbJ .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-umJOgGHGbJ .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-umJOgGHGbJ .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-umJOgGHGbJ .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-umJOgGHGbJ .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-umJOgGHGbJ .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-umJOgGHGbJ .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-umJOgGHGbJ .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-umJOgGHGbJ .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-umJOgGHGbJ .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-umJOgGHGbJ .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-umJOgGHGbJ .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-umJOgGHGbJ .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-umJOgGHGbJ .mbr-section-title {
  color: #E0BDB6;
}
.cid-umJOgGHGbJ .mbr-section-subtitle {
  color: #747474;
}
.cid-umJOgGHGbJ .mbr-text {
  color: #747474;
}
.cid-umJOgGHGbJ .panel-title-edit {
  color: #092975;
}
.cid-umJOgGHGbJ .panel-text {
  color: #747474;
}
.cid-umJOgGHGbJ .mbr-section-title,
.cid-umJOgGHGbJ .mbr-section-btn {
  color: #092975;
}
.cid-umJOgHPaol {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-umJOgHPaol .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJOgHPaol .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umJOgHPaol .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-umJOgHPaol .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-umJOgHPaol .container {
    padding: 0 25px;
  }
}
.cid-umJOgHPaol .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umJOgHPaol .row {
    padding-top: 45px;
  }
}
.cid-umJOgHPaol .item:hover .item-wrapper .item-img img,
.cid-umJOgHPaol .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-umJOgHPaol .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-umJOgHPaol .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-umJOgHPaol .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-umJOgHPaol .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-umJOgHPaol .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-umJOgHPaol .border-wrap {
    margin-top: 45px;
  }
}
.cid-umJOgKnGLa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-umJOgKnGLa::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-umJOgKnGLa .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJOgKnGLa .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-umJOgKnGLa .container {
    padding: 0 22px;
  }
}
.cid-umJOgKnGLa .row {
  position: relative;
  z-index: 1;
}
.cid-umJOgKnGLa .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-umJOgKnGLa .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umJOgKnGLa .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umJOgKnGLa .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umJOgKnGLa .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umJOgKnGLa .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-umJOgKnGLa .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umJOgKnGLa .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umJOgKnGLa .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-umJOgKnGLa .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umJOgKnGLa .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-umJOgKnGLa .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-umJOgKnGLa .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umJOgKnGLa .nav-wrapper .list .item-wrap:hover,
.cid-umJOgKnGLa .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-umJOgKnGLa .nav-wrapper .list .item-wrap:hover::before,
.cid-umJOgKnGLa .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-umJOgKnGLa .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umJOgKnGLa .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umJOgKnGLa .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umJOgKnGLa .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-umJOgKnGLa .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-umJOgKnGLa .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-umJOgKnGLa .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-umJOgKnGLa .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-umJOgKnGLa .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-umJOgKnGLa .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-umJOgKnGLa .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-umJOgKnGLa .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umJOgKnGLa .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umJOgKnGLa .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umJOgKnGLa .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umJOgKnGLa .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-umJOgKnGLa .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-umJOgKnGLa .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-umJOgKnGLa .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-umJOgKnGLa .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-umJOgKnGLa .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-umJOgKnGLa .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-umJOgKnGLa .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-umJOgKnGLa .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-umJOgKnGLa .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-umJOgKnGLa .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-umJOgKnGLa .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-umJOgKnGLa .mbr-section-title {
  color: #bbc4bb;
}
.cid-umJOgKnGLa .mbr-text {
  color: #ffffff;
}
.cid-umJOgKnGLa .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-umJOgKnGLa .list {
  color: #ffffff;
}
.cid-umJOgKnGLa .mbr-contact {
  color: #ffffff;
}
.cid-umJOgKnGLa .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-umJOuKS1Io {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/self-boat-5-800x800.jpg");
}
.cid-umJOuKS1Io .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJOuKS1Io .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umJOuKS1Io .mbr-section-title {
  margin-bottom: 32px;
}
.cid-umJOuLFC6s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-umJOuLFC6s .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJOuLFC6s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umJOuLFC6s .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-umJOuLFC6s .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-umJOuLFC6s .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-umJOuLFC6s .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-umJOuLFC6s .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-umJOuLFC6s .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-umJOuLFC6s .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-umJOuLFC6s .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-umJOuLFC6s .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-umJOuLFC6s .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-umJOuLFC6s .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-umJOuLFC6s .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-umJOuLFC6s .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-umJOuLFC6s .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-umJOuLFC6s .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-umJOuLFC6s .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-umJOuLFC6s .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-umJOuLFC6s .mbr-section-title {
  color: #E0BDB6;
}
.cid-umJOuLFC6s .mbr-section-subtitle {
  color: #747474;
}
.cid-umJOuLFC6s .mbr-text {
  color: #747474;
}
.cid-umJOuLFC6s .panel-title-edit {
  color: #092975;
}
.cid-umJOuLFC6s .panel-text {
  color: #747474;
}
.cid-umJOuLFC6s .mbr-section-title,
.cid-umJOuLFC6s .mbr-section-btn {
  color: #092975;
}
.cid-umJOuMKSY5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-umJOuMKSY5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJOuMKSY5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umJOuMKSY5 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-umJOuMKSY5 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-umJOuMKSY5 .container {
    padding: 0 25px;
  }
}
.cid-umJOuMKSY5 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umJOuMKSY5 .row {
    padding-top: 45px;
  }
}
.cid-umJOuMKSY5 .item:hover .item-wrapper .item-img img,
.cid-umJOuMKSY5 .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-umJOuMKSY5 .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-umJOuMKSY5 .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-umJOuMKSY5 .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-umJOuMKSY5 .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-umJOuMKSY5 .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-umJOuMKSY5 .border-wrap {
    margin-top: 45px;
  }
}
.cid-umJOuOYtsM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-umJOuOYtsM::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-umJOuOYtsM .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJOuOYtsM .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-umJOuOYtsM .container {
    padding: 0 22px;
  }
}
.cid-umJOuOYtsM .row {
  position: relative;
  z-index: 1;
}
.cid-umJOuOYtsM .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-umJOuOYtsM .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umJOuOYtsM .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umJOuOYtsM .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umJOuOYtsM .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umJOuOYtsM .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-umJOuOYtsM .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umJOuOYtsM .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umJOuOYtsM .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-umJOuOYtsM .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umJOuOYtsM .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-umJOuOYtsM .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-umJOuOYtsM .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umJOuOYtsM .nav-wrapper .list .item-wrap:hover,
.cid-umJOuOYtsM .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-umJOuOYtsM .nav-wrapper .list .item-wrap:hover::before,
.cid-umJOuOYtsM .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-umJOuOYtsM .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umJOuOYtsM .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umJOuOYtsM .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umJOuOYtsM .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-umJOuOYtsM .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-umJOuOYtsM .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-umJOuOYtsM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-umJOuOYtsM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-umJOuOYtsM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-umJOuOYtsM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-umJOuOYtsM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-umJOuOYtsM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umJOuOYtsM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umJOuOYtsM .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umJOuOYtsM .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umJOuOYtsM .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-umJOuOYtsM .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-umJOuOYtsM .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-umJOuOYtsM .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-umJOuOYtsM .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-umJOuOYtsM .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-umJOuOYtsM .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-umJOuOYtsM .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-umJOuOYtsM .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-umJOuOYtsM .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-umJOuOYtsM .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-umJOuOYtsM .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-umJOuOYtsM .mbr-section-title {
  color: #bbc4bb;
}
.cid-umJOuOYtsM .mbr-text {
  color: #ffffff;
}
.cid-umJOuOYtsM .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-umJOuOYtsM .list {
  color: #ffffff;
}
.cid-umJOuOYtsM .mbr-contact {
  color: #ffffff;
}
.cid-umJOuOYtsM .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-umJOHXPP97 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/parasailing-dubai-5-515x515.jpeg");
}
.cid-umJOHXPP97 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJOHXPP97 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umJOHXPP97 .mbr-section-title {
  margin-bottom: 32px;
}
.cid-umJOHYzmQn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-umJOHYzmQn .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJOHYzmQn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umJOHYzmQn .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-umJOHYzmQn .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-umJOHYzmQn .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-umJOHYzmQn .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-umJOHYzmQn .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-umJOHYzmQn .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-umJOHYzmQn .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-umJOHYzmQn .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-umJOHYzmQn .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-umJOHYzmQn .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-umJOHYzmQn .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-umJOHYzmQn .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-umJOHYzmQn .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-umJOHYzmQn .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-umJOHYzmQn .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-umJOHYzmQn .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-umJOHYzmQn .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-umJOHYzmQn .mbr-section-title {
  color: #E0BDB6;
}
.cid-umJOHYzmQn .mbr-section-subtitle {
  color: #747474;
}
.cid-umJOHYzmQn .mbr-text {
  color: #747474;
}
.cid-umJOHYzmQn .panel-title-edit {
  color: #092975;
}
.cid-umJOHYzmQn .panel-text {
  color: #747474;
}
.cid-umJOHYzmQn .mbr-section-title,
.cid-umJOHYzmQn .mbr-section-btn {
  color: #092975;
}
.cid-umJOHZyEem {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-umJOHZyEem .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJOHZyEem .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umJOHZyEem .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-umJOHZyEem .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-umJOHZyEem .container {
    padding: 0 25px;
  }
}
.cid-umJOHZyEem .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umJOHZyEem .row {
    padding-top: 45px;
  }
}
.cid-umJOHZyEem .item:hover .item-wrapper .item-img img,
.cid-umJOHZyEem .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-umJOHZyEem .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-umJOHZyEem .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-umJOHZyEem .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-umJOHZyEem .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-umJOHZyEem .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-umJOHZyEem .border-wrap {
    margin-top: 45px;
  }
}
.cid-umJOI1zSIY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-umJOI1zSIY::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-umJOI1zSIY .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJOI1zSIY .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-umJOI1zSIY .container {
    padding: 0 22px;
  }
}
.cid-umJOI1zSIY .row {
  position: relative;
  z-index: 1;
}
.cid-umJOI1zSIY .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-umJOI1zSIY .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umJOI1zSIY .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umJOI1zSIY .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umJOI1zSIY .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umJOI1zSIY .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-umJOI1zSIY .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umJOI1zSIY .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umJOI1zSIY .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-umJOI1zSIY .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umJOI1zSIY .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-umJOI1zSIY .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-umJOI1zSIY .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umJOI1zSIY .nav-wrapper .list .item-wrap:hover,
.cid-umJOI1zSIY .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-umJOI1zSIY .nav-wrapper .list .item-wrap:hover::before,
.cid-umJOI1zSIY .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-umJOI1zSIY .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umJOI1zSIY .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umJOI1zSIY .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umJOI1zSIY .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-umJOI1zSIY .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-umJOI1zSIY .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-umJOI1zSIY .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-umJOI1zSIY .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-umJOI1zSIY .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-umJOI1zSIY .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-umJOI1zSIY .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-umJOI1zSIY .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umJOI1zSIY .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umJOI1zSIY .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umJOI1zSIY .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umJOI1zSIY .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-umJOI1zSIY .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-umJOI1zSIY .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-umJOI1zSIY .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-umJOI1zSIY .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-umJOI1zSIY .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-umJOI1zSIY .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-umJOI1zSIY .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-umJOI1zSIY .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-umJOI1zSIY .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-umJOI1zSIY .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-umJOI1zSIY .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-umJOI1zSIY .mbr-section-title {
  color: #bbc4bb;
}
.cid-umJOI1zSIY .mbr-text {
  color: #ffffff;
}
.cid-umJOI1zSIY .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-umJOI1zSIY .list {
  color: #ffffff;
}
.cid-umJOI1zSIY .mbr-contact {
  color: #ffffff;
}
.cid-umJOI1zSIY .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-umJOZDTC8Y {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/iaqua-2-800x800.jpg");
}
.cid-umJOZDTC8Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJOZDTC8Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umJOZDTC8Y .mbr-section-title {
  margin-bottom: 32px;
}
.cid-umJOZEK5Nr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-umJOZEK5Nr .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJOZEK5Nr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umJOZEK5Nr .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-umJOZEK5Nr .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-umJOZEK5Nr .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-umJOZEK5Nr .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-umJOZEK5Nr .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-umJOZEK5Nr .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-umJOZEK5Nr .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-umJOZEK5Nr .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-umJOZEK5Nr .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-umJOZEK5Nr .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-umJOZEK5Nr .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-umJOZEK5Nr .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-umJOZEK5Nr .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-umJOZEK5Nr .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-umJOZEK5Nr .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-umJOZEK5Nr .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-umJOZEK5Nr .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-umJOZEK5Nr .mbr-section-title {
  color: #E0BDB6;
}
.cid-umJOZEK5Nr .mbr-section-subtitle {
  color: #747474;
}
.cid-umJOZEK5Nr .mbr-text {
  color: #747474;
}
.cid-umJOZEK5Nr .panel-title-edit {
  color: #092975;
}
.cid-umJOZEK5Nr .panel-text {
  color: #747474;
}
.cid-umJOZEK5Nr .mbr-section-title,
.cid-umJOZEK5Nr .mbr-section-btn {
  color: #092975;
}
.cid-umJOZG4BrP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-umJOZG4BrP .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJOZG4BrP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umJOZG4BrP .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-umJOZG4BrP .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-umJOZG4BrP .container {
    padding: 0 25px;
  }
}
.cid-umJOZG4BrP .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umJOZG4BrP .row {
    padding-top: 45px;
  }
}
.cid-umJOZG4BrP .item:hover .item-wrapper .item-img img,
.cid-umJOZG4BrP .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-umJOZG4BrP .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-umJOZG4BrP .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-umJOZG4BrP .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-umJOZG4BrP .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-umJOZG4BrP .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-umJOZG4BrP .border-wrap {
    margin-top: 45px;
  }
}
.cid-umJOZHPzOI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-umJOZHPzOI::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-umJOZHPzOI .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJOZHPzOI .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-umJOZHPzOI .container {
    padding: 0 22px;
  }
}
.cid-umJOZHPzOI .row {
  position: relative;
  z-index: 1;
}
.cid-umJOZHPzOI .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-umJOZHPzOI .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umJOZHPzOI .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umJOZHPzOI .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umJOZHPzOI .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umJOZHPzOI .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-umJOZHPzOI .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umJOZHPzOI .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umJOZHPzOI .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-umJOZHPzOI .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umJOZHPzOI .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-umJOZHPzOI .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-umJOZHPzOI .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umJOZHPzOI .nav-wrapper .list .item-wrap:hover,
.cid-umJOZHPzOI .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-umJOZHPzOI .nav-wrapper .list .item-wrap:hover::before,
.cid-umJOZHPzOI .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-umJOZHPzOI .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umJOZHPzOI .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umJOZHPzOI .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umJOZHPzOI .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-umJOZHPzOI .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-umJOZHPzOI .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-umJOZHPzOI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-umJOZHPzOI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-umJOZHPzOI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-umJOZHPzOI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-umJOZHPzOI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-umJOZHPzOI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umJOZHPzOI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umJOZHPzOI .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umJOZHPzOI .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umJOZHPzOI .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-umJOZHPzOI .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-umJOZHPzOI .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-umJOZHPzOI .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-umJOZHPzOI .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-umJOZHPzOI .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-umJOZHPzOI .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-umJOZHPzOI .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-umJOZHPzOI .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-umJOZHPzOI .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-umJOZHPzOI .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-umJOZHPzOI .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-umJOZHPzOI .mbr-section-title {
  color: #bbc4bb;
}
.cid-umJOZHPzOI .mbr-text {
  color: #ffffff;
}
.cid-umJOZHPzOI .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-umJOZHPzOI .list {
  color: #ffffff;
}
.cid-umJOZHPzOI .mbr-contact {
  color: #ffffff;
}
.cid-umJOZHPzOI .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-umJPoXYYET {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/para-3-800x800.jpeg");
}
.cid-umJPoXYYET .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJPoXYYET .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umJPoXYYET .mbr-section-title {
  margin-bottom: 32px;
}
.cid-umJPoYJrmx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-umJPoYJrmx .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJPoYJrmx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umJPoYJrmx .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-umJPoYJrmx .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-umJPoYJrmx .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-umJPoYJrmx .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-umJPoYJrmx .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-umJPoYJrmx .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-umJPoYJrmx .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-umJPoYJrmx .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-umJPoYJrmx .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-umJPoYJrmx .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-umJPoYJrmx .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-umJPoYJrmx .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-umJPoYJrmx .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-umJPoYJrmx .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-umJPoYJrmx .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-umJPoYJrmx .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-umJPoYJrmx .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-umJPoYJrmx .mbr-section-title {
  color: #E0BDB6;
}
.cid-umJPoYJrmx .mbr-section-subtitle {
  color: #747474;
}
.cid-umJPoYJrmx .mbr-text {
  color: #747474;
}
.cid-umJPoYJrmx .panel-title-edit {
  color: #092975;
}
.cid-umJPoYJrmx .panel-text {
  color: #747474;
}
.cid-umJPoYJrmx .mbr-section-title,
.cid-umJPoYJrmx .mbr-section-btn {
  color: #092975;
}
.cid-umJPoZCY10 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-umJPoZCY10 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJPoZCY10 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umJPoZCY10 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-umJPoZCY10 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-umJPoZCY10 .container {
    padding: 0 25px;
  }
}
.cid-umJPoZCY10 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umJPoZCY10 .row {
    padding-top: 45px;
  }
}
.cid-umJPoZCY10 .item:hover .item-wrapper .item-img img,
.cid-umJPoZCY10 .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-umJPoZCY10 .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-umJPoZCY10 .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-umJPoZCY10 .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-umJPoZCY10 .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-umJPoZCY10 .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-umJPoZCY10 .border-wrap {
    margin-top: 45px;
  }
}
.cid-umJPp26QI4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-umJPp26QI4::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-umJPp26QI4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJPp26QI4 .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-umJPp26QI4 .container {
    padding: 0 22px;
  }
}
.cid-umJPp26QI4 .row {
  position: relative;
  z-index: 1;
}
.cid-umJPp26QI4 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-umJPp26QI4 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umJPp26QI4 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umJPp26QI4 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umJPp26QI4 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umJPp26QI4 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-umJPp26QI4 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umJPp26QI4 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umJPp26QI4 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-umJPp26QI4 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umJPp26QI4 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-umJPp26QI4 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-umJPp26QI4 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umJPp26QI4 .nav-wrapper .list .item-wrap:hover,
.cid-umJPp26QI4 .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-umJPp26QI4 .nav-wrapper .list .item-wrap:hover::before,
.cid-umJPp26QI4 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-umJPp26QI4 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umJPp26QI4 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umJPp26QI4 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umJPp26QI4 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-umJPp26QI4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-umJPp26QI4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-umJPp26QI4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-umJPp26QI4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-umJPp26QI4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-umJPp26QI4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-umJPp26QI4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-umJPp26QI4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umJPp26QI4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umJPp26QI4 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umJPp26QI4 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umJPp26QI4 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-umJPp26QI4 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-umJPp26QI4 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-umJPp26QI4 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-umJPp26QI4 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-umJPp26QI4 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-umJPp26QI4 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-umJPp26QI4 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-umJPp26QI4 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-umJPp26QI4 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-umJPp26QI4 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-umJPp26QI4 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-umJPp26QI4 .mbr-section-title {
  color: #bbc4bb;
}
.cid-umJPp26QI4 .mbr-text {
  color: #ffffff;
}
.cid-umJPp26QI4 .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-umJPp26QI4 .list {
  color: #ffffff;
}
.cid-umJPp26QI4 .mbr-contact {
  color: #ffffff;
}
.cid-umJPp26QI4 .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-umJPTyfCZH {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/jetski08-800x800.jpg");
}
.cid-umJPTyfCZH .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJPTyfCZH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umJPTyfCZH .mbr-section-title {
  margin-bottom: 32px;
}
.cid-umJPTz0t7y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-umJPTz0t7y .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJPTz0t7y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umJPTz0t7y .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-umJPTz0t7y .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-umJPTz0t7y .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-umJPTz0t7y .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-umJPTz0t7y .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-umJPTz0t7y .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-umJPTz0t7y .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-umJPTz0t7y .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-umJPTz0t7y .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-umJPTz0t7y .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-umJPTz0t7y .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-umJPTz0t7y .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-umJPTz0t7y .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-umJPTz0t7y .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-umJPTz0t7y .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-umJPTz0t7y .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-umJPTz0t7y .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-umJPTz0t7y .mbr-section-title {
  color: #E0BDB6;
}
.cid-umJPTz0t7y .mbr-section-subtitle {
  color: #747474;
}
.cid-umJPTz0t7y .mbr-text {
  color: #747474;
}
.cid-umJPTz0t7y .panel-title-edit {
  color: #092975;
}
.cid-umJPTz0t7y .panel-text {
  color: #747474;
}
.cid-umJPTz0t7y .mbr-section-title,
.cid-umJPTz0t7y .mbr-section-btn {
  color: #092975;
}
.cid-umJPTzTKIi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-umJPTzTKIi .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJPTzTKIi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umJPTzTKIi .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-umJPTzTKIi .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-umJPTzTKIi .container {
    padding: 0 25px;
  }
}
.cid-umJPTzTKIi .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umJPTzTKIi .row {
    padding-top: 45px;
  }
}
.cid-umJPTzTKIi .item:hover .item-wrapper .item-img img,
.cid-umJPTzTKIi .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-umJPTzTKIi .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-umJPTzTKIi .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-umJPTzTKIi .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-umJPTzTKIi .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-umJPTzTKIi .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-umJPTzTKIi .border-wrap {
    margin-top: 45px;
  }
}
.cid-umJPTC1JxB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-umJPTC1JxB::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-umJPTC1JxB .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJPTC1JxB .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-umJPTC1JxB .container {
    padding: 0 22px;
  }
}
.cid-umJPTC1JxB .row {
  position: relative;
  z-index: 1;
}
.cid-umJPTC1JxB .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-umJPTC1JxB .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umJPTC1JxB .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umJPTC1JxB .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umJPTC1JxB .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umJPTC1JxB .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-umJPTC1JxB .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umJPTC1JxB .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umJPTC1JxB .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-umJPTC1JxB .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umJPTC1JxB .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-umJPTC1JxB .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-umJPTC1JxB .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umJPTC1JxB .nav-wrapper .list .item-wrap:hover,
.cid-umJPTC1JxB .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-umJPTC1JxB .nav-wrapper .list .item-wrap:hover::before,
.cid-umJPTC1JxB .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-umJPTC1JxB .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umJPTC1JxB .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umJPTC1JxB .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umJPTC1JxB .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-umJPTC1JxB .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-umJPTC1JxB .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-umJPTC1JxB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-umJPTC1JxB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-umJPTC1JxB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-umJPTC1JxB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-umJPTC1JxB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-umJPTC1JxB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umJPTC1JxB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umJPTC1JxB .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umJPTC1JxB .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umJPTC1JxB .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-umJPTC1JxB .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-umJPTC1JxB .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-umJPTC1JxB .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-umJPTC1JxB .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-umJPTC1JxB .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-umJPTC1JxB .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-umJPTC1JxB .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-umJPTC1JxB .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-umJPTC1JxB .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-umJPTC1JxB .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-umJPTC1JxB .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-umJPTC1JxB .mbr-section-title {
  color: #bbc4bb;
}
.cid-umJPTC1JxB .mbr-text {
  color: #ffffff;
}
.cid-umJPTC1JxB .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-umJPTC1JxB .list {
  color: #ffffff;
}
.cid-umJPTC1JxB .mbr-contact {
  color: #ffffff;
}
.cid-umJPTC1JxB .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-umJQdvk3rV {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/boat4-800x800.jpg");
}
.cid-umJQdvk3rV .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJQdvk3rV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umJQdvk3rV .mbr-section-title {
  margin-bottom: 32px;
}
.cid-umJQdwgths {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-umJQdwgths .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJQdwgths .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umJQdwgths .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-umJQdwgths .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-umJQdwgths .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-umJQdwgths .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-umJQdwgths .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-umJQdwgths .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-umJQdwgths .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-umJQdwgths .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-umJQdwgths .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-umJQdwgths .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-umJQdwgths .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-umJQdwgths .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-umJQdwgths .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-umJQdwgths .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-umJQdwgths .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-umJQdwgths .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-umJQdwgths .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-umJQdwgths .mbr-section-title {
  color: #E0BDB6;
}
.cid-umJQdwgths .mbr-section-subtitle {
  color: #747474;
}
.cid-umJQdwgths .mbr-text {
  color: #747474;
}
.cid-umJQdwgths .panel-title-edit {
  color: #092975;
}
.cid-umJQdwgths .panel-text {
  color: #747474;
}
.cid-umJQdwgths .mbr-section-title,
.cid-umJQdwgths .mbr-section-btn {
  color: #092975;
}
.cid-umJQdxImDc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-umJQdxImDc .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJQdxImDc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umJQdxImDc .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-umJQdxImDc .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-umJQdxImDc .container {
    padding: 0 25px;
  }
}
.cid-umJQdxImDc .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umJQdxImDc .row {
    padding-top: 45px;
  }
}
.cid-umJQdxImDc .item:hover .item-wrapper .item-img img,
.cid-umJQdxImDc .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-umJQdxImDc .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-umJQdxImDc .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-umJQdxImDc .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-umJQdxImDc .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-umJQdxImDc .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-umJQdxImDc .border-wrap {
    margin-top: 45px;
  }
}
.cid-umJQdzKwQo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-umJQdzKwQo::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-umJQdzKwQo .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJQdzKwQo .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-umJQdzKwQo .container {
    padding: 0 22px;
  }
}
.cid-umJQdzKwQo .row {
  position: relative;
  z-index: 1;
}
.cid-umJQdzKwQo .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-umJQdzKwQo .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umJQdzKwQo .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umJQdzKwQo .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umJQdzKwQo .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umJQdzKwQo .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-umJQdzKwQo .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umJQdzKwQo .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umJQdzKwQo .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-umJQdzKwQo .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umJQdzKwQo .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-umJQdzKwQo .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-umJQdzKwQo .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umJQdzKwQo .nav-wrapper .list .item-wrap:hover,
.cid-umJQdzKwQo .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-umJQdzKwQo .nav-wrapper .list .item-wrap:hover::before,
.cid-umJQdzKwQo .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-umJQdzKwQo .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umJQdzKwQo .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umJQdzKwQo .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umJQdzKwQo .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-umJQdzKwQo .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-umJQdzKwQo .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-umJQdzKwQo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-umJQdzKwQo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-umJQdzKwQo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-umJQdzKwQo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-umJQdzKwQo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-umJQdzKwQo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umJQdzKwQo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umJQdzKwQo .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umJQdzKwQo .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umJQdzKwQo .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-umJQdzKwQo .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-umJQdzKwQo .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-umJQdzKwQo .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-umJQdzKwQo .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-umJQdzKwQo .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-umJQdzKwQo .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-umJQdzKwQo .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-umJQdzKwQo .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-umJQdzKwQo .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-umJQdzKwQo .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-umJQdzKwQo .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-umJQdzKwQo .mbr-section-title {
  color: #bbc4bb;
}
.cid-umJQdzKwQo .mbr-text {
  color: #ffffff;
}
.cid-umJQdzKwQo .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-umJQdzKwQo .list {
  color: #ffffff;
}
.cid-umJQdzKwQo .mbr-contact {
  color: #ffffff;
}
.cid-umJQdzKwQo .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-umJQX2HSzf {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/efoil-4-800x800.jpg");
}
.cid-umJQX2HSzf .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJQX2HSzf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umJQX2HSzf .mbr-section-title {
  margin-bottom: 32px;
}
.cid-umJQX49aEL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-umJQX49aEL .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJQX49aEL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umJQX49aEL .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-umJQX49aEL .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-umJQX49aEL .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-umJQX49aEL .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-umJQX49aEL .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-umJQX49aEL .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-umJQX49aEL .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-umJQX49aEL .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-umJQX49aEL .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-umJQX49aEL .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-umJQX49aEL .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-umJQX49aEL .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-umJQX49aEL .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-umJQX49aEL .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-umJQX49aEL .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-umJQX49aEL .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-umJQX49aEL .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-umJQX49aEL .mbr-section-title {
  color: #E0BDB6;
}
.cid-umJQX49aEL .mbr-section-subtitle {
  color: #747474;
}
.cid-umJQX49aEL .mbr-text {
  color: #747474;
}
.cid-umJQX49aEL .panel-title-edit {
  color: #092975;
}
.cid-umJQX49aEL .panel-text {
  color: #747474;
}
.cid-umJQX49aEL .mbr-section-title,
.cid-umJQX49aEL .mbr-section-btn {
  color: #092975;
}
.cid-umJQX5SyIC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-umJQX5SyIC .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJQX5SyIC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umJQX5SyIC .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-umJQX5SyIC .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-umJQX5SyIC .container {
    padding: 0 25px;
  }
}
.cid-umJQX5SyIC .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umJQX5SyIC .row {
    padding-top: 45px;
  }
}
.cid-umJQX5SyIC .item:hover .item-wrapper .item-img img,
.cid-umJQX5SyIC .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-umJQX5SyIC .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-umJQX5SyIC .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-umJQX5SyIC .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-umJQX5SyIC .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-umJQX5SyIC .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-umJQX5SyIC .border-wrap {
    margin-top: 45px;
  }
}
.cid-umJQX8Ljxd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-umJQX8Ljxd::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-umJQX8Ljxd .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJQX8Ljxd .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-umJQX8Ljxd .container {
    padding: 0 22px;
  }
}
.cid-umJQX8Ljxd .row {
  position: relative;
  z-index: 1;
}
.cid-umJQX8Ljxd .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-umJQX8Ljxd .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umJQX8Ljxd .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umJQX8Ljxd .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umJQX8Ljxd .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umJQX8Ljxd .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-umJQX8Ljxd .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umJQX8Ljxd .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umJQX8Ljxd .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-umJQX8Ljxd .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umJQX8Ljxd .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-umJQX8Ljxd .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-umJQX8Ljxd .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umJQX8Ljxd .nav-wrapper .list .item-wrap:hover,
.cid-umJQX8Ljxd .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-umJQX8Ljxd .nav-wrapper .list .item-wrap:hover::before,
.cid-umJQX8Ljxd .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-umJQX8Ljxd .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umJQX8Ljxd .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umJQX8Ljxd .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umJQX8Ljxd .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-umJQX8Ljxd .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-umJQX8Ljxd .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-umJQX8Ljxd .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-umJQX8Ljxd .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-umJQX8Ljxd .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-umJQX8Ljxd .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-umJQX8Ljxd .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-umJQX8Ljxd .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umJQX8Ljxd .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umJQX8Ljxd .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umJQX8Ljxd .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umJQX8Ljxd .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-umJQX8Ljxd .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-umJQX8Ljxd .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-umJQX8Ljxd .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-umJQX8Ljxd .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-umJQX8Ljxd .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-umJQX8Ljxd .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-umJQX8Ljxd .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-umJQX8Ljxd .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-umJQX8Ljxd .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-umJQX8Ljxd .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-umJQX8Ljxd .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-umJQX8Ljxd .mbr-section-title {
  color: #bbc4bb;
}
.cid-umJQX8Ljxd .mbr-text {
  color: #ffffff;
}
.cid-umJQX8Ljxd .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-umJQX8Ljxd .list {
  color: #ffffff;
}
.cid-umJQX8Ljxd .mbr-contact {
  color: #ffffff;
}
.cid-umJQX8Ljxd .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-umJSa1g8NI {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/sboat-1-800x800.jpg");
}
.cid-umJSa1g8NI .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJSa1g8NI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umJSa1g8NI .mbr-section-title {
  margin-bottom: 32px;
}
.cid-umJSa259yf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-umJSa259yf .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJSa259yf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umJSa259yf .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-umJSa259yf .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-umJSa259yf .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-umJSa259yf .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-umJSa259yf .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-umJSa259yf .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-umJSa259yf .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-umJSa259yf .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-umJSa259yf .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-umJSa259yf .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-umJSa259yf .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-umJSa259yf .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-umJSa259yf .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-umJSa259yf .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-umJSa259yf .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-umJSa259yf .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-umJSa259yf .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-umJSa259yf .mbr-section-title {
  color: #E0BDB6;
}
.cid-umJSa259yf .mbr-section-subtitle {
  color: #747474;
}
.cid-umJSa259yf .mbr-text {
  color: #747474;
}
.cid-umJSa259yf .panel-title-edit {
  color: #092975;
}
.cid-umJSa259yf .panel-text {
  color: #747474;
}
.cid-umJSa259yf .mbr-section-title,
.cid-umJSa259yf .mbr-section-btn {
  color: #092975;
}
.cid-umJSa3i7lY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-umJSa3i7lY .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJSa3i7lY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umJSa3i7lY .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-umJSa3i7lY .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-umJSa3i7lY .container {
    padding: 0 25px;
  }
}
.cid-umJSa3i7lY .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umJSa3i7lY .row {
    padding-top: 45px;
  }
}
.cid-umJSa3i7lY .item:hover .item-wrapper .item-img img,
.cid-umJSa3i7lY .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-umJSa3i7lY .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-umJSa3i7lY .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-umJSa3i7lY .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-umJSa3i7lY .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-umJSa3i7lY .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-umJSa3i7lY .border-wrap {
    margin-top: 45px;
  }
}
.cid-umJSa5rLKg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-umJSa5rLKg::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-umJSa5rLKg .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJSa5rLKg .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-umJSa5rLKg .container {
    padding: 0 22px;
  }
}
.cid-umJSa5rLKg .row {
  position: relative;
  z-index: 1;
}
.cid-umJSa5rLKg .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-umJSa5rLKg .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umJSa5rLKg .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umJSa5rLKg .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umJSa5rLKg .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umJSa5rLKg .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-umJSa5rLKg .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umJSa5rLKg .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umJSa5rLKg .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-umJSa5rLKg .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umJSa5rLKg .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-umJSa5rLKg .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-umJSa5rLKg .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umJSa5rLKg .nav-wrapper .list .item-wrap:hover,
.cid-umJSa5rLKg .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-umJSa5rLKg .nav-wrapper .list .item-wrap:hover::before,
.cid-umJSa5rLKg .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-umJSa5rLKg .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umJSa5rLKg .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umJSa5rLKg .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umJSa5rLKg .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-umJSa5rLKg .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-umJSa5rLKg .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-umJSa5rLKg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-umJSa5rLKg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-umJSa5rLKg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-umJSa5rLKg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-umJSa5rLKg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-umJSa5rLKg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umJSa5rLKg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umJSa5rLKg .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umJSa5rLKg .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umJSa5rLKg .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-umJSa5rLKg .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-umJSa5rLKg .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-umJSa5rLKg .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-umJSa5rLKg .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-umJSa5rLKg .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-umJSa5rLKg .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-umJSa5rLKg .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-umJSa5rLKg .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-umJSa5rLKg .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-umJSa5rLKg .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-umJSa5rLKg .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-umJSa5rLKg .mbr-section-title {
  color: #bbc4bb;
}
.cid-umJSa5rLKg .mbr-text {
  color: #ffffff;
}
.cid-umJSa5rLKg .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-umJSa5rLKg .list {
  color: #ffffff;
}
.cid-umJSa5rLKg .mbr-contact {
  color: #ffffff;
}
.cid-umJSa5rLKg .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-umJSivND7A {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/sjetski03-800x800.jpg");
}
.cid-umJSivND7A .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJSivND7A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umJSivND7A .mbr-section-title {
  margin-bottom: 32px;
}
.cid-umJSiwP8Kj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-umJSiwP8Kj .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJSiwP8Kj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umJSiwP8Kj .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-umJSiwP8Kj .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-umJSiwP8Kj .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-umJSiwP8Kj .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-umJSiwP8Kj .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-umJSiwP8Kj .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-umJSiwP8Kj .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-umJSiwP8Kj .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-umJSiwP8Kj .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-umJSiwP8Kj .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-umJSiwP8Kj .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-umJSiwP8Kj .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-umJSiwP8Kj .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-umJSiwP8Kj .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-umJSiwP8Kj .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-umJSiwP8Kj .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-umJSiwP8Kj .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-umJSiwP8Kj .mbr-section-title {
  color: #E0BDB6;
}
.cid-umJSiwP8Kj .mbr-section-subtitle {
  color: #747474;
}
.cid-umJSiwP8Kj .mbr-text {
  color: #747474;
}
.cid-umJSiwP8Kj .panel-title-edit {
  color: #092975;
}
.cid-umJSiwP8Kj .panel-text {
  color: #747474;
}
.cid-umJSiwP8Kj .mbr-section-title,
.cid-umJSiwP8Kj .mbr-section-btn {
  color: #092975;
}
.cid-umJSiyqGoQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-umJSiyqGoQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJSiyqGoQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umJSiyqGoQ .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-umJSiyqGoQ .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-umJSiyqGoQ .container {
    padding: 0 25px;
  }
}
.cid-umJSiyqGoQ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umJSiyqGoQ .row {
    padding-top: 45px;
  }
}
.cid-umJSiyqGoQ .item:hover .item-wrapper .item-img img,
.cid-umJSiyqGoQ .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-umJSiyqGoQ .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-umJSiyqGoQ .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-umJSiyqGoQ .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-umJSiyqGoQ .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-umJSiyqGoQ .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-umJSiyqGoQ .border-wrap {
    margin-top: 45px;
  }
}
.cid-umJSiAQOBw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-umJSiAQOBw::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-umJSiAQOBw .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJSiAQOBw .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-umJSiAQOBw .container {
    padding: 0 22px;
  }
}
.cid-umJSiAQOBw .row {
  position: relative;
  z-index: 1;
}
.cid-umJSiAQOBw .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-umJSiAQOBw .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umJSiAQOBw .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umJSiAQOBw .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umJSiAQOBw .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umJSiAQOBw .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-umJSiAQOBw .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umJSiAQOBw .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umJSiAQOBw .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-umJSiAQOBw .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umJSiAQOBw .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-umJSiAQOBw .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-umJSiAQOBw .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umJSiAQOBw .nav-wrapper .list .item-wrap:hover,
.cid-umJSiAQOBw .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-umJSiAQOBw .nav-wrapper .list .item-wrap:hover::before,
.cid-umJSiAQOBw .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-umJSiAQOBw .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umJSiAQOBw .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umJSiAQOBw .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umJSiAQOBw .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-umJSiAQOBw .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-umJSiAQOBw .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-umJSiAQOBw .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-umJSiAQOBw .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-umJSiAQOBw .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-umJSiAQOBw .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-umJSiAQOBw .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-umJSiAQOBw .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umJSiAQOBw .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umJSiAQOBw .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umJSiAQOBw .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umJSiAQOBw .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-umJSiAQOBw .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-umJSiAQOBw .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-umJSiAQOBw .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-umJSiAQOBw .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-umJSiAQOBw .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-umJSiAQOBw .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-umJSiAQOBw .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-umJSiAQOBw .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-umJSiAQOBw .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-umJSiAQOBw .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-umJSiAQOBw .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-umJSiAQOBw .mbr-section-title {
  color: #bbc4bb;
}
.cid-umJSiAQOBw .mbr-text {
  color: #ffffff;
}
.cid-umJSiAQOBw .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-umJSiAQOBw .list {
  color: #ffffff;
}
.cid-umJSiAQOBw .mbr-contact {
  color: #ffffff;
}
.cid-umJSiAQOBw .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-umJSrfzdkH {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/jetskiburj03-800x800.jpg");
}
.cid-umJSrfzdkH .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJSrfzdkH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umJSrfzdkH .mbr-section-title {
  margin-bottom: 32px;
}
.cid-umJSrgHmH0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-umJSrgHmH0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJSrgHmH0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umJSrgHmH0 .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-umJSrgHmH0 .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-umJSrgHmH0 .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-umJSrgHmH0 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-umJSrgHmH0 .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-umJSrgHmH0 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-umJSrgHmH0 .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-umJSrgHmH0 .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-umJSrgHmH0 .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-umJSrgHmH0 .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-umJSrgHmH0 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-umJSrgHmH0 .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-umJSrgHmH0 .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-umJSrgHmH0 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-umJSrgHmH0 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-umJSrgHmH0 .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-umJSrgHmH0 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-umJSrgHmH0 .mbr-section-title {
  color: #E0BDB6;
}
.cid-umJSrgHmH0 .mbr-section-subtitle {
  color: #747474;
}
.cid-umJSrgHmH0 .mbr-text {
  color: #747474;
}
.cid-umJSrgHmH0 .panel-title-edit {
  color: #092975;
}
.cid-umJSrgHmH0 .panel-text {
  color: #747474;
}
.cid-umJSrgHmH0 .mbr-section-title,
.cid-umJSrgHmH0 .mbr-section-btn {
  color: #092975;
}
.cid-umJSrihuZQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-umJSrihuZQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJSrihuZQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umJSrihuZQ .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-umJSrihuZQ .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-umJSrihuZQ .container {
    padding: 0 25px;
  }
}
.cid-umJSrihuZQ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umJSrihuZQ .row {
    padding-top: 45px;
  }
}
.cid-umJSrihuZQ .item:hover .item-wrapper .item-img img,
.cid-umJSrihuZQ .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-umJSrihuZQ .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-umJSrihuZQ .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-umJSrihuZQ .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-umJSrihuZQ .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-umJSrihuZQ .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-umJSrihuZQ .border-wrap {
    margin-top: 45px;
  }
}
.cid-umJSrl6Zo6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-umJSrl6Zo6::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-umJSrl6Zo6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJSrl6Zo6 .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-umJSrl6Zo6 .container {
    padding: 0 22px;
  }
}
.cid-umJSrl6Zo6 .row {
  position: relative;
  z-index: 1;
}
.cid-umJSrl6Zo6 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-umJSrl6Zo6 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umJSrl6Zo6 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umJSrl6Zo6 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umJSrl6Zo6 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umJSrl6Zo6 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-umJSrl6Zo6 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umJSrl6Zo6 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umJSrl6Zo6 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-umJSrl6Zo6 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umJSrl6Zo6 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-umJSrl6Zo6 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-umJSrl6Zo6 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umJSrl6Zo6 .nav-wrapper .list .item-wrap:hover,
.cid-umJSrl6Zo6 .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-umJSrl6Zo6 .nav-wrapper .list .item-wrap:hover::before,
.cid-umJSrl6Zo6 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-umJSrl6Zo6 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umJSrl6Zo6 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umJSrl6Zo6 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umJSrl6Zo6 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-umJSrl6Zo6 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-umJSrl6Zo6 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-umJSrl6Zo6 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-umJSrl6Zo6 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-umJSrl6Zo6 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-umJSrl6Zo6 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-umJSrl6Zo6 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-umJSrl6Zo6 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umJSrl6Zo6 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umJSrl6Zo6 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umJSrl6Zo6 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umJSrl6Zo6 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-umJSrl6Zo6 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-umJSrl6Zo6 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-umJSrl6Zo6 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-umJSrl6Zo6 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-umJSrl6Zo6 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-umJSrl6Zo6 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-umJSrl6Zo6 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-umJSrl6Zo6 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-umJSrl6Zo6 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-umJSrl6Zo6 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-umJSrl6Zo6 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-umJSrl6Zo6 .mbr-section-title {
  color: #bbc4bb;
}
.cid-umJSrl6Zo6 .mbr-text {
  color: #ffffff;
}
.cid-umJSrl6Zo6 .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-umJSrl6Zo6 .list {
  color: #ffffff;
}
.cid-umJSrl6Zo6 .mbr-contact {
  color: #ffffff;
}
.cid-umJSrl6Zo6 .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-umJSSqXszu {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/gspeadboat02-800x800.jpg");
}
.cid-umJSSqXszu .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJSSqXszu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umJSSqXszu .mbr-section-title {
  margin-bottom: 32px;
}
.cid-umJSSswoDr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-umJSSswoDr .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJSSswoDr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umJSSswoDr .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-umJSSswoDr .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-umJSSswoDr .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-umJSSswoDr .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-umJSSswoDr .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-umJSSswoDr .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-umJSSswoDr .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-umJSSswoDr .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-umJSSswoDr .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-umJSSswoDr .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-umJSSswoDr .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-umJSSswoDr .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-umJSSswoDr .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-umJSSswoDr .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-umJSSswoDr .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-umJSSswoDr .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-umJSSswoDr .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-umJSSswoDr .mbr-section-title {
  color: #E0BDB6;
}
.cid-umJSSswoDr .mbr-section-subtitle {
  color: #747474;
}
.cid-umJSSswoDr .mbr-text {
  color: #747474;
}
.cid-umJSSswoDr .panel-title-edit {
  color: #092975;
}
.cid-umJSSswoDr .panel-text {
  color: #747474;
}
.cid-umJSSswoDr .mbr-section-title,
.cid-umJSSswoDr .mbr-section-btn {
  color: #092975;
}
.cid-umJSSuCFP5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-umJSSuCFP5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJSSuCFP5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umJSSuCFP5 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-umJSSuCFP5 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-umJSSuCFP5 .container {
    padding: 0 25px;
  }
}
.cid-umJSSuCFP5 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umJSSuCFP5 .row {
    padding-top: 45px;
  }
}
.cid-umJSSuCFP5 .item:hover .item-wrapper .item-img img,
.cid-umJSSuCFP5 .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-umJSSuCFP5 .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-umJSSuCFP5 .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-umJSSuCFP5 .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-umJSSuCFP5 .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-umJSSuCFP5 .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-umJSSuCFP5 .border-wrap {
    margin-top: 45px;
  }
}
.cid-umJSSyqKJB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-umJSSyqKJB::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-umJSSyqKJB .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJSSyqKJB .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-umJSSyqKJB .container {
    padding: 0 22px;
  }
}
.cid-umJSSyqKJB .row {
  position: relative;
  z-index: 1;
}
.cid-umJSSyqKJB .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-umJSSyqKJB .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umJSSyqKJB .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umJSSyqKJB .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umJSSyqKJB .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umJSSyqKJB .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-umJSSyqKJB .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umJSSyqKJB .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umJSSyqKJB .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-umJSSyqKJB .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umJSSyqKJB .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-umJSSyqKJB .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-umJSSyqKJB .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umJSSyqKJB .nav-wrapper .list .item-wrap:hover,
.cid-umJSSyqKJB .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-umJSSyqKJB .nav-wrapper .list .item-wrap:hover::before,
.cid-umJSSyqKJB .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-umJSSyqKJB .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umJSSyqKJB .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umJSSyqKJB .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umJSSyqKJB .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-umJSSyqKJB .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-umJSSyqKJB .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-umJSSyqKJB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-umJSSyqKJB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-umJSSyqKJB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-umJSSyqKJB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-umJSSyqKJB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-umJSSyqKJB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umJSSyqKJB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umJSSyqKJB .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umJSSyqKJB .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umJSSyqKJB .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-umJSSyqKJB .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-umJSSyqKJB .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-umJSSyqKJB .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-umJSSyqKJB .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-umJSSyqKJB .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-umJSSyqKJB .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-umJSSyqKJB .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-umJSSyqKJB .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-umJSSyqKJB .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-umJSSyqKJB .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-umJSSyqKJB .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-umJSSyqKJB .mbr-section-title {
  color: #bbc4bb;
}
.cid-umJSSyqKJB .mbr-text {
  color: #ffffff;
}
.cid-umJSSyqKJB .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-umJSSyqKJB .list {
  color: #ffffff;
}
.cid-umJSSyqKJB .mbr-contact {
  color: #ffffff;
}
.cid-umJSSyqKJB .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-umJXvPwq81 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/jetcar-786x553.jpg");
}
.cid-umJXvPwq81 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJXvPwq81 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umJXvPwq81 .mbr-section-title {
  margin-bottom: 32px;
}
.cid-umJXvQNBvO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-umJXvQNBvO .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJXvQNBvO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umJXvQNBvO .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-umJXvQNBvO .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-umJXvQNBvO .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-umJXvQNBvO .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-umJXvQNBvO .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-umJXvQNBvO .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-umJXvQNBvO .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-umJXvQNBvO .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-umJXvQNBvO .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-umJXvQNBvO .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-umJXvQNBvO .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-umJXvQNBvO .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-umJXvQNBvO .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-umJXvQNBvO .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-umJXvQNBvO .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-umJXvQNBvO .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-umJXvQNBvO .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-umJXvQNBvO .mbr-section-title {
  color: #E0BDB6;
}
.cid-umJXvQNBvO .mbr-section-subtitle {
  color: #747474;
}
.cid-umJXvQNBvO .mbr-text {
  color: #747474;
}
.cid-umJXvQNBvO .panel-title-edit {
  color: #092975;
}
.cid-umJXvQNBvO .panel-text {
  color: #747474;
}
.cid-umJXvQNBvO .mbr-section-title,
.cid-umJXvQNBvO .mbr-section-btn {
  color: #092975;
}
.cid-umJXvSeeCd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-umJXvSeeCd .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJXvSeeCd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umJXvSeeCd .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-umJXvSeeCd .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-umJXvSeeCd .container {
    padding: 0 25px;
  }
}
.cid-umJXvSeeCd .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umJXvSeeCd .row {
    padding-top: 45px;
  }
}
.cid-umJXvSeeCd .item:hover .item-wrapper .item-img img,
.cid-umJXvSeeCd .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-umJXvSeeCd .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-umJXvSeeCd .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-umJXvSeeCd .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-umJXvSeeCd .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-umJXvSeeCd .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-umJXvSeeCd .border-wrap {
    margin-top: 45px;
  }
}
.cid-umJXvV3wMt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-umJXvV3wMt::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-umJXvV3wMt .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJXvV3wMt .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-umJXvV3wMt .container {
    padding: 0 22px;
  }
}
.cid-umJXvV3wMt .row {
  position: relative;
  z-index: 1;
}
.cid-umJXvV3wMt .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-umJXvV3wMt .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umJXvV3wMt .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umJXvV3wMt .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umJXvV3wMt .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umJXvV3wMt .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-umJXvV3wMt .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umJXvV3wMt .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umJXvV3wMt .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-umJXvV3wMt .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umJXvV3wMt .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-umJXvV3wMt .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-umJXvV3wMt .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umJXvV3wMt .nav-wrapper .list .item-wrap:hover,
.cid-umJXvV3wMt .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-umJXvV3wMt .nav-wrapper .list .item-wrap:hover::before,
.cid-umJXvV3wMt .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-umJXvV3wMt .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umJXvV3wMt .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umJXvV3wMt .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umJXvV3wMt .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-umJXvV3wMt .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-umJXvV3wMt .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-umJXvV3wMt .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-umJXvV3wMt .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-umJXvV3wMt .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-umJXvV3wMt .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-umJXvV3wMt .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-umJXvV3wMt .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umJXvV3wMt .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umJXvV3wMt .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umJXvV3wMt .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umJXvV3wMt .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-umJXvV3wMt .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-umJXvV3wMt .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-umJXvV3wMt .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-umJXvV3wMt .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-umJXvV3wMt .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-umJXvV3wMt .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-umJXvV3wMt .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-umJXvV3wMt .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-umJXvV3wMt .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-umJXvV3wMt .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-umJXvV3wMt .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-umJXvV3wMt .mbr-section-title {
  color: #bbc4bb;
}
.cid-umJXvV3wMt .mbr-text {
  color: #ffffff;
}
.cid-umJXvV3wMt .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-umJXvV3wMt .list {
  color: #ffffff;
}
.cid-umJXvV3wMt .mbr-contact {
  color: #ffffff;
}
.cid-umJXvV3wMt .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-umJYEhtTem {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/tube02-800x800.jpg");
}
.cid-umJYEhtTem .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJYEhtTem .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umJYEhtTem .mbr-section-title {
  margin-bottom: 32px;
}
.cid-umJYEitb0m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-umJYEitb0m .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJYEitb0m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umJYEitb0m .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-umJYEitb0m .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-umJYEitb0m .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-umJYEitb0m .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-umJYEitb0m .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-umJYEitb0m .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-umJYEitb0m .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-umJYEitb0m .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-umJYEitb0m .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-umJYEitb0m .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-umJYEitb0m .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-umJYEitb0m .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-umJYEitb0m .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-umJYEitb0m .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-umJYEitb0m .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-umJYEitb0m .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-umJYEitb0m .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-umJYEitb0m .mbr-section-title {
  color: #E0BDB6;
}
.cid-umJYEitb0m .mbr-section-subtitle {
  color: #747474;
}
.cid-umJYEitb0m .mbr-text {
  color: #747474;
}
.cid-umJYEitb0m .panel-title-edit {
  color: #092975;
}
.cid-umJYEitb0m .panel-text {
  color: #747474;
}
.cid-umJYEitb0m .mbr-section-title,
.cid-umJYEitb0m .mbr-section-btn {
  color: #092975;
}
.cid-umJYEjIFwX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-umJYEjIFwX .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJYEjIFwX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umJYEjIFwX .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-umJYEjIFwX .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-umJYEjIFwX .container {
    padding: 0 25px;
  }
}
.cid-umJYEjIFwX .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umJYEjIFwX .row {
    padding-top: 45px;
  }
}
.cid-umJYEjIFwX .item:hover .item-wrapper .item-img img,
.cid-umJYEjIFwX .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-umJYEjIFwX .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-umJYEjIFwX .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-umJYEjIFwX .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-umJYEjIFwX .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-umJYEjIFwX .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-umJYEjIFwX .border-wrap {
    margin-top: 45px;
  }
}
.cid-umJYElX3eR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-umJYElX3eR::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-umJYElX3eR .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJYElX3eR .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-umJYElX3eR .container {
    padding: 0 22px;
  }
}
.cid-umJYElX3eR .row {
  position: relative;
  z-index: 1;
}
.cid-umJYElX3eR .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-umJYElX3eR .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umJYElX3eR .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umJYElX3eR .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umJYElX3eR .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umJYElX3eR .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-umJYElX3eR .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umJYElX3eR .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umJYElX3eR .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-umJYElX3eR .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umJYElX3eR .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-umJYElX3eR .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-umJYElX3eR .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umJYElX3eR .nav-wrapper .list .item-wrap:hover,
.cid-umJYElX3eR .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-umJYElX3eR .nav-wrapper .list .item-wrap:hover::before,
.cid-umJYElX3eR .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-umJYElX3eR .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umJYElX3eR .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umJYElX3eR .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umJYElX3eR .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-umJYElX3eR .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-umJYElX3eR .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-umJYElX3eR .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-umJYElX3eR .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-umJYElX3eR .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-umJYElX3eR .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-umJYElX3eR .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-umJYElX3eR .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umJYElX3eR .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umJYElX3eR .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umJYElX3eR .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umJYElX3eR .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-umJYElX3eR .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-umJYElX3eR .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-umJYElX3eR .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-umJYElX3eR .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-umJYElX3eR .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-umJYElX3eR .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-umJYElX3eR .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-umJYElX3eR .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-umJYElX3eR .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-umJYElX3eR .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-umJYElX3eR .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-umJYElX3eR .mbr-section-title {
  color: #bbc4bb;
}
.cid-umJYElX3eR .mbr-text {
  color: #ffffff;
}
.cid-umJYElX3eR .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-umJYElX3eR .list {
  color: #ffffff;
}
.cid-umJYElX3eR .mbr-contact {
  color: #ffffff;
}
.cid-umJYElX3eR .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-umJYOrJymr {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/scuba-dubai-4-800x800.jpg");
}
.cid-umJYOrJymr .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJYOrJymr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umJYOrJymr .mbr-section-title {
  margin-bottom: 32px;
}
.cid-umJYOsNJaD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-umJYOsNJaD .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJYOsNJaD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umJYOsNJaD .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-umJYOsNJaD .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-umJYOsNJaD .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-umJYOsNJaD .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-umJYOsNJaD .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-umJYOsNJaD .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-umJYOsNJaD .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-umJYOsNJaD .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-umJYOsNJaD .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-umJYOsNJaD .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-umJYOsNJaD .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-umJYOsNJaD .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-umJYOsNJaD .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-umJYOsNJaD .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-umJYOsNJaD .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-umJYOsNJaD .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-umJYOsNJaD .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-umJYOsNJaD .mbr-section-title {
  color: #E0BDB6;
}
.cid-umJYOsNJaD .mbr-section-subtitle {
  color: #747474;
}
.cid-umJYOsNJaD .mbr-text {
  color: #747474;
}
.cid-umJYOsNJaD .panel-title-edit {
  color: #092975;
}
.cid-umJYOsNJaD .panel-text {
  color: #747474;
}
.cid-umJYOsNJaD .mbr-section-title,
.cid-umJYOsNJaD .mbr-section-btn {
  color: #092975;
}
.cid-umJYOu8XEw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-umJYOu8XEw .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJYOu8XEw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umJYOu8XEw .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-umJYOu8XEw .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-umJYOu8XEw .container {
    padding: 0 25px;
  }
}
.cid-umJYOu8XEw .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umJYOu8XEw .row {
    padding-top: 45px;
  }
}
.cid-umJYOu8XEw .item:hover .item-wrapper .item-img img,
.cid-umJYOu8XEw .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-umJYOu8XEw .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-umJYOu8XEw .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-umJYOu8XEw .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-umJYOu8XEw .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-umJYOu8XEw .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-umJYOu8XEw .border-wrap {
    margin-top: 45px;
  }
}
.cid-umJYOwDEIO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-umJYOwDEIO::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-umJYOwDEIO .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJYOwDEIO .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-umJYOwDEIO .container {
    padding: 0 22px;
  }
}
.cid-umJYOwDEIO .row {
  position: relative;
  z-index: 1;
}
.cid-umJYOwDEIO .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-umJYOwDEIO .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umJYOwDEIO .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umJYOwDEIO .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umJYOwDEIO .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umJYOwDEIO .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-umJYOwDEIO .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umJYOwDEIO .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umJYOwDEIO .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-umJYOwDEIO .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umJYOwDEIO .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-umJYOwDEIO .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-umJYOwDEIO .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umJYOwDEIO .nav-wrapper .list .item-wrap:hover,
.cid-umJYOwDEIO .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-umJYOwDEIO .nav-wrapper .list .item-wrap:hover::before,
.cid-umJYOwDEIO .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-umJYOwDEIO .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umJYOwDEIO .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umJYOwDEIO .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umJYOwDEIO .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-umJYOwDEIO .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-umJYOwDEIO .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-umJYOwDEIO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-umJYOwDEIO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-umJYOwDEIO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-umJYOwDEIO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-umJYOwDEIO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-umJYOwDEIO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umJYOwDEIO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umJYOwDEIO .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umJYOwDEIO .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umJYOwDEIO .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-umJYOwDEIO .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-umJYOwDEIO .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-umJYOwDEIO .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-umJYOwDEIO .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-umJYOwDEIO .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-umJYOwDEIO .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-umJYOwDEIO .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-umJYOwDEIO .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-umJYOwDEIO .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-umJYOwDEIO .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-umJYOwDEIO .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-umJYOwDEIO .mbr-section-title {
  color: #bbc4bb;
}
.cid-umJYOwDEIO .mbr-text {
  color: #ffffff;
}
.cid-umJYOwDEIO .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-umJYOwDEIO .list {
  color: #ffffff;
}
.cid-umJYOwDEIO .mbr-contact {
  color: #ffffff;
}
.cid-umJYOwDEIO .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-umJYZ6rvw6 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/jetski-30min.jpeg-1440x959.jpg");
}
.cid-umJYZ6rvw6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJYZ6rvw6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umJYZ6rvw6 .mbr-section-title {
  margin-bottom: 32px;
}
.cid-umJYZ7q8nv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-umJYZ7q8nv .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJYZ7q8nv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umJYZ7q8nv .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-umJYZ7q8nv .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-umJYZ7q8nv .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-umJYZ7q8nv .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-umJYZ7q8nv .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-umJYZ7q8nv .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-umJYZ7q8nv .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-umJYZ7q8nv .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-umJYZ7q8nv .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-umJYZ7q8nv .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-umJYZ7q8nv .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-umJYZ7q8nv .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-umJYZ7q8nv .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-umJYZ7q8nv .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-umJYZ7q8nv .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-umJYZ7q8nv .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-umJYZ7q8nv .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-umJYZ7q8nv .mbr-section-title {
  color: #E0BDB6;
}
.cid-umJYZ7q8nv .mbr-section-subtitle {
  color: #747474;
}
.cid-umJYZ7q8nv .mbr-text {
  color: #747474;
}
.cid-umJYZ7q8nv .panel-title-edit {
  color: #092975;
}
.cid-umJYZ7q8nv .panel-text {
  color: #747474;
}
.cid-umJYZ7q8nv .mbr-section-title,
.cid-umJYZ7q8nv .mbr-section-btn {
  color: #092975;
}
.cid-umJYZ8IEtb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-umJYZ8IEtb .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJYZ8IEtb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umJYZ8IEtb .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-umJYZ8IEtb .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-umJYZ8IEtb .container {
    padding: 0 25px;
  }
}
.cid-umJYZ8IEtb .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umJYZ8IEtb .row {
    padding-top: 45px;
  }
}
.cid-umJYZ8IEtb .item:hover .item-wrapper .item-img img,
.cid-umJYZ8IEtb .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-umJYZ8IEtb .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-umJYZ8IEtb .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-umJYZ8IEtb .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-umJYZ8IEtb .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-umJYZ8IEtb .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-umJYZ8IEtb .border-wrap {
    margin-top: 45px;
  }
}
.cid-umJYZb2F1l {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-umJYZb2F1l::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-umJYZb2F1l .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJYZb2F1l .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-umJYZb2F1l .container {
    padding: 0 22px;
  }
}
.cid-umJYZb2F1l .row {
  position: relative;
  z-index: 1;
}
.cid-umJYZb2F1l .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-umJYZb2F1l .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umJYZb2F1l .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umJYZb2F1l .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umJYZb2F1l .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umJYZb2F1l .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-umJYZb2F1l .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umJYZb2F1l .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umJYZb2F1l .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-umJYZb2F1l .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umJYZb2F1l .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-umJYZb2F1l .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-umJYZb2F1l .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umJYZb2F1l .nav-wrapper .list .item-wrap:hover,
.cid-umJYZb2F1l .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-umJYZb2F1l .nav-wrapper .list .item-wrap:hover::before,
.cid-umJYZb2F1l .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-umJYZb2F1l .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umJYZb2F1l .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umJYZb2F1l .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umJYZb2F1l .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-umJYZb2F1l .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-umJYZb2F1l .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-umJYZb2F1l .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-umJYZb2F1l .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-umJYZb2F1l .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-umJYZb2F1l .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-umJYZb2F1l .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-umJYZb2F1l .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umJYZb2F1l .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umJYZb2F1l .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umJYZb2F1l .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umJYZb2F1l .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-umJYZb2F1l .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-umJYZb2F1l .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-umJYZb2F1l .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-umJYZb2F1l .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-umJYZb2F1l .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-umJYZb2F1l .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-umJYZb2F1l .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-umJYZb2F1l .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-umJYZb2F1l .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-umJYZb2F1l .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-umJYZb2F1l .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-umJYZb2F1l .mbr-section-title {
  color: #bbc4bb;
}
.cid-umJYZb2F1l .mbr-text {
  color: #ffffff;
}
.cid-umJYZb2F1l .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-umJYZb2F1l .list {
  color: #ffffff;
}
.cid-umJYZb2F1l .mbr-contact {
  color: #ffffff;
}
.cid-umJYZb2F1l .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-umJZTz9mvN {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/scubamain.jpeg-1020x680.jpg");
}
.cid-umJZTz9mvN .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJZTz9mvN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umJZTz9mvN .mbr-section-title {
  margin-bottom: 32px;
}
.cid-umJZTAafdb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-umJZTAafdb .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJZTAafdb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umJZTAafdb .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-umJZTAafdb .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-umJZTAafdb .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-umJZTAafdb .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-umJZTAafdb .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-umJZTAafdb .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-umJZTAafdb .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-umJZTAafdb .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-umJZTAafdb .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-umJZTAafdb .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-umJZTAafdb .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-umJZTAafdb .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-umJZTAafdb .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-umJZTAafdb .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-umJZTAafdb .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-umJZTAafdb .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-umJZTAafdb .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-umJZTAafdb .mbr-section-title {
  color: #E0BDB6;
}
.cid-umJZTAafdb .mbr-section-subtitle {
  color: #747474;
}
.cid-umJZTAafdb .mbr-text {
  color: #747474;
}
.cid-umJZTAafdb .panel-title-edit {
  color: #092975;
}
.cid-umJZTAafdb .panel-text {
  color: #747474;
}
.cid-umJZTAafdb .mbr-section-title,
.cid-umJZTAafdb .mbr-section-btn {
  color: #092975;
}
.cid-umJZTBplip {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-umJZTBplip .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJZTBplip .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umJZTBplip .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-umJZTBplip .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-umJZTBplip .container {
    padding: 0 25px;
  }
}
.cid-umJZTBplip .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umJZTBplip .row {
    padding-top: 45px;
  }
}
.cid-umJZTBplip .item:hover .item-wrapper .item-img img,
.cid-umJZTBplip .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-umJZTBplip .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-umJZTBplip .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-umJZTBplip .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-umJZTBplip .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-umJZTBplip .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-umJZTBplip .border-wrap {
    margin-top: 45px;
  }
}
.cid-umJZTDEvKl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-umJZTDEvKl::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-umJZTDEvKl .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJZTDEvKl .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-umJZTDEvKl .container {
    padding: 0 22px;
  }
}
.cid-umJZTDEvKl .row {
  position: relative;
  z-index: 1;
}
.cid-umJZTDEvKl .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-umJZTDEvKl .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umJZTDEvKl .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umJZTDEvKl .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umJZTDEvKl .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umJZTDEvKl .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-umJZTDEvKl .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umJZTDEvKl .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umJZTDEvKl .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-umJZTDEvKl .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umJZTDEvKl .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-umJZTDEvKl .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-umJZTDEvKl .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umJZTDEvKl .nav-wrapper .list .item-wrap:hover,
.cid-umJZTDEvKl .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-umJZTDEvKl .nav-wrapper .list .item-wrap:hover::before,
.cid-umJZTDEvKl .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-umJZTDEvKl .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umJZTDEvKl .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umJZTDEvKl .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umJZTDEvKl .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-umJZTDEvKl .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-umJZTDEvKl .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-umJZTDEvKl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-umJZTDEvKl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-umJZTDEvKl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-umJZTDEvKl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-umJZTDEvKl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-umJZTDEvKl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umJZTDEvKl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umJZTDEvKl .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umJZTDEvKl .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umJZTDEvKl .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-umJZTDEvKl .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-umJZTDEvKl .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-umJZTDEvKl .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-umJZTDEvKl .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-umJZTDEvKl .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-umJZTDEvKl .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-umJZTDEvKl .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-umJZTDEvKl .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-umJZTDEvKl .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-umJZTDEvKl .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-umJZTDEvKl .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-umJZTDEvKl .mbr-section-title {
  color: #bbc4bb;
}
.cid-umJZTDEvKl .mbr-text {
  color: #ffffff;
}
.cid-umJZTDEvKl .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-umJZTDEvKl .list {
  color: #ffffff;
}
.cid-umJZTDEvKl .mbr-contact {
  color: #ffffff;
}
.cid-umJZTDEvKl .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-umK04gNaQD {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/flyboard-3-796x336.jpg");
}
.cid-umK04gNaQD .mbr-fallback-image.disabled {
  display: none;
}
.cid-umK04gNaQD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umK04gNaQD .mbr-section-title {
  margin-bottom: 32px;
}
.cid-umK04hTMCo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-umK04hTMCo .mbr-fallback-image.disabled {
  display: none;
}
.cid-umK04hTMCo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umK04hTMCo .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-umK04hTMCo .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-umK04hTMCo .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-umK04hTMCo .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-umK04hTMCo .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-umK04hTMCo .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-umK04hTMCo .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-umK04hTMCo .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-umK04hTMCo .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-umK04hTMCo .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-umK04hTMCo .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-umK04hTMCo .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-umK04hTMCo .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-umK04hTMCo .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-umK04hTMCo .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-umK04hTMCo .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-umK04hTMCo .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-umK04hTMCo .mbr-section-title {
  color: #E0BDB6;
}
.cid-umK04hTMCo .mbr-section-subtitle {
  color: #747474;
}
.cid-umK04hTMCo .mbr-text {
  color: #747474;
}
.cid-umK04hTMCo .panel-title-edit {
  color: #092975;
}
.cid-umK04hTMCo .panel-text {
  color: #747474;
}
.cid-umK04hTMCo .mbr-section-title,
.cid-umK04hTMCo .mbr-section-btn {
  color: #092975;
}
.cid-umK04jrnL2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-umK04jrnL2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umK04jrnL2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umK04jrnL2 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-umK04jrnL2 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-umK04jrnL2 .container {
    padding: 0 25px;
  }
}
.cid-umK04jrnL2 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umK04jrnL2 .row {
    padding-top: 45px;
  }
}
.cid-umK04jrnL2 .item:hover .item-wrapper .item-img img,
.cid-umK04jrnL2 .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-umK04jrnL2 .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-umK04jrnL2 .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-umK04jrnL2 .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-umK04jrnL2 .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-umK04jrnL2 .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-umK04jrnL2 .border-wrap {
    margin-top: 45px;
  }
}
.cid-umK04miKoC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-umK04miKoC::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-umK04miKoC .mbr-fallback-image.disabled {
  display: none;
}
.cid-umK04miKoC .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-umK04miKoC .container {
    padding: 0 22px;
  }
}
.cid-umK04miKoC .row {
  position: relative;
  z-index: 1;
}
.cid-umK04miKoC .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-umK04miKoC .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umK04miKoC .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umK04miKoC .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umK04miKoC .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umK04miKoC .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-umK04miKoC .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umK04miKoC .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umK04miKoC .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-umK04miKoC .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umK04miKoC .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-umK04miKoC .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-umK04miKoC .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umK04miKoC .nav-wrapper .list .item-wrap:hover,
.cid-umK04miKoC .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-umK04miKoC .nav-wrapper .list .item-wrap:hover::before,
.cid-umK04miKoC .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-umK04miKoC .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umK04miKoC .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umK04miKoC .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umK04miKoC .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-umK04miKoC .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-umK04miKoC .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-umK04miKoC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-umK04miKoC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-umK04miKoC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-umK04miKoC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-umK04miKoC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-umK04miKoC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umK04miKoC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umK04miKoC .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umK04miKoC .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umK04miKoC .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-umK04miKoC .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-umK04miKoC .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-umK04miKoC .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-umK04miKoC .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-umK04miKoC .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-umK04miKoC .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-umK04miKoC .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-umK04miKoC .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-umK04miKoC .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-umK04miKoC .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-umK04miKoC .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-umK04miKoC .mbr-section-title {
  color: #bbc4bb;
}
.cid-umK04miKoC .mbr-text {
  color: #ffffff;
}
.cid-umK04miKoC .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-umK04miKoC .list {
  color: #ffffff;
}
.cid-umK04miKoC .mbr-contact {
  color: #ffffff;
}
.cid-umK04miKoC .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-umK0gJXdNl {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/parasailing-720x480.jpg");
}
.cid-umK0gJXdNl .mbr-fallback-image.disabled {
  display: none;
}
.cid-umK0gJXdNl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umK0gJXdNl .mbr-section-title {
  margin-bottom: 32px;
}
.cid-umK0gKT8yc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-umK0gKT8yc .mbr-fallback-image.disabled {
  display: none;
}
.cid-umK0gKT8yc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umK0gKT8yc .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-umK0gKT8yc .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-umK0gKT8yc .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-umK0gKT8yc .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-umK0gKT8yc .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-umK0gKT8yc .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-umK0gKT8yc .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-umK0gKT8yc .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-umK0gKT8yc .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-umK0gKT8yc .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-umK0gKT8yc .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-umK0gKT8yc .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-umK0gKT8yc .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-umK0gKT8yc .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-umK0gKT8yc .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-umK0gKT8yc .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-umK0gKT8yc .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-umK0gKT8yc .mbr-section-title {
  color: #E0BDB6;
}
.cid-umK0gKT8yc .mbr-section-subtitle {
  color: #747474;
}
.cid-umK0gKT8yc .mbr-text {
  color: #747474;
}
.cid-umK0gKT8yc .panel-title-edit {
  color: #092975;
}
.cid-umK0gKT8yc .panel-text {
  color: #747474;
}
.cid-umK0gKT8yc .mbr-section-title,
.cid-umK0gKT8yc .mbr-section-btn {
  color: #092975;
}
.cid-umK0gLZlw6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-umK0gLZlw6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umK0gLZlw6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umK0gLZlw6 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-umK0gLZlw6 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-umK0gLZlw6 .container {
    padding: 0 25px;
  }
}
.cid-umK0gLZlw6 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umK0gLZlw6 .row {
    padding-top: 45px;
  }
}
.cid-umK0gLZlw6 .item:hover .item-wrapper .item-img img,
.cid-umK0gLZlw6 .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-umK0gLZlw6 .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-umK0gLZlw6 .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-umK0gLZlw6 .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-umK0gLZlw6 .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-umK0gLZlw6 .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-umK0gLZlw6 .border-wrap {
    margin-top: 45px;
  }
}
.cid-umK0gO8iMs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-umK0gO8iMs::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-umK0gO8iMs .mbr-fallback-image.disabled {
  display: none;
}
.cid-umK0gO8iMs .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-umK0gO8iMs .container {
    padding: 0 22px;
  }
}
.cid-umK0gO8iMs .row {
  position: relative;
  z-index: 1;
}
.cid-umK0gO8iMs .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-umK0gO8iMs .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umK0gO8iMs .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umK0gO8iMs .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umK0gO8iMs .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umK0gO8iMs .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-umK0gO8iMs .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umK0gO8iMs .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umK0gO8iMs .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-umK0gO8iMs .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umK0gO8iMs .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-umK0gO8iMs .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-umK0gO8iMs .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umK0gO8iMs .nav-wrapper .list .item-wrap:hover,
.cid-umK0gO8iMs .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-umK0gO8iMs .nav-wrapper .list .item-wrap:hover::before,
.cid-umK0gO8iMs .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-umK0gO8iMs .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umK0gO8iMs .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umK0gO8iMs .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umK0gO8iMs .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-umK0gO8iMs .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-umK0gO8iMs .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-umK0gO8iMs .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-umK0gO8iMs .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-umK0gO8iMs .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-umK0gO8iMs .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-umK0gO8iMs .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-umK0gO8iMs .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umK0gO8iMs .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umK0gO8iMs .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umK0gO8iMs .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umK0gO8iMs .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-umK0gO8iMs .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-umK0gO8iMs .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-umK0gO8iMs .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-umK0gO8iMs .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-umK0gO8iMs .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-umK0gO8iMs .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-umK0gO8iMs .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-umK0gO8iMs .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-umK0gO8iMs .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-umK0gO8iMs .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-umK0gO8iMs .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-umK0gO8iMs .mbr-section-title {
  color: #bbc4bb;
}
.cid-umK0gO8iMs .mbr-text {
  color: #ffffff;
}
.cid-umK0gO8iMs .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-umK0gO8iMs .list {
  color: #ffffff;
}
.cid-umK0gO8iMs .mbr-contact {
  color: #ffffff;
}
.cid-umK0gO8iMs .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-umK0DeAkqM {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/parasailing-720x480.jpg");
}
.cid-umK0DeAkqM .mbr-fallback-image.disabled {
  display: none;
}
.cid-umK0DeAkqM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umK0DeAkqM .mbr-section-title {
  margin-bottom: 32px;
}
.cid-umK0DfBpuT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-umK0DfBpuT .mbr-fallback-image.disabled {
  display: none;
}
.cid-umK0DfBpuT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umK0DfBpuT .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-umK0DfBpuT .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-umK0DfBpuT .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-umK0DfBpuT .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-umK0DfBpuT .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-umK0DfBpuT .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-umK0DfBpuT .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-umK0DfBpuT .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-umK0DfBpuT .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-umK0DfBpuT .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-umK0DfBpuT .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-umK0DfBpuT .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-umK0DfBpuT .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-umK0DfBpuT .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-umK0DfBpuT .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-umK0DfBpuT .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-umK0DfBpuT .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-umK0DfBpuT .mbr-section-title {
  color: #E0BDB6;
}
.cid-umK0DfBpuT .mbr-section-subtitle {
  color: #747474;
}
.cid-umK0DfBpuT .mbr-text {
  color: #747474;
}
.cid-umK0DfBpuT .panel-title-edit {
  color: #092975;
}
.cid-umK0DfBpuT .panel-text {
  color: #747474;
}
.cid-umK0DfBpuT .mbr-section-title,
.cid-umK0DfBpuT .mbr-section-btn {
  color: #092975;
}
.cid-umK0DgTew0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-umK0DgTew0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umK0DgTew0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umK0DgTew0 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-umK0DgTew0 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-umK0DgTew0 .container {
    padding: 0 25px;
  }
}
.cid-umK0DgTew0 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umK0DgTew0 .row {
    padding-top: 45px;
  }
}
.cid-umK0DgTew0 .item:hover .item-wrapper .item-img img,
.cid-umK0DgTew0 .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-umK0DgTew0 .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-umK0DgTew0 .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-umK0DgTew0 .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-umK0DgTew0 .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-umK0DgTew0 .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-umK0DgTew0 .border-wrap {
    margin-top: 45px;
  }
}
.cid-umK0Dk1JHl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-umK0Dk1JHl::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-umK0Dk1JHl .mbr-fallback-image.disabled {
  display: none;
}
.cid-umK0Dk1JHl .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-umK0Dk1JHl .container {
    padding: 0 22px;
  }
}
.cid-umK0Dk1JHl .row {
  position: relative;
  z-index: 1;
}
.cid-umK0Dk1JHl .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-umK0Dk1JHl .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umK0Dk1JHl .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umK0Dk1JHl .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umK0Dk1JHl .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umK0Dk1JHl .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-umK0Dk1JHl .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umK0Dk1JHl .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umK0Dk1JHl .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-umK0Dk1JHl .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umK0Dk1JHl .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-umK0Dk1JHl .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-umK0Dk1JHl .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umK0Dk1JHl .nav-wrapper .list .item-wrap:hover,
.cid-umK0Dk1JHl .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-umK0Dk1JHl .nav-wrapper .list .item-wrap:hover::before,
.cid-umK0Dk1JHl .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-umK0Dk1JHl .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umK0Dk1JHl .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umK0Dk1JHl .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umK0Dk1JHl .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-umK0Dk1JHl .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-umK0Dk1JHl .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-umK0Dk1JHl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-umK0Dk1JHl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-umK0Dk1JHl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-umK0Dk1JHl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-umK0Dk1JHl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-umK0Dk1JHl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umK0Dk1JHl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umK0Dk1JHl .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umK0Dk1JHl .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umK0Dk1JHl .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-umK0Dk1JHl .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-umK0Dk1JHl .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-umK0Dk1JHl .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-umK0Dk1JHl .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-umK0Dk1JHl .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-umK0Dk1JHl .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-umK0Dk1JHl .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-umK0Dk1JHl .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-umK0Dk1JHl .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-umK0Dk1JHl .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-umK0Dk1JHl .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-umK0Dk1JHl .mbr-section-title {
  color: #bbc4bb;
}
.cid-umK0Dk1JHl .mbr-text {
  color: #ffffff;
}
.cid-umK0Dk1JHl .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-umK0Dk1JHl .list {
  color: #ffffff;
}
.cid-umK0Dk1JHl .mbr-contact {
  color: #ffffff;
}
.cid-umK0Dk1JHl .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-umK0NSH3EJ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/parasailing-720x480.jpg");
}
.cid-umK0NSH3EJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-umK0NSH3EJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umK0NSH3EJ .mbr-section-title {
  margin-bottom: 32px;
}
.cid-umK0NU6TxS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-umK0NU6TxS .mbr-fallback-image.disabled {
  display: none;
}
.cid-umK0NU6TxS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umK0NU6TxS .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-umK0NU6TxS .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-umK0NU6TxS .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-umK0NU6TxS .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-umK0NU6TxS .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-umK0NU6TxS .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-umK0NU6TxS .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-umK0NU6TxS .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-umK0NU6TxS .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-umK0NU6TxS .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-umK0NU6TxS .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-umK0NU6TxS .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-umK0NU6TxS .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-umK0NU6TxS .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-umK0NU6TxS .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-umK0NU6TxS .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-umK0NU6TxS .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-umK0NU6TxS .mbr-section-title {
  color: #E0BDB6;
}
.cid-umK0NU6TxS .mbr-section-subtitle {
  color: #747474;
}
.cid-umK0NU6TxS .mbr-text {
  color: #747474;
}
.cid-umK0NU6TxS .panel-title-edit {
  color: #092975;
}
.cid-umK0NU6TxS .panel-text {
  color: #747474;
}
.cid-umK0NU6TxS .mbr-section-title,
.cid-umK0NU6TxS .mbr-section-btn {
  color: #092975;
}
.cid-umK0NVESOA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-umK0NVESOA .mbr-fallback-image.disabled {
  display: none;
}
.cid-umK0NVESOA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umK0NVESOA .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-umK0NVESOA .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-umK0NVESOA .container {
    padding: 0 25px;
  }
}
.cid-umK0NVESOA .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umK0NVESOA .row {
    padding-top: 45px;
  }
}
.cid-umK0NVESOA .item:hover .item-wrapper .item-img img,
.cid-umK0NVESOA .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-umK0NVESOA .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-umK0NVESOA .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-umK0NVESOA .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-umK0NVESOA .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-umK0NVESOA .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-umK0NVESOA .border-wrap {
    margin-top: 45px;
  }
}
.cid-umK0NYxbKj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-umK0NYxbKj::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-umK0NYxbKj .mbr-fallback-image.disabled {
  display: none;
}
.cid-umK0NYxbKj .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-umK0NYxbKj .container {
    padding: 0 22px;
  }
}
.cid-umK0NYxbKj .row {
  position: relative;
  z-index: 1;
}
.cid-umK0NYxbKj .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-umK0NYxbKj .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umK0NYxbKj .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umK0NYxbKj .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umK0NYxbKj .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umK0NYxbKj .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-umK0NYxbKj .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umK0NYxbKj .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umK0NYxbKj .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-umK0NYxbKj .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umK0NYxbKj .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-umK0NYxbKj .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-umK0NYxbKj .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umK0NYxbKj .nav-wrapper .list .item-wrap:hover,
.cid-umK0NYxbKj .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-umK0NYxbKj .nav-wrapper .list .item-wrap:hover::before,
.cid-umK0NYxbKj .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-umK0NYxbKj .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umK0NYxbKj .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umK0NYxbKj .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umK0NYxbKj .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-umK0NYxbKj .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-umK0NYxbKj .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-umK0NYxbKj .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-umK0NYxbKj .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-umK0NYxbKj .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-umK0NYxbKj .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-umK0NYxbKj .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-umK0NYxbKj .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umK0NYxbKj .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umK0NYxbKj .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umK0NYxbKj .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umK0NYxbKj .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-umK0NYxbKj .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-umK0NYxbKj .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-umK0NYxbKj .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-umK0NYxbKj .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-umK0NYxbKj .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-umK0NYxbKj .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-umK0NYxbKj .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-umK0NYxbKj .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-umK0NYxbKj .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-umK0NYxbKj .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-umK0NYxbKj .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-umK0NYxbKj .mbr-section-title {
  color: #bbc4bb;
}
.cid-umK0NYxbKj .mbr-text {
  color: #ffffff;
}
.cid-umK0NYxbKj .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-umK0NYxbKj .list {
  color: #ffffff;
}
.cid-umK0NYxbKj .mbr-contact {
  color: #ffffff;
}
.cid-umK0NYxbKj .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-umK12dlO3F {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/deep-dive-dubai-1-800x800.jpeg-797x463.jpg");
}
.cid-umK12dlO3F .mbr-fallback-image.disabled {
  display: none;
}
.cid-umK12dlO3F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umK12dlO3F .mbr-section-title {
  margin-bottom: 32px;
}
.cid-umK12eshrW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-umK12eshrW .mbr-fallback-image.disabled {
  display: none;
}
.cid-umK12eshrW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umK12eshrW .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-umK12eshrW .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-umK12eshrW .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-umK12eshrW .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-umK12eshrW .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-umK12eshrW .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-umK12eshrW .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-umK12eshrW .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-umK12eshrW .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-umK12eshrW .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-umK12eshrW .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-umK12eshrW .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-umK12eshrW .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-umK12eshrW .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-umK12eshrW .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-umK12eshrW .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-umK12eshrW .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-umK12eshrW .mbr-section-title {
  color: #E0BDB6;
}
.cid-umK12eshrW .mbr-section-subtitle {
  color: #747474;
}
.cid-umK12eshrW .mbr-text {
  color: #747474;
}
.cid-umK12eshrW .panel-title-edit {
  color: #092975;
}
.cid-umK12eshrW .panel-text {
  color: #747474;
}
.cid-umK12eshrW .mbr-section-title,
.cid-umK12eshrW .mbr-section-btn {
  color: #092975;
}
.cid-umK12fNHVR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-umK12fNHVR .mbr-fallback-image.disabled {
  display: none;
}
.cid-umK12fNHVR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umK12fNHVR .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-umK12fNHVR .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-umK12fNHVR .container {
    padding: 0 25px;
  }
}
.cid-umK12fNHVR .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umK12fNHVR .row {
    padding-top: 45px;
  }
}
.cid-umK12fNHVR .item:hover .item-wrapper .item-img img,
.cid-umK12fNHVR .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-umK12fNHVR .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-umK12fNHVR .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-umK12fNHVR .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-umK12fNHVR .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-umK12fNHVR .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-umK12fNHVR .border-wrap {
    margin-top: 45px;
  }
}
.cid-umK12i9pyK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-umK12i9pyK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-umK12i9pyK .mbr-fallback-image.disabled {
  display: none;
}
.cid-umK12i9pyK .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-umK12i9pyK .container {
    padding: 0 22px;
  }
}
.cid-umK12i9pyK .row {
  position: relative;
  z-index: 1;
}
.cid-umK12i9pyK .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-umK12i9pyK .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umK12i9pyK .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umK12i9pyK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umK12i9pyK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umK12i9pyK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-umK12i9pyK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umK12i9pyK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umK12i9pyK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-umK12i9pyK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umK12i9pyK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-umK12i9pyK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-umK12i9pyK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umK12i9pyK .nav-wrapper .list .item-wrap:hover,
.cid-umK12i9pyK .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-umK12i9pyK .nav-wrapper .list .item-wrap:hover::before,
.cid-umK12i9pyK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-umK12i9pyK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umK12i9pyK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umK12i9pyK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umK12i9pyK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-umK12i9pyK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-umK12i9pyK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-umK12i9pyK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-umK12i9pyK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-umK12i9pyK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-umK12i9pyK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-umK12i9pyK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-umK12i9pyK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umK12i9pyK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umK12i9pyK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umK12i9pyK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umK12i9pyK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-umK12i9pyK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-umK12i9pyK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-umK12i9pyK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-umK12i9pyK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-umK12i9pyK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-umK12i9pyK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-umK12i9pyK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-umK12i9pyK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-umK12i9pyK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-umK12i9pyK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-umK12i9pyK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-umK12i9pyK .mbr-section-title {
  color: #bbc4bb;
}
.cid-umK12i9pyK .mbr-text {
  color: #ffffff;
}
.cid-umK12i9pyK .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-umK12i9pyK .list {
  color: #ffffff;
}
.cid-umK12i9pyK .mbr-contact {
  color: #ffffff;
}
.cid-umK12i9pyK .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-umPJAud7NX {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/turkey1-1.webp");
}
.cid-umPJAud7NX .mbr-fallback-image.disabled {
  display: none;
}
.cid-umPJAud7NX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umPJAud7NX .mbr-section-title {
  margin-bottom: 32px;
}
.cid-umPJAuWdS1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-umPJAuWdS1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umPJAuWdS1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umPJAuWdS1 .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-umPJAuWdS1 .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-umPJAuWdS1 .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-umPJAuWdS1 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-umPJAuWdS1 .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-umPJAuWdS1 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-umPJAuWdS1 .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-umPJAuWdS1 .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-umPJAuWdS1 .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-umPJAuWdS1 .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-umPJAuWdS1 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-umPJAuWdS1 .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-umPJAuWdS1 .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-umPJAuWdS1 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-umPJAuWdS1 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-umPJAuWdS1 .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-umPJAuWdS1 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-umPJAuWdS1 .mbr-section-title {
  color: #E0BDB6;
}
.cid-umPJAuWdS1 .mbr-section-subtitle {
  color: #747474;
}
.cid-umPJAuWdS1 .mbr-text {
  color: #747474;
}
.cid-umPJAuWdS1 .panel-title-edit {
  color: #092975;
}
.cid-umPJAuWdS1 .panel-text {
  color: #747474;
}
.cid-umPJAuWdS1 .mbr-section-title,
.cid-umPJAuWdS1 .mbr-section-btn {
  color: #092975;
}
.cid-uoz364qyKN {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #45494e;
}
.cid-uoz364qyKN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoz364qyKN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoz364qyKN .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uoz364qyKN .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-uoz364qyKN .col-img {
    order: 2;
  }
}
.cid-uoz364qyKN .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uoz364qyKN .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-uoz364qyKN .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-uoz364qyKN .col-tex {
    order: 1;
  }
}
.cid-uoz364qyKN .card-title {
  color: #ffffff;
}
.cid-uoz364qyKN .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-uoz364qyKN .mbr-section-btn {
  margin-top: 60px;
}
.cid-uoz364qyKN .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-uoz364qyKN .mbr-text,
.cid-uoz364qyKN .mbr-section-btn {
  color: #ffffff;
}
.cid-umPS9wqFj4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-umPS9wqFj4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umPS9wqFj4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umPS9wqFj4 .mbr-section-head {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-umPS9wqFj4 .mbr-section-head {
    margin-bottom: 18px;
  }
}
.cid-umPS9wqFj4 .mbr-section-title {
  color: #1e2e90;
}
.cid-umPS9wqFj4 .mbr-section-subtitle {
  color: #45494E;
}
.cid-umPS9wqFj4 .card {
  padding-bottom: 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-umPS9wqFj4 .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none !important;
  padding: 0;
}
.cid-umPS9wqFj4 .panel-title {
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-umPS9wqFj4 .panel-title[aria-expanded="true"] .sign {
  transform: rotate(180deg);
}
.cid-umPS9wqFj4 .panel-title:hover .sign:after {
  opacity: 1;
  transform: scale(1);
}
.cid-umPS9wqFj4 .mbr-iconfont {
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  color: #45494e;
  margin-left: 1rem;
}
.cid-umPS9wqFj4 .panel-group {
  border: none;
}
.cid-umPS9wqFj4 .panel-body {
  padding: 0 0 28px;
}
.cid-umPS9wqFj4 .panel-text {
  color: #45494E;
}
.cid-umPS9wqFj4 .mbr-section-btn {
  margin-top: 46px;
}
@media (max-width: 767px) {
  .cid-umPS9wqFj4 .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-umPS9wqFj4 .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-umPS9wqFj4 .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-umPS9wqFj4 .panel-title-edit {
  color: #45494E;
}
.cid-umPS9wqFj4 .sign {
  width: 34px;
  height: 34px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.cid-umPS9wqFj4 .sign:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid currentColor;
  opacity: 0;
  transform: scale(0.75);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.cid-umPJAvR2xD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-umPJAvR2xD .mbr-fallback-image.disabled {
  display: none;
}
.cid-umPJAvR2xD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umPJAvR2xD .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-umPJAvR2xD .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-umPJAvR2xD .container {
    padding: 0 25px;
  }
}
.cid-umPJAvR2xD .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umPJAvR2xD .row {
    padding-top: 45px;
  }
}
.cid-umPJAvR2xD .item:hover .item-wrapper .item-img img,
.cid-umPJAvR2xD .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-umPJAvR2xD .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-umPJAvR2xD .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-umPJAvR2xD .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-umPJAvR2xD .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-umPJAvR2xD .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-umPJAvR2xD .border-wrap {
    margin-top: 45px;
  }
}
.cid-umPJAwDtVd {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-umPJAwDtVd .mbr-fallback-image.disabled {
  display: none;
}
.cid-umPJAwDtVd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umPJAwDtVd .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-umPJAwDtVd .content-container {
    flex-direction: column;
  }
}
.cid-umPJAwDtVd .icons-menu {
  display: flex;
}
.cid-umPJAwDtVd .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-umPJAwDtVd .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-umPJAwDtVd .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-umPJAwDtVd .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-umPJAwDtVd .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-umPJAwDtVd .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-umPJAwDtVd .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-umPJAxnvGN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-umPJAxnvGN::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-umPJAxnvGN .mbr-fallback-image.disabled {
  display: none;
}
.cid-umPJAxnvGN .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-umPJAxnvGN .container {
    padding: 0 22px;
  }
}
.cid-umPJAxnvGN .row {
  position: relative;
  z-index: 1;
}
.cid-umPJAxnvGN .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-umPJAxnvGN .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umPJAxnvGN .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umPJAxnvGN .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umPJAxnvGN .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umPJAxnvGN .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-umPJAxnvGN .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umPJAxnvGN .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umPJAxnvGN .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-umPJAxnvGN .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umPJAxnvGN .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-umPJAxnvGN .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-umPJAxnvGN .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umPJAxnvGN .nav-wrapper .list .item-wrap:hover,
.cid-umPJAxnvGN .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-umPJAxnvGN .nav-wrapper .list .item-wrap:hover::before,
.cid-umPJAxnvGN .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-umPJAxnvGN .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umPJAxnvGN .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umPJAxnvGN .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umPJAxnvGN .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-umPJAxnvGN .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-umPJAxnvGN .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-umPJAxnvGN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-umPJAxnvGN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-umPJAxnvGN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-umPJAxnvGN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-umPJAxnvGN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-umPJAxnvGN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umPJAxnvGN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umPJAxnvGN .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umPJAxnvGN .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umPJAxnvGN .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-umPJAxnvGN .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-umPJAxnvGN .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-umPJAxnvGN .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-umPJAxnvGN .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-umPJAxnvGN .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-umPJAxnvGN .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-umPJAxnvGN .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-umPJAxnvGN .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-umPJAxnvGN .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-umPJAxnvGN .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-umPJAxnvGN .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-umPJAxnvGN .mbr-section-title {
  color: #bbc4bb;
}
.cid-umPJAxnvGN .mbr-text {
  color: #ffffff;
}
.cid-umPJAxnvGN .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-umPJAxnvGN .list {
  color: #ffffff;
}
.cid-umPJAxnvGN .mbr-contact {
  color: #ffffff;
}
.cid-umPJAxnvGN .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-umQsbqBDCP {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/al-wasl-dhow-2-1-page-0001-1-1886x1257.jpeg");
}
.cid-umQsbqBDCP .mbr-fallback-image.disabled {
  display: none;
}
.cid-umQsbqBDCP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umQsbqBDCP .mbr-section-title {
  margin-bottom: 32px;
}
.cid-umQsbrnY2n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-umQsbrnY2n .mbr-fallback-image.disabled {
  display: none;
}
.cid-umQsbrnY2n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umQsbrnY2n .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-umQsbrnY2n .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-umQsbrnY2n .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-umQsbrnY2n .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-umQsbrnY2n .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-umQsbrnY2n .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-umQsbrnY2n .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-umQsbrnY2n .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-umQsbrnY2n .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-umQsbrnY2n .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-umQsbrnY2n .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-umQsbrnY2n .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-umQsbrnY2n .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-umQsbrnY2n .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-umQsbrnY2n .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-umQsbrnY2n .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-umQsbrnY2n .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-umQsbrnY2n .mbr-section-title {
  color: #E0BDB6;
}
.cid-umQsbrnY2n .mbr-section-subtitle {
  color: #747474;
}
.cid-umQsbrnY2n .mbr-text {
  color: #747474;
}
.cid-umQsbrnY2n .panel-title-edit {
  color: #092975;
}
.cid-umQsbrnY2n .panel-text {
  color: #747474;
}
.cid-umQsbrnY2n .mbr-section-title,
.cid-umQsbrnY2n .mbr-section-btn {
  color: #092975;
}
.cid-uohNDlqxxH {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #45494e;
}
.cid-uohNDlqxxH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uohNDlqxxH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uohNDlqxxH .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uohNDlqxxH .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-uohNDlqxxH .col-img {
    order: 2;
  }
}
.cid-uohNDlqxxH .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uohNDlqxxH .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-uohNDlqxxH .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-uohNDlqxxH .col-tex {
    order: 1;
  }
}
.cid-uohNDlqxxH .card-title {
  color: #ffffff;
}
.cid-uohNDlqxxH .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-uohNDlqxxH .mbr-section-btn {
  margin-top: 60px;
}
.cid-uohNDlqxxH .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-uohNDlqxxH .mbr-text,
.cid-uohNDlqxxH .mbr-section-btn {
  color: #ffffff;
}
.cid-umQsbtv07w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-umQsbtv07w .mbr-fallback-image.disabled {
  display: none;
}
.cid-umQsbtv07w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umQsbtv07w .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-umQsbtv07w .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-umQsbtv07w .container {
    padding: 0 25px;
  }
}
.cid-umQsbtv07w .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umQsbtv07w .row {
    padding-top: 45px;
  }
}
.cid-umQsbtv07w .item:hover .item-wrapper .item-img img,
.cid-umQsbtv07w .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-umQsbtv07w .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-umQsbtv07w .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-umQsbtv07w .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-umQsbtv07w .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-umQsbtv07w .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-umQsbtv07w .border-wrap {
    margin-top: 45px;
  }
}
.cid-umQsbvU6OM {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-umQsbvU6OM .mbr-fallback-image.disabled {
  display: none;
}
.cid-umQsbvU6OM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umQsbvU6OM .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-umQsbvU6OM .content-container {
    flex-direction: column;
  }
}
.cid-umQsbvU6OM .icons-menu {
  display: flex;
}
.cid-umQsbvU6OM .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-umQsbvU6OM .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-umQsbvU6OM .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-umQsbvU6OM .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-umQsbvU6OM .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-umQsbvU6OM .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-umQsbvU6OM .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-umQsbwQcEa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-umQsbwQcEa::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-umQsbwQcEa .mbr-fallback-image.disabled {
  display: none;
}
.cid-umQsbwQcEa .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-umQsbwQcEa .container {
    padding: 0 22px;
  }
}
.cid-umQsbwQcEa .row {
  position: relative;
  z-index: 1;
}
.cid-umQsbwQcEa .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-umQsbwQcEa .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umQsbwQcEa .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umQsbwQcEa .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umQsbwQcEa .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umQsbwQcEa .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-umQsbwQcEa .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umQsbwQcEa .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umQsbwQcEa .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-umQsbwQcEa .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umQsbwQcEa .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-umQsbwQcEa .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-umQsbwQcEa .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umQsbwQcEa .nav-wrapper .list .item-wrap:hover,
.cid-umQsbwQcEa .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-umQsbwQcEa .nav-wrapper .list .item-wrap:hover::before,
.cid-umQsbwQcEa .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-umQsbwQcEa .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umQsbwQcEa .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umQsbwQcEa .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umQsbwQcEa .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-umQsbwQcEa .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-umQsbwQcEa .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-umQsbwQcEa .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-umQsbwQcEa .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-umQsbwQcEa .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-umQsbwQcEa .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-umQsbwQcEa .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-umQsbwQcEa .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umQsbwQcEa .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umQsbwQcEa .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umQsbwQcEa .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umQsbwQcEa .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-umQsbwQcEa .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-umQsbwQcEa .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-umQsbwQcEa .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-umQsbwQcEa .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-umQsbwQcEa .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-umQsbwQcEa .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-umQsbwQcEa .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-umQsbwQcEa .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-umQsbwQcEa .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-umQsbwQcEa .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-umQsbwQcEa .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-umQsbwQcEa .mbr-section-title {
  color: #bbc4bb;
}
.cid-umQsbwQcEa .mbr-text {
  color: #ffffff;
}
.cid-umQsbwQcEa .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-umQsbwQcEa .list {
  color: #ffffff;
}
.cid-umQsbwQcEa .mbr-contact {
  color: #ffffff;
}
.cid-umQsbwQcEa .mbr-desc {
  color: #ffffff;
}
.cid-utmREsrs4h {
  background-color: transparent;
}
.cid-utmREsrs4h .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-utmREsrs4h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-utmREsrs4h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utmREsrs4h .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-utmREsrs4h .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-utmREsrs4h .menu_box .navbar.opened,
  .cid-utmREsrs4h .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-utmREsrs4h .navbar-dropdown {
  position: relative !important;
}
.cid-utmREsrs4h .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-utmREsrs4h .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-utmREsrs4h .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-utmREsrs4h .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-utmREsrs4h .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-utmREsrs4h .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-utmREsrs4h .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-utmREsrs4h .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-utmREsrs4h .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-utmREsrs4h .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-utmREsrs4h .offcanvas-body .mbr-text,
  .cid-utmREsrs4h .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-utmREsrs4h .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-utmREsrs4h .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-utmREsrs4h .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-utmREsrs4h .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-utmREsrs4h .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-utmREsrs4h .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-utmREsrs4h .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-utmREsrs4h ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-utmREsrs4h .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utmREsrs4h .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-utmREsrs4h .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-utmREsrs4h li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-utmREsrs4h .lg_brand {
    margin: 0 1rem;
  }
  .cid-utmREsrs4h .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-utmREsrs4h .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-utmREsrs4h .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-utmREsrs4h .nav-item {
    margin: 0 !important;
  }
}
.cid-utmREsrs4h .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-utmREsrs4h .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-utmREsrs4h .nav-item .nav-link:hover:before,
.cid-utmREsrs4h .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-utmREsrs4h .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-utmREsrs4h .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-utmREsrs4h .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-utmREsrs4h .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utmREsrs4h .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-utmREsrs4h .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-utmREsrs4h .offcanvas_box {
    display: none;
  }
}
.cid-utmREsrs4h .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-utmREsrs4h .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-utmREsrs4h .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-utmREsrs4h .container {
  display: flex;
  margin: auto;
}
.cid-utmREsrs4h .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-utmREsrs4h .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-utmREsrs4h .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-utmREsrs4h .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-utmREsrs4h .navbar-nav {
    margin: 0;
  }
}
.cid-utmREsrs4h .dropdown-menu,
.cid-utmREsrs4h .navbar.opened {
  background-color: false !important;
}
.cid-utmREsrs4h .nav-item:focus,
.cid-utmREsrs4h .nav-link:focus {
  outline: none;
}
.cid-utmREsrs4h .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utmREsrs4h .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utmREsrs4h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utmREsrs4h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utmREsrs4h .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utmREsrs4h .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utmREsrs4h .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-utmREsrs4h .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-utmREsrs4h .navbar.opened {
  transition: all 0.3s;
}
.cid-utmREsrs4h .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-utmREsrs4h .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-utmREsrs4h .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-utmREsrs4h .navbar.collapsed {
  justify-content: center;
}
.cid-utmREsrs4h .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utmREsrs4h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-utmREsrs4h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utmREsrs4h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utmREsrs4h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utmREsrs4h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-utmREsrs4h .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utmREsrs4h .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-utmREsrs4h .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-utmREsrs4h .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utmREsrs4h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utmREsrs4h .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-utmREsrs4h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utmREsrs4h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-utmREsrs4h .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utmREsrs4h .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-utmREsrs4h .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-utmREsrs4h .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-utmREsrs4h .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-utmREsrs4h .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utmREsrs4h .navbar .icons-menu {
    padding: 0;
  }
}
.cid-utmREsrs4h .navbar.navbar-short {
  min-height: 60px;
}
.cid-utmREsrs4h .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utmREsrs4h .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utmREsrs4h .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utmREsrs4h .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-utmREsrs4h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utmREsrs4h .dropdown-item.active,
.cid-utmREsrs4h .dropdown-item:active {
  background-color: transparent;
}
.cid-utmREsrs4h .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-utmREsrs4h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utmREsrs4h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utmREsrs4h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utmREsrs4h ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-utmREsrs4h .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utmREsrs4h button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-utmREsrs4h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-utmREsrs4h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utmREsrs4h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utmREsrs4h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utmREsrs4h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utmREsrs4h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utmREsrs4h nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utmREsrs4h nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utmREsrs4h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utmREsrs4h a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-utmREsrs4h .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utmREsrs4h .navbar {
    height: 70px;
  }
  .cid-utmREsrs4h .navbar.opened {
    height: auto;
  }
  .cid-utmREsrs4h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utmREsrs4h .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-utmREsrs4h .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-utmREsrs4h .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-utmREsrs4h .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-utmREsrs4h .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-utmREsrs4h .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-utmREsrs4h .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-utmREsrs4h .text_widget {
  margin-bottom: 32px;
}
.cid-utmREsrs4h .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-utmREsrs4h .text_widget a:hover,
.cid-utmREsrs4h .text_widget a:focus {
  opacity: .8;
}
.cid-utmREsrs4h .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-utmREsrs4h .contacts-wrapper {
    display: none;
  }
}
.cid-utmREsrs4h .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-utmREsrs4h .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-utmREsrs4h .contacts-wrapper a .mbr-contact:hover:before,
.cid-utmREsrs4h .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-utmREsrs4h .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-utmREsrs4h .navbar-caption {
  color: #01004c;
}
.cid-utmREsrs4h .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-utmREsrs4h .mbr-section-subtitle,
.cid-utmREsrs4h .text_widget,
.cid-utmREsrs4h .mbr-section-btn {
  text-align: center;
}
.cid-utmREsrs4h a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-utmREsrs4h .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-utmREthRpS {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/dubaim1.jpeg-1279x853.jpg");
}
.cid-utmREthRpS .mbr-fallback-image.disabled {
  display: none;
}
.cid-utmREthRpS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utmREthRpS .mbr-section-title {
  margin-bottom: 32px;
}
.cid-utmREtDKfD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-utmREtDKfD .mbr-fallback-image.disabled {
  display: none;
}
.cid-utmREtDKfD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utmREtDKfD .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-utmREtDKfD .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-utmREtDKfD .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-utmREtDKfD .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-utmREtDKfD .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-utmREtDKfD .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-utmREtDKfD .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-utmREtDKfD .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-utmREtDKfD .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-utmREtDKfD .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-utmREtDKfD .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-utmREtDKfD .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-utmREtDKfD .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-utmREtDKfD .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-utmREtDKfD .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-utmREtDKfD .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-utmREtDKfD .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-utmREtDKfD .mbr-section-title {
  color: #E0BDB6;
}
.cid-utmREtDKfD .mbr-section-subtitle {
  color: #747474;
}
.cid-utmREtDKfD .mbr-text {
  color: #747474;
}
.cid-utmREtDKfD .panel-title-edit {
  color: #092975;
}
.cid-utmREtDKfD .panel-text {
  color: #747474;
}
.cid-utmREtDKfD .mbr-section-title,
.cid-utmREtDKfD .mbr-section-btn {
  color: #092975;
}
.cid-utmREu8AN5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-utmREu8AN5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-utmREu8AN5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utmREu8AN5 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-utmREu8AN5 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-utmREu8AN5 .container {
    padding: 0 25px;
  }
}
.cid-utmREu8AN5 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-utmREu8AN5 .row {
    padding-top: 45px;
  }
}
.cid-utmREu8AN5 .item:hover .item-wrapper .item-img img,
.cid-utmREu8AN5 .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-utmREu8AN5 .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-utmREu8AN5 .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-utmREu8AN5 .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-utmREu8AN5 .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-utmREu8AN5 .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-utmREu8AN5 .border-wrap {
    margin-top: 45px;
  }
}
.cid-utmREv6rCg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-utmREv6rCg::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-utmREv6rCg .mbr-fallback-image.disabled {
  display: none;
}
.cid-utmREv6rCg .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-utmREv6rCg .container {
    padding: 0 22px;
  }
}
.cid-utmREv6rCg .row {
  position: relative;
  z-index: 1;
}
.cid-utmREv6rCg .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-utmREv6rCg .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-utmREv6rCg .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-utmREv6rCg .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-utmREv6rCg .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-utmREv6rCg .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-utmREv6rCg .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-utmREv6rCg .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-utmREv6rCg .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-utmREv6rCg .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-utmREv6rCg .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-utmREv6rCg .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-utmREv6rCg .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-utmREv6rCg .nav-wrapper .list .item-wrap:hover,
.cid-utmREv6rCg .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-utmREv6rCg .nav-wrapper .list .item-wrap:hover::before,
.cid-utmREv6rCg .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-utmREv6rCg .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-utmREv6rCg .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-utmREv6rCg .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-utmREv6rCg .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-utmREv6rCg .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-utmREv6rCg .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-utmREv6rCg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-utmREv6rCg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-utmREv6rCg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-utmREv6rCg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-utmREv6rCg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-utmREv6rCg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-utmREv6rCg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-utmREv6rCg .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-utmREv6rCg .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-utmREv6rCg .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-utmREv6rCg .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-utmREv6rCg .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-utmREv6rCg .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-utmREv6rCg .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-utmREv6rCg .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-utmREv6rCg .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-utmREv6rCg .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-utmREv6rCg .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-utmREv6rCg .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-utmREv6rCg .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-utmREv6rCg .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-utmREv6rCg .mbr-section-title {
  color: #bbc4bb;
}
.cid-utmREv6rCg .mbr-text {
  color: #ffffff;
}
.cid-utmREv6rCg .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-utmREv6rCg .list {
  color: #ffffff;
}
.cid-utmREv6rCg .mbr-contact {
  color: #ffffff;
}
.cid-utmREv6rCg .mbr-desc {
  color: #ffffff;
}
.cid-utLoCfoPwu {
  background-color: transparent;
}
.cid-utLoCfoPwu .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-utLoCfoPwu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-utLoCfoPwu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utLoCfoPwu .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-utLoCfoPwu .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-utLoCfoPwu .menu_box .navbar.opened,
  .cid-utLoCfoPwu .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-utLoCfoPwu .navbar-dropdown {
  position: relative !important;
}
.cid-utLoCfoPwu .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-utLoCfoPwu .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-utLoCfoPwu .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-utLoCfoPwu .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-utLoCfoPwu .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-utLoCfoPwu .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-utLoCfoPwu .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-utLoCfoPwu .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-utLoCfoPwu .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-utLoCfoPwu .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-utLoCfoPwu .offcanvas-body .mbr-text,
  .cid-utLoCfoPwu .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-utLoCfoPwu .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-utLoCfoPwu .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-utLoCfoPwu .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-utLoCfoPwu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-utLoCfoPwu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-utLoCfoPwu .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-utLoCfoPwu .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-utLoCfoPwu ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-utLoCfoPwu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utLoCfoPwu .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-utLoCfoPwu .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-utLoCfoPwu li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-utLoCfoPwu .lg_brand {
    margin: 0 1rem;
  }
  .cid-utLoCfoPwu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-utLoCfoPwu .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-utLoCfoPwu .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-utLoCfoPwu .nav-item {
    margin: 0 !important;
  }
}
.cid-utLoCfoPwu .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-utLoCfoPwu .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-utLoCfoPwu .nav-item .nav-link:hover:before,
.cid-utLoCfoPwu .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-utLoCfoPwu .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-utLoCfoPwu .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-utLoCfoPwu .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-utLoCfoPwu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utLoCfoPwu .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-utLoCfoPwu .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-utLoCfoPwu .offcanvas_box {
    display: none;
  }
}
.cid-utLoCfoPwu .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-utLoCfoPwu .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-utLoCfoPwu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-utLoCfoPwu .container {
  display: flex;
  margin: auto;
}
.cid-utLoCfoPwu .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-utLoCfoPwu .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-utLoCfoPwu .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-utLoCfoPwu .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-utLoCfoPwu .navbar-nav {
    margin: 0;
  }
}
.cid-utLoCfoPwu .dropdown-menu,
.cid-utLoCfoPwu .navbar.opened {
  background-color: false !important;
}
.cid-utLoCfoPwu .nav-item:focus,
.cid-utLoCfoPwu .nav-link:focus {
  outline: none;
}
.cid-utLoCfoPwu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utLoCfoPwu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utLoCfoPwu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utLoCfoPwu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utLoCfoPwu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utLoCfoPwu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utLoCfoPwu .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-utLoCfoPwu .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-utLoCfoPwu .navbar.opened {
  transition: all 0.3s;
}
.cid-utLoCfoPwu .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-utLoCfoPwu .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-utLoCfoPwu .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-utLoCfoPwu .navbar.collapsed {
  justify-content: center;
}
.cid-utLoCfoPwu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utLoCfoPwu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-utLoCfoPwu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utLoCfoPwu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utLoCfoPwu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utLoCfoPwu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-utLoCfoPwu .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utLoCfoPwu .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-utLoCfoPwu .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-utLoCfoPwu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utLoCfoPwu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utLoCfoPwu .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-utLoCfoPwu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utLoCfoPwu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-utLoCfoPwu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utLoCfoPwu .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-utLoCfoPwu .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-utLoCfoPwu .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-utLoCfoPwu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-utLoCfoPwu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utLoCfoPwu .navbar .icons-menu {
    padding: 0;
  }
}
.cid-utLoCfoPwu .navbar.navbar-short {
  min-height: 60px;
}
.cid-utLoCfoPwu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utLoCfoPwu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utLoCfoPwu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utLoCfoPwu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-utLoCfoPwu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utLoCfoPwu .dropdown-item.active,
.cid-utLoCfoPwu .dropdown-item:active {
  background-color: transparent;
}
.cid-utLoCfoPwu .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-utLoCfoPwu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utLoCfoPwu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utLoCfoPwu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utLoCfoPwu ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-utLoCfoPwu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utLoCfoPwu button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-utLoCfoPwu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-utLoCfoPwu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utLoCfoPwu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utLoCfoPwu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utLoCfoPwu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utLoCfoPwu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utLoCfoPwu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utLoCfoPwu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utLoCfoPwu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utLoCfoPwu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-utLoCfoPwu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utLoCfoPwu .navbar {
    height: 70px;
  }
  .cid-utLoCfoPwu .navbar.opened {
    height: auto;
  }
  .cid-utLoCfoPwu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utLoCfoPwu .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-utLoCfoPwu .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-utLoCfoPwu .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-utLoCfoPwu .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-utLoCfoPwu .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-utLoCfoPwu .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-utLoCfoPwu .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-utLoCfoPwu .text_widget {
  margin-bottom: 32px;
}
.cid-utLoCfoPwu .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-utLoCfoPwu .text_widget a:hover,
.cid-utLoCfoPwu .text_widget a:focus {
  opacity: .8;
}
.cid-utLoCfoPwu .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-utLoCfoPwu .contacts-wrapper {
    display: none;
  }
}
.cid-utLoCfoPwu .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-utLoCfoPwu .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-utLoCfoPwu .contacts-wrapper a .mbr-contact:hover:before,
.cid-utLoCfoPwu .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-utLoCfoPwu .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-utLoCfoPwu .navbar-caption {
  color: #01004c;
}
.cid-utLoCfoPwu .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-utLoCfoPwu .mbr-section-subtitle,
.cid-utLoCfoPwu .text_widget,
.cid-utLoCfoPwu .mbr-section-btn {
  text-align: center;
}
.cid-utLoCfoPwu a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-utLoCfoPwu .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-utLoCg5NwV {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/global-village-banner-2000x454.jpg");
}
.cid-utLoCg5NwV .mbr-fallback-image.disabled {
  display: none;
}
.cid-utLoCg5NwV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utLoCg5NwV .mbr-section-title {
  margin-bottom: 32px;
}
.cid-utLoCgqZjH {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-utLoCgqZjH .mbr-fallback-image.disabled {
  display: none;
}
.cid-utLoCgqZjH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utLoCgqZjH .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-utLoCgqZjH .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-utLoCgqZjH .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-utLoCgqZjH .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-utLoCgqZjH .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-utLoCgqZjH .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-utLoCgqZjH .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-utLoCgqZjH .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-utLoCgqZjH .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-utLoCgqZjH .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-utLoCgqZjH .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-utLoCgqZjH .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-utLoCgqZjH .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-utLoCgqZjH .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-utLoCgqZjH .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-utLoCgqZjH .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-utLoCgqZjH .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-utLoCgqZjH .mbr-section-title {
  color: #E0BDB6;
}
.cid-utLoCgqZjH .mbr-section-subtitle {
  color: #747474;
}
.cid-utLoCgqZjH .mbr-text {
  color: #747474;
}
.cid-utLoCgqZjH .panel-title-edit {
  color: #092975;
}
.cid-utLoCgqZjH .panel-text {
  color: #747474;
}
.cid-utLoCgqZjH .mbr-section-title,
.cid-utLoCgqZjH .mbr-section-btn {
  color: #092975;
}
.cid-utLoCgWsMu {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-utLoCgWsMu .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-utLoCgWsMu .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-utLoCgWsMu .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-utLoCgWsMu .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-utLoCgWsMu .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-utLoCgWsMu .item {
  padding: 0;
}
.cid-utLoCgWsMu .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-utLoCgWsMu .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-utLoCgWsMu .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-utLoCgWsMu .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-utLoCgWsMu .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-utLoCgWsMu .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-utLoCgWsMu .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-utLoCgWsMu .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-utLoCgWsMu .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-utLoCgWsMu .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-utLoCgWsMu .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-utLoCgWsMu .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-utLoCgWsMu .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-utLoCgWsMu .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-utLoCgWsMu .mbr-text {
  flex-grow: 1;
  color: #eb1616;
  text-align: right;
}
.cid-utLoCgWsMu .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-utLoCgWsMu .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-utLoCijd7R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-utLoCijd7R .mbr-fallback-image.disabled {
  display: none;
}
.cid-utLoCijd7R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utLoCijd7R .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-utLoCijd7R .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-utLoCijd7R .container {
    padding: 0 25px;
  }
}
.cid-utLoCijd7R .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-utLoCijd7R .row {
    padding-top: 45px;
  }
}
.cid-utLoCijd7R .item:hover .item-wrapper .item-img img,
.cid-utLoCijd7R .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-utLoCijd7R .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-utLoCijd7R .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-utLoCijd7R .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-utLoCijd7R .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-utLoCijd7R .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-utLoCijd7R .border-wrap {
    margin-top: 45px;
  }
}
.cid-utLoCiQWzq {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-utLoCiQWzq .mbr-fallback-image.disabled {
  display: none;
}
.cid-utLoCiQWzq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utLoCiQWzq .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-utLoCiQWzq .content-container {
    flex-direction: column;
  }
}
.cid-utLoCiQWzq .icons-menu {
  display: flex;
}
.cid-utLoCiQWzq .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-utLoCiQWzq .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-utLoCiQWzq .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-utLoCiQWzq .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-utLoCiQWzq .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-utLoCiQWzq .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-utLoCiQWzq .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-utLoCjoO5n {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-utLoCjoO5n::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-utLoCjoO5n .mbr-fallback-image.disabled {
  display: none;
}
.cid-utLoCjoO5n .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-utLoCjoO5n .container {
    padding: 0 22px;
  }
}
.cid-utLoCjoO5n .row {
  position: relative;
  z-index: 1;
}
.cid-utLoCjoO5n .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-utLoCjoO5n .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-utLoCjoO5n .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-utLoCjoO5n .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-utLoCjoO5n .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-utLoCjoO5n .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-utLoCjoO5n .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-utLoCjoO5n .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-utLoCjoO5n .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-utLoCjoO5n .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-utLoCjoO5n .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-utLoCjoO5n .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-utLoCjoO5n .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-utLoCjoO5n .nav-wrapper .list .item-wrap:hover,
.cid-utLoCjoO5n .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-utLoCjoO5n .nav-wrapper .list .item-wrap:hover::before,
.cid-utLoCjoO5n .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-utLoCjoO5n .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-utLoCjoO5n .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-utLoCjoO5n .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-utLoCjoO5n .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-utLoCjoO5n .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-utLoCjoO5n .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-utLoCjoO5n .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-utLoCjoO5n .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-utLoCjoO5n .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-utLoCjoO5n .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-utLoCjoO5n .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-utLoCjoO5n .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-utLoCjoO5n .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-utLoCjoO5n .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-utLoCjoO5n .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-utLoCjoO5n .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-utLoCjoO5n .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-utLoCjoO5n .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-utLoCjoO5n .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-utLoCjoO5n .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-utLoCjoO5n .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-utLoCjoO5n .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-utLoCjoO5n .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-utLoCjoO5n .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-utLoCjoO5n .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-utLoCjoO5n .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-utLoCjoO5n .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-utLoCjoO5n .mbr-section-title {
  color: #bbc4bb;
}
.cid-utLoCjoO5n .mbr-text {
  color: #ffffff;
}
.cid-utLoCjoO5n .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-utLoCjoO5n .list {
  color: #ffffff;
}
.cid-utLoCjoO5n .mbr-contact {
  color: #ffffff;
}
.cid-utLoCjoO5n .mbr-desc {
  color: #ffffff;
}
.cid-utn1Z5VBA0 {
  background-color: transparent;
}
.cid-utn1Z5VBA0 .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-utn1Z5VBA0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-utn1Z5VBA0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utn1Z5VBA0 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-utn1Z5VBA0 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-utn1Z5VBA0 .menu_box .navbar.opened,
  .cid-utn1Z5VBA0 .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-utn1Z5VBA0 .navbar-dropdown {
  position: relative !important;
}
.cid-utn1Z5VBA0 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-utn1Z5VBA0 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-utn1Z5VBA0 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-utn1Z5VBA0 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-utn1Z5VBA0 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-utn1Z5VBA0 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-utn1Z5VBA0 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-utn1Z5VBA0 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-utn1Z5VBA0 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-utn1Z5VBA0 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-utn1Z5VBA0 .offcanvas-body .mbr-text,
  .cid-utn1Z5VBA0 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-utn1Z5VBA0 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-utn1Z5VBA0 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-utn1Z5VBA0 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-utn1Z5VBA0 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-utn1Z5VBA0 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-utn1Z5VBA0 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-utn1Z5VBA0 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-utn1Z5VBA0 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-utn1Z5VBA0 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utn1Z5VBA0 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-utn1Z5VBA0 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-utn1Z5VBA0 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-utn1Z5VBA0 .lg_brand {
    margin: 0 1rem;
  }
  .cid-utn1Z5VBA0 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-utn1Z5VBA0 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-utn1Z5VBA0 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-utn1Z5VBA0 .nav-item {
    margin: 0 !important;
  }
}
.cid-utn1Z5VBA0 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-utn1Z5VBA0 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-utn1Z5VBA0 .nav-item .nav-link:hover:before,
.cid-utn1Z5VBA0 .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-utn1Z5VBA0 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-utn1Z5VBA0 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-utn1Z5VBA0 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-utn1Z5VBA0 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utn1Z5VBA0 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-utn1Z5VBA0 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-utn1Z5VBA0 .offcanvas_box {
    display: none;
  }
}
.cid-utn1Z5VBA0 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-utn1Z5VBA0 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-utn1Z5VBA0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-utn1Z5VBA0 .container {
  display: flex;
  margin: auto;
}
.cid-utn1Z5VBA0 .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-utn1Z5VBA0 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-utn1Z5VBA0 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-utn1Z5VBA0 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-utn1Z5VBA0 .navbar-nav {
    margin: 0;
  }
}
.cid-utn1Z5VBA0 .dropdown-menu,
.cid-utn1Z5VBA0 .navbar.opened {
  background-color: false !important;
}
.cid-utn1Z5VBA0 .nav-item:focus,
.cid-utn1Z5VBA0 .nav-link:focus {
  outline: none;
}
.cid-utn1Z5VBA0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utn1Z5VBA0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utn1Z5VBA0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utn1Z5VBA0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utn1Z5VBA0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utn1Z5VBA0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utn1Z5VBA0 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-utn1Z5VBA0 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-utn1Z5VBA0 .navbar.opened {
  transition: all 0.3s;
}
.cid-utn1Z5VBA0 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-utn1Z5VBA0 .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-utn1Z5VBA0 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-utn1Z5VBA0 .navbar.collapsed {
  justify-content: center;
}
.cid-utn1Z5VBA0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utn1Z5VBA0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-utn1Z5VBA0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utn1Z5VBA0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utn1Z5VBA0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utn1Z5VBA0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-utn1Z5VBA0 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utn1Z5VBA0 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-utn1Z5VBA0 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-utn1Z5VBA0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utn1Z5VBA0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utn1Z5VBA0 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-utn1Z5VBA0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utn1Z5VBA0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-utn1Z5VBA0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utn1Z5VBA0 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-utn1Z5VBA0 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-utn1Z5VBA0 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-utn1Z5VBA0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-utn1Z5VBA0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utn1Z5VBA0 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-utn1Z5VBA0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-utn1Z5VBA0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utn1Z5VBA0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utn1Z5VBA0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utn1Z5VBA0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-utn1Z5VBA0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utn1Z5VBA0 .dropdown-item.active,
.cid-utn1Z5VBA0 .dropdown-item:active {
  background-color: transparent;
}
.cid-utn1Z5VBA0 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-utn1Z5VBA0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utn1Z5VBA0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utn1Z5VBA0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utn1Z5VBA0 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-utn1Z5VBA0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utn1Z5VBA0 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-utn1Z5VBA0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-utn1Z5VBA0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utn1Z5VBA0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utn1Z5VBA0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utn1Z5VBA0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utn1Z5VBA0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utn1Z5VBA0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utn1Z5VBA0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utn1Z5VBA0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utn1Z5VBA0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-utn1Z5VBA0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utn1Z5VBA0 .navbar {
    height: 70px;
  }
  .cid-utn1Z5VBA0 .navbar.opened {
    height: auto;
  }
  .cid-utn1Z5VBA0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utn1Z5VBA0 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-utn1Z5VBA0 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-utn1Z5VBA0 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-utn1Z5VBA0 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-utn1Z5VBA0 .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-utn1Z5VBA0 .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-utn1Z5VBA0 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-utn1Z5VBA0 .text_widget {
  margin-bottom: 32px;
}
.cid-utn1Z5VBA0 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-utn1Z5VBA0 .text_widget a:hover,
.cid-utn1Z5VBA0 .text_widget a:focus {
  opacity: .8;
}
.cid-utn1Z5VBA0 .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-utn1Z5VBA0 .contacts-wrapper {
    display: none;
  }
}
.cid-utn1Z5VBA0 .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-utn1Z5VBA0 .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-utn1Z5VBA0 .contacts-wrapper a .mbr-contact:hover:before,
.cid-utn1Z5VBA0 .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-utn1Z5VBA0 .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-utn1Z5VBA0 .navbar-caption {
  color: #01004c;
}
.cid-utn1Z5VBA0 .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-utn1Z5VBA0 .mbr-section-subtitle,
.cid-utn1Z5VBA0 .text_widget,
.cid-utn1Z5VBA0 .mbr-section-btn {
  text-align: center;
}
.cid-utn1Z5VBA0 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-utn1Z5VBA0 .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-utn1Z6EX7n {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/abratours1.jpeg-2000x1333.jpg");
}
.cid-utn1Z6EX7n .mbr-fallback-image.disabled {
  display: none;
}
.cid-utn1Z6EX7n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utn1Z6EX7n .mbr-section-title {
  margin-bottom: 32px;
}
.cid-utn1Z6ZBvZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-utn1Z6ZBvZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-utn1Z6ZBvZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utn1Z6ZBvZ .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-utn1Z6ZBvZ .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-utn1Z6ZBvZ .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-utn1Z6ZBvZ .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-utn1Z6ZBvZ .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-utn1Z6ZBvZ .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-utn1Z6ZBvZ .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-utn1Z6ZBvZ .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-utn1Z6ZBvZ .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-utn1Z6ZBvZ .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-utn1Z6ZBvZ .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-utn1Z6ZBvZ .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-utn1Z6ZBvZ .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-utn1Z6ZBvZ .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-utn1Z6ZBvZ .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-utn1Z6ZBvZ .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-utn1Z6ZBvZ .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-utn1Z6ZBvZ .mbr-section-title {
  color: #E0BDB6;
}
.cid-utn1Z6ZBvZ .mbr-section-subtitle {
  color: #747474;
}
.cid-utn1Z6ZBvZ .mbr-text {
  color: #747474;
}
.cid-utn1Z6ZBvZ .panel-title-edit {
  color: #092975;
}
.cid-utn1Z6ZBvZ .panel-text {
  color: #747474;
}
.cid-utn1Z6ZBvZ .mbr-section-title,
.cid-utn1Z6ZBvZ .mbr-section-btn {
  color: #092975;
}
.cid-utn1Z7zM78 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-utn1Z7zM78 .mbr-fallback-image.disabled {
  display: none;
}
.cid-utn1Z7zM78 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utn1Z7zM78 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-utn1Z7zM78 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-utn1Z7zM78 .container {
    padding: 0 25px;
  }
}
.cid-utn1Z7zM78 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-utn1Z7zM78 .row {
    padding-top: 45px;
  }
}
.cid-utn1Z7zM78 .item:hover .item-wrapper .item-img img,
.cid-utn1Z7zM78 .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-utn1Z7zM78 .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-utn1Z7zM78 .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-utn1Z7zM78 .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-utn1Z7zM78 .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-utn1Z7zM78 .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-utn1Z7zM78 .border-wrap {
    margin-top: 45px;
  }
}
.cid-utn1Z8vbzT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-utn1Z8vbzT::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-utn1Z8vbzT .mbr-fallback-image.disabled {
  display: none;
}
.cid-utn1Z8vbzT .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-utn1Z8vbzT .container {
    padding: 0 22px;
  }
}
.cid-utn1Z8vbzT .row {
  position: relative;
  z-index: 1;
}
.cid-utn1Z8vbzT .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-utn1Z8vbzT .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-utn1Z8vbzT .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-utn1Z8vbzT .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-utn1Z8vbzT .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-utn1Z8vbzT .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-utn1Z8vbzT .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-utn1Z8vbzT .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-utn1Z8vbzT .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-utn1Z8vbzT .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-utn1Z8vbzT .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-utn1Z8vbzT .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-utn1Z8vbzT .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-utn1Z8vbzT .nav-wrapper .list .item-wrap:hover,
.cid-utn1Z8vbzT .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-utn1Z8vbzT .nav-wrapper .list .item-wrap:hover::before,
.cid-utn1Z8vbzT .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-utn1Z8vbzT .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-utn1Z8vbzT .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-utn1Z8vbzT .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-utn1Z8vbzT .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-utn1Z8vbzT .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-utn1Z8vbzT .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-utn1Z8vbzT .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-utn1Z8vbzT .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-utn1Z8vbzT .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-utn1Z8vbzT .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-utn1Z8vbzT .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-utn1Z8vbzT .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-utn1Z8vbzT .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-utn1Z8vbzT .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-utn1Z8vbzT .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-utn1Z8vbzT .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-utn1Z8vbzT .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-utn1Z8vbzT .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-utn1Z8vbzT .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-utn1Z8vbzT .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-utn1Z8vbzT .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-utn1Z8vbzT .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-utn1Z8vbzT .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-utn1Z8vbzT .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-utn1Z8vbzT .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-utn1Z8vbzT .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-utn1Z8vbzT .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-utn1Z8vbzT .mbr-section-title {
  color: #bbc4bb;
}
.cid-utn1Z8vbzT .mbr-text {
  color: #ffffff;
}
.cid-utn1Z8vbzT .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-utn1Z8vbzT .list {
  color: #ffffff;
}
.cid-utn1Z8vbzT .mbr-contact {
  color: #ffffff;
}
.cid-utn1Z8vbzT .mbr-desc {
  color: #ffffff;
}
.cid-utn31cJCSO {
  background-color: transparent;
}
.cid-utn31cJCSO .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-utn31cJCSO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-utn31cJCSO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utn31cJCSO .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-utn31cJCSO .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-utn31cJCSO .menu_box .navbar.opened,
  .cid-utn31cJCSO .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-utn31cJCSO .navbar-dropdown {
  position: relative !important;
}
.cid-utn31cJCSO .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-utn31cJCSO .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-utn31cJCSO .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-utn31cJCSO .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-utn31cJCSO .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-utn31cJCSO .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-utn31cJCSO .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-utn31cJCSO .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-utn31cJCSO .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-utn31cJCSO .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-utn31cJCSO .offcanvas-body .mbr-text,
  .cid-utn31cJCSO .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-utn31cJCSO .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-utn31cJCSO .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-utn31cJCSO .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-utn31cJCSO .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-utn31cJCSO .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-utn31cJCSO .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-utn31cJCSO .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-utn31cJCSO ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-utn31cJCSO .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utn31cJCSO .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-utn31cJCSO .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-utn31cJCSO li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-utn31cJCSO .lg_brand {
    margin: 0 1rem;
  }
  .cid-utn31cJCSO .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-utn31cJCSO .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-utn31cJCSO .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-utn31cJCSO .nav-item {
    margin: 0 !important;
  }
}
.cid-utn31cJCSO .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-utn31cJCSO .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-utn31cJCSO .nav-item .nav-link:hover:before,
.cid-utn31cJCSO .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-utn31cJCSO .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-utn31cJCSO .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-utn31cJCSO .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-utn31cJCSO .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utn31cJCSO .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-utn31cJCSO .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-utn31cJCSO .offcanvas_box {
    display: none;
  }
}
.cid-utn31cJCSO .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-utn31cJCSO .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-utn31cJCSO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-utn31cJCSO .container {
  display: flex;
  margin: auto;
}
.cid-utn31cJCSO .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-utn31cJCSO .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-utn31cJCSO .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-utn31cJCSO .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-utn31cJCSO .navbar-nav {
    margin: 0;
  }
}
.cid-utn31cJCSO .dropdown-menu,
.cid-utn31cJCSO .navbar.opened {
  background-color: false !important;
}
.cid-utn31cJCSO .nav-item:focus,
.cid-utn31cJCSO .nav-link:focus {
  outline: none;
}
.cid-utn31cJCSO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utn31cJCSO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utn31cJCSO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utn31cJCSO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utn31cJCSO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utn31cJCSO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utn31cJCSO .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-utn31cJCSO .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-utn31cJCSO .navbar.opened {
  transition: all 0.3s;
}
.cid-utn31cJCSO .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-utn31cJCSO .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-utn31cJCSO .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-utn31cJCSO .navbar.collapsed {
  justify-content: center;
}
.cid-utn31cJCSO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utn31cJCSO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-utn31cJCSO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utn31cJCSO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utn31cJCSO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utn31cJCSO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-utn31cJCSO .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utn31cJCSO .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-utn31cJCSO .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-utn31cJCSO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utn31cJCSO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utn31cJCSO .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-utn31cJCSO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utn31cJCSO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-utn31cJCSO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utn31cJCSO .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-utn31cJCSO .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-utn31cJCSO .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-utn31cJCSO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-utn31cJCSO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utn31cJCSO .navbar .icons-menu {
    padding: 0;
  }
}
.cid-utn31cJCSO .navbar.navbar-short {
  min-height: 60px;
}
.cid-utn31cJCSO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utn31cJCSO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utn31cJCSO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utn31cJCSO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-utn31cJCSO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utn31cJCSO .dropdown-item.active,
.cid-utn31cJCSO .dropdown-item:active {
  background-color: transparent;
}
.cid-utn31cJCSO .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-utn31cJCSO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utn31cJCSO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utn31cJCSO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utn31cJCSO ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-utn31cJCSO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utn31cJCSO button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-utn31cJCSO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-utn31cJCSO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utn31cJCSO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utn31cJCSO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utn31cJCSO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utn31cJCSO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utn31cJCSO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utn31cJCSO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utn31cJCSO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utn31cJCSO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-utn31cJCSO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utn31cJCSO .navbar {
    height: 70px;
  }
  .cid-utn31cJCSO .navbar.opened {
    height: auto;
  }
  .cid-utn31cJCSO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utn31cJCSO .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-utn31cJCSO .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-utn31cJCSO .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-utn31cJCSO .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-utn31cJCSO .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-utn31cJCSO .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-utn31cJCSO .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-utn31cJCSO .text_widget {
  margin-bottom: 32px;
}
.cid-utn31cJCSO .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-utn31cJCSO .text_widget a:hover,
.cid-utn31cJCSO .text_widget a:focus {
  opacity: .8;
}
.cid-utn31cJCSO .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-utn31cJCSO .contacts-wrapper {
    display: none;
  }
}
.cid-utn31cJCSO .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-utn31cJCSO .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-utn31cJCSO .contacts-wrapper a .mbr-contact:hover:before,
.cid-utn31cJCSO .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-utn31cJCSO .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-utn31cJCSO .navbar-caption {
  color: #01004c;
}
.cid-utn31cJCSO .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-utn31cJCSO .mbr-section-subtitle,
.cid-utn31cJCSO .text_widget,
.cid-utn31cJCSO .mbr-section-btn {
  text-align: center;
}
.cid-utn31cJCSO a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-utn31cJCSO .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-utn31dYd8f {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/xyacht90.jpeg-1280x720.jpg");
}
.cid-utn31dYd8f .mbr-fallback-image.disabled {
  display: none;
}
.cid-utn31dYd8f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utn31dYd8f .mbr-section-title {
  margin-bottom: 32px;
}
.cid-utn31eBIZh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-utn31eBIZh .mbr-fallback-image.disabled {
  display: none;
}
.cid-utn31eBIZh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utn31eBIZh .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-utn31eBIZh .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-utn31eBIZh .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-utn31eBIZh .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-utn31eBIZh .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-utn31eBIZh .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-utn31eBIZh .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-utn31eBIZh .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-utn31eBIZh .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-utn31eBIZh .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-utn31eBIZh .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-utn31eBIZh .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-utn31eBIZh .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-utn31eBIZh .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-utn31eBIZh .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-utn31eBIZh .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-utn31eBIZh .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-utn31eBIZh .mbr-section-title {
  color: #E0BDB6;
}
.cid-utn31eBIZh .mbr-section-subtitle {
  color: #747474;
}
.cid-utn31eBIZh .mbr-text {
  color: #747474;
}
.cid-utn31eBIZh .panel-title-edit {
  color: #092975;
}
.cid-utn31eBIZh .panel-text {
  color: #747474;
}
.cid-utn31eBIZh .mbr-section-title,
.cid-utn31eBIZh .mbr-section-btn {
  color: #092975;
}
.cid-utn31fz50W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-utn31fz50W .mbr-fallback-image.disabled {
  display: none;
}
.cid-utn31fz50W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utn31fz50W .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-utn31fz50W .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-utn31fz50W .container {
    padding: 0 25px;
  }
}
.cid-utn31fz50W .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-utn31fz50W .row {
    padding-top: 45px;
  }
}
.cid-utn31fz50W .item:hover .item-wrapper .item-img img,
.cid-utn31fz50W .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-utn31fz50W .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-utn31fz50W .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-utn31fz50W .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-utn31fz50W .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-utn31fz50W .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-utn31fz50W .border-wrap {
    margin-top: 45px;
  }
}
.cid-utn31hGDoh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-utn31hGDoh::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-utn31hGDoh .mbr-fallback-image.disabled {
  display: none;
}
.cid-utn31hGDoh .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-utn31hGDoh .container {
    padding: 0 22px;
  }
}
.cid-utn31hGDoh .row {
  position: relative;
  z-index: 1;
}
.cid-utn31hGDoh .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-utn31hGDoh .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-utn31hGDoh .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-utn31hGDoh .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-utn31hGDoh .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-utn31hGDoh .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-utn31hGDoh .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-utn31hGDoh .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-utn31hGDoh .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-utn31hGDoh .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-utn31hGDoh .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-utn31hGDoh .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-utn31hGDoh .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-utn31hGDoh .nav-wrapper .list .item-wrap:hover,
.cid-utn31hGDoh .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-utn31hGDoh .nav-wrapper .list .item-wrap:hover::before,
.cid-utn31hGDoh .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-utn31hGDoh .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-utn31hGDoh .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-utn31hGDoh .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-utn31hGDoh .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-utn31hGDoh .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-utn31hGDoh .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-utn31hGDoh .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-utn31hGDoh .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-utn31hGDoh .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-utn31hGDoh .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-utn31hGDoh .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-utn31hGDoh .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-utn31hGDoh .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-utn31hGDoh .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-utn31hGDoh .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-utn31hGDoh .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-utn31hGDoh .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-utn31hGDoh .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-utn31hGDoh .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-utn31hGDoh .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-utn31hGDoh .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-utn31hGDoh .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-utn31hGDoh .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-utn31hGDoh .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-utn31hGDoh .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-utn31hGDoh .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-utn31hGDoh .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-utn31hGDoh .mbr-section-title {
  color: #bbc4bb;
}
.cid-utn31hGDoh .mbr-text {
  color: #ffffff;
}
.cid-utn31hGDoh .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-utn31hGDoh .list {
  color: #ffffff;
}
.cid-utn31hGDoh .mbr-contact {
  color: #ffffff;
}
.cid-utn31hGDoh .mbr-desc {
  color: #ffffff;
}
.cid-utu4NHThcU {
  background-color: transparent;
}
.cid-utu4NHThcU .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-utu4NHThcU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-utu4NHThcU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utu4NHThcU .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-utu4NHThcU .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-utu4NHThcU .menu_box .navbar.opened,
  .cid-utu4NHThcU .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-utu4NHThcU .navbar-dropdown {
  position: relative !important;
}
.cid-utu4NHThcU .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-utu4NHThcU .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-utu4NHThcU .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-utu4NHThcU .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-utu4NHThcU .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-utu4NHThcU .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-utu4NHThcU .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-utu4NHThcU .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-utu4NHThcU .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-utu4NHThcU .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-utu4NHThcU .offcanvas-body .mbr-text,
  .cid-utu4NHThcU .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-utu4NHThcU .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-utu4NHThcU .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-utu4NHThcU .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-utu4NHThcU .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-utu4NHThcU .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-utu4NHThcU .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-utu4NHThcU .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-utu4NHThcU ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-utu4NHThcU .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utu4NHThcU .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-utu4NHThcU .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-utu4NHThcU li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-utu4NHThcU .lg_brand {
    margin: 0 1rem;
  }
  .cid-utu4NHThcU .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-utu4NHThcU .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-utu4NHThcU .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-utu4NHThcU .nav-item {
    margin: 0 !important;
  }
}
.cid-utu4NHThcU .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-utu4NHThcU .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-utu4NHThcU .nav-item .nav-link:hover:before,
.cid-utu4NHThcU .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-utu4NHThcU .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-utu4NHThcU .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-utu4NHThcU .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-utu4NHThcU .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utu4NHThcU .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-utu4NHThcU .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-utu4NHThcU .offcanvas_box {
    display: none;
  }
}
.cid-utu4NHThcU .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-utu4NHThcU .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-utu4NHThcU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-utu4NHThcU .container {
  display: flex;
  margin: auto;
}
.cid-utu4NHThcU .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-utu4NHThcU .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-utu4NHThcU .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-utu4NHThcU .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-utu4NHThcU .navbar-nav {
    margin: 0;
  }
}
.cid-utu4NHThcU .dropdown-menu,
.cid-utu4NHThcU .navbar.opened {
  background-color: false !important;
}
.cid-utu4NHThcU .nav-item:focus,
.cid-utu4NHThcU .nav-link:focus {
  outline: none;
}
.cid-utu4NHThcU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utu4NHThcU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utu4NHThcU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utu4NHThcU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utu4NHThcU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utu4NHThcU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utu4NHThcU .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-utu4NHThcU .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-utu4NHThcU .navbar.opened {
  transition: all 0.3s;
}
.cid-utu4NHThcU .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-utu4NHThcU .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-utu4NHThcU .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-utu4NHThcU .navbar.collapsed {
  justify-content: center;
}
.cid-utu4NHThcU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utu4NHThcU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-utu4NHThcU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utu4NHThcU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utu4NHThcU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utu4NHThcU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-utu4NHThcU .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utu4NHThcU .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-utu4NHThcU .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-utu4NHThcU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utu4NHThcU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utu4NHThcU .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-utu4NHThcU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utu4NHThcU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-utu4NHThcU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utu4NHThcU .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-utu4NHThcU .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-utu4NHThcU .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-utu4NHThcU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-utu4NHThcU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utu4NHThcU .navbar .icons-menu {
    padding: 0;
  }
}
.cid-utu4NHThcU .navbar.navbar-short {
  min-height: 60px;
}
.cid-utu4NHThcU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utu4NHThcU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utu4NHThcU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utu4NHThcU .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-utu4NHThcU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utu4NHThcU .dropdown-item.active,
.cid-utu4NHThcU .dropdown-item:active {
  background-color: transparent;
}
.cid-utu4NHThcU .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-utu4NHThcU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utu4NHThcU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utu4NHThcU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utu4NHThcU ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-utu4NHThcU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utu4NHThcU button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-utu4NHThcU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-utu4NHThcU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utu4NHThcU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utu4NHThcU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utu4NHThcU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utu4NHThcU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utu4NHThcU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utu4NHThcU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utu4NHThcU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utu4NHThcU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-utu4NHThcU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utu4NHThcU .navbar {
    height: 70px;
  }
  .cid-utu4NHThcU .navbar.opened {
    height: auto;
  }
  .cid-utu4NHThcU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utu4NHThcU .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-utu4NHThcU .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-utu4NHThcU .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-utu4NHThcU .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-utu4NHThcU .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-utu4NHThcU .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-utu4NHThcU .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-utu4NHThcU .text_widget {
  margin-bottom: 32px;
}
.cid-utu4NHThcU .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-utu4NHThcU .text_widget a:hover,
.cid-utu4NHThcU .text_widget a:focus {
  opacity: .8;
}
.cid-utu4NHThcU .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-utu4NHThcU .contacts-wrapper {
    display: none;
  }
}
.cid-utu4NHThcU .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-utu4NHThcU .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-utu4NHThcU .contacts-wrapper a .mbr-contact:hover:before,
.cid-utu4NHThcU .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-utu4NHThcU .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-utu4NHThcU .navbar-caption {
  color: #01004c;
}
.cid-utu4NHThcU .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-utu4NHThcU .mbr-section-subtitle,
.cid-utu4NHThcU .text_widget,
.cid-utu4NHThcU .mbr-section-btn {
  text-align: center;
}
.cid-utu4NHThcU a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-utu4NHThcU .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-utu4NImGjf {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/creekcruise1.jpeg-1499x1000.jpg");
}
.cid-utu4NImGjf .mbr-fallback-image.disabled {
  display: none;
}
.cid-utu4NImGjf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utu4NImGjf .mbr-section-title {
  margin-bottom: 32px;
}
.cid-utu4NILioA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-utu4NILioA .mbr-fallback-image.disabled {
  display: none;
}
.cid-utu4NILioA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utu4NILioA .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-utu4NILioA .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-utu4NILioA .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-utu4NILioA .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-utu4NILioA .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-utu4NILioA .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-utu4NILioA .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-utu4NILioA .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-utu4NILioA .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-utu4NILioA .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-utu4NILioA .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-utu4NILioA .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-utu4NILioA .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-utu4NILioA .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-utu4NILioA .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-utu4NILioA .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-utu4NILioA .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-utu4NILioA .mbr-section-title {
  color: #E0BDB6;
}
.cid-utu4NILioA .mbr-section-subtitle {
  color: #747474;
}
.cid-utu4NILioA .mbr-text {
  color: #747474;
}
.cid-utu4NILioA .panel-title-edit {
  color: #092975;
}
.cid-utu4NILioA .panel-text {
  color: #747474;
}
.cid-utu4NILioA .mbr-section-title,
.cid-utu4NILioA .mbr-section-btn {
  color: #092975;
}
.cid-utu4NJew9E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-utu4NJew9E .mbr-fallback-image.disabled {
  display: none;
}
.cid-utu4NJew9E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utu4NJew9E .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-utu4NJew9E .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-utu4NJew9E .container {
    padding: 0 25px;
  }
}
.cid-utu4NJew9E .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-utu4NJew9E .row {
    padding-top: 45px;
  }
}
.cid-utu4NJew9E .item:hover .item-wrapper .item-img img,
.cid-utu4NJew9E .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-utu4NJew9E .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-utu4NJew9E .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-utu4NJew9E .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-utu4NJew9E .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-utu4NJew9E .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-utu4NJew9E .border-wrap {
    margin-top: 45px;
  }
}
.cid-utu4NKf2I5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-utu4NKf2I5::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-utu4NKf2I5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-utu4NKf2I5 .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-utu4NKf2I5 .container {
    padding: 0 22px;
  }
}
.cid-utu4NKf2I5 .row {
  position: relative;
  z-index: 1;
}
.cid-utu4NKf2I5 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-utu4NKf2I5 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-utu4NKf2I5 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-utu4NKf2I5 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-utu4NKf2I5 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-utu4NKf2I5 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-utu4NKf2I5 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-utu4NKf2I5 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-utu4NKf2I5 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-utu4NKf2I5 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-utu4NKf2I5 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-utu4NKf2I5 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-utu4NKf2I5 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-utu4NKf2I5 .nav-wrapper .list .item-wrap:hover,
.cid-utu4NKf2I5 .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-utu4NKf2I5 .nav-wrapper .list .item-wrap:hover::before,
.cid-utu4NKf2I5 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-utu4NKf2I5 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-utu4NKf2I5 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-utu4NKf2I5 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-utu4NKf2I5 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-utu4NKf2I5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-utu4NKf2I5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-utu4NKf2I5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-utu4NKf2I5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-utu4NKf2I5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-utu4NKf2I5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-utu4NKf2I5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-utu4NKf2I5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-utu4NKf2I5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-utu4NKf2I5 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-utu4NKf2I5 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-utu4NKf2I5 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-utu4NKf2I5 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-utu4NKf2I5 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-utu4NKf2I5 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-utu4NKf2I5 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-utu4NKf2I5 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-utu4NKf2I5 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-utu4NKf2I5 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-utu4NKf2I5 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-utu4NKf2I5 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-utu4NKf2I5 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-utu4NKf2I5 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-utu4NKf2I5 .mbr-section-title {
  color: #bbc4bb;
}
.cid-utu4NKf2I5 .mbr-text {
  color: #ffffff;
}
.cid-utu4NKf2I5 .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-utu4NKf2I5 .list {
  color: #ffffff;
}
.cid-utu4NKf2I5 .mbr-contact {
  color: #ffffff;
}
.cid-utu4NKf2I5 .mbr-desc {
  color: #ffffff;
}
.cid-utu4PUprsQ {
  background-color: transparent;
}
.cid-utu4PUprsQ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-utu4PUprsQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-utu4PUprsQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utu4PUprsQ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-utu4PUprsQ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-utu4PUprsQ .menu_box .navbar.opened,
  .cid-utu4PUprsQ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-utu4PUprsQ .navbar-dropdown {
  position: relative !important;
}
.cid-utu4PUprsQ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-utu4PUprsQ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-utu4PUprsQ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-utu4PUprsQ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-utu4PUprsQ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-utu4PUprsQ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-utu4PUprsQ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-utu4PUprsQ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-utu4PUprsQ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-utu4PUprsQ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-utu4PUprsQ .offcanvas-body .mbr-text,
  .cid-utu4PUprsQ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-utu4PUprsQ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-utu4PUprsQ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-utu4PUprsQ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-utu4PUprsQ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-utu4PUprsQ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-utu4PUprsQ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-utu4PUprsQ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-utu4PUprsQ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-utu4PUprsQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utu4PUprsQ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-utu4PUprsQ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-utu4PUprsQ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-utu4PUprsQ .lg_brand {
    margin: 0 1rem;
  }
  .cid-utu4PUprsQ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-utu4PUprsQ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-utu4PUprsQ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-utu4PUprsQ .nav-item {
    margin: 0 !important;
  }
}
.cid-utu4PUprsQ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-utu4PUprsQ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-utu4PUprsQ .nav-item .nav-link:hover:before,
.cid-utu4PUprsQ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-utu4PUprsQ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-utu4PUprsQ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-utu4PUprsQ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-utu4PUprsQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utu4PUprsQ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-utu4PUprsQ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-utu4PUprsQ .offcanvas_box {
    display: none;
  }
}
.cid-utu4PUprsQ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-utu4PUprsQ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-utu4PUprsQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-utu4PUprsQ .container {
  display: flex;
  margin: auto;
}
.cid-utu4PUprsQ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-utu4PUprsQ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-utu4PUprsQ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-utu4PUprsQ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-utu4PUprsQ .navbar-nav {
    margin: 0;
  }
}
.cid-utu4PUprsQ .dropdown-menu,
.cid-utu4PUprsQ .navbar.opened {
  background-color: false !important;
}
.cid-utu4PUprsQ .nav-item:focus,
.cid-utu4PUprsQ .nav-link:focus {
  outline: none;
}
.cid-utu4PUprsQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utu4PUprsQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utu4PUprsQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utu4PUprsQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utu4PUprsQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utu4PUprsQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utu4PUprsQ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-utu4PUprsQ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-utu4PUprsQ .navbar.opened {
  transition: all 0.3s;
}
.cid-utu4PUprsQ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-utu4PUprsQ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-utu4PUprsQ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-utu4PUprsQ .navbar.collapsed {
  justify-content: center;
}
.cid-utu4PUprsQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utu4PUprsQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-utu4PUprsQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utu4PUprsQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utu4PUprsQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utu4PUprsQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-utu4PUprsQ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utu4PUprsQ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-utu4PUprsQ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-utu4PUprsQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utu4PUprsQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utu4PUprsQ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-utu4PUprsQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utu4PUprsQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-utu4PUprsQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utu4PUprsQ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-utu4PUprsQ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-utu4PUprsQ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-utu4PUprsQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-utu4PUprsQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utu4PUprsQ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-utu4PUprsQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-utu4PUprsQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utu4PUprsQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utu4PUprsQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utu4PUprsQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-utu4PUprsQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utu4PUprsQ .dropdown-item.active,
.cid-utu4PUprsQ .dropdown-item:active {
  background-color: transparent;
}
.cid-utu4PUprsQ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-utu4PUprsQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utu4PUprsQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utu4PUprsQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utu4PUprsQ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-utu4PUprsQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utu4PUprsQ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-utu4PUprsQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-utu4PUprsQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utu4PUprsQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utu4PUprsQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utu4PUprsQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utu4PUprsQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utu4PUprsQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utu4PUprsQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utu4PUprsQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utu4PUprsQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-utu4PUprsQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utu4PUprsQ .navbar {
    height: 70px;
  }
  .cid-utu4PUprsQ .navbar.opened {
    height: auto;
  }
  .cid-utu4PUprsQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utu4PUprsQ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-utu4PUprsQ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-utu4PUprsQ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-utu4PUprsQ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-utu4PUprsQ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-utu4PUprsQ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-utu4PUprsQ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-utu4PUprsQ .text_widget {
  margin-bottom: 32px;
}
.cid-utu4PUprsQ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-utu4PUprsQ .text_widget a:hover,
.cid-utu4PUprsQ .text_widget a:focus {
  opacity: .8;
}
.cid-utu4PUprsQ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-utu4PUprsQ .contacts-wrapper {
    display: none;
  }
}
.cid-utu4PUprsQ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-utu4PUprsQ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-utu4PUprsQ .contacts-wrapper a .mbr-contact:hover:before,
.cid-utu4PUprsQ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-utu4PUprsQ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-utu4PUprsQ .navbar-caption {
  color: #01004c;
}
.cid-utu4PUprsQ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-utu4PUprsQ .mbr-section-subtitle,
.cid-utu4PUprsQ .text_widget,
.cid-utu4PUprsQ .mbr-section-btn {
  text-align: center;
}
.cid-utu4PUprsQ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-utu4PUprsQ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-utu4PUSMI5 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/creek-sightseeing.jpeg-1619x1080.jpg");
}
.cid-utu4PUSMI5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-utu4PUSMI5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utu4PUSMI5 .mbr-section-title {
  margin-bottom: 32px;
}
.cid-utu4PVibkv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-utu4PVibkv .mbr-fallback-image.disabled {
  display: none;
}
.cid-utu4PVibkv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utu4PVibkv .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-utu4PVibkv .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-utu4PVibkv .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-utu4PVibkv .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-utu4PVibkv .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-utu4PVibkv .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-utu4PVibkv .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-utu4PVibkv .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-utu4PVibkv .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-utu4PVibkv .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-utu4PVibkv .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-utu4PVibkv .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-utu4PVibkv .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-utu4PVibkv .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-utu4PVibkv .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-utu4PVibkv .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-utu4PVibkv .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-utu4PVibkv .mbr-section-title {
  color: #E0BDB6;
}
.cid-utu4PVibkv .mbr-section-subtitle {
  color: #747474;
}
.cid-utu4PVibkv .mbr-text {
  color: #747474;
}
.cid-utu4PVibkv .panel-title-edit {
  color: #092975;
}
.cid-utu4PVibkv .panel-text {
  color: #747474;
}
.cid-utu4PVibkv .mbr-section-title,
.cid-utu4PVibkv .mbr-section-btn {
  color: #092975;
}
.cid-utu4PVLX9l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-utu4PVLX9l .mbr-fallback-image.disabled {
  display: none;
}
.cid-utu4PVLX9l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utu4PVLX9l .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-utu4PVLX9l .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-utu4PVLX9l .container {
    padding: 0 25px;
  }
}
.cid-utu4PVLX9l .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-utu4PVLX9l .row {
    padding-top: 45px;
  }
}
.cid-utu4PVLX9l .item:hover .item-wrapper .item-img img,
.cid-utu4PVLX9l .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-utu4PVLX9l .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-utu4PVLX9l .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-utu4PVLX9l .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-utu4PVLX9l .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-utu4PVLX9l .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-utu4PVLX9l .border-wrap {
    margin-top: 45px;
  }
}
.cid-utu4PWNtKv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-utu4PWNtKv::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-utu4PWNtKv .mbr-fallback-image.disabled {
  display: none;
}
.cid-utu4PWNtKv .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-utu4PWNtKv .container {
    padding: 0 22px;
  }
}
.cid-utu4PWNtKv .row {
  position: relative;
  z-index: 1;
}
.cid-utu4PWNtKv .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-utu4PWNtKv .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-utu4PWNtKv .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-utu4PWNtKv .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-utu4PWNtKv .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-utu4PWNtKv .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-utu4PWNtKv .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-utu4PWNtKv .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-utu4PWNtKv .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-utu4PWNtKv .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-utu4PWNtKv .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-utu4PWNtKv .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-utu4PWNtKv .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-utu4PWNtKv .nav-wrapper .list .item-wrap:hover,
.cid-utu4PWNtKv .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-utu4PWNtKv .nav-wrapper .list .item-wrap:hover::before,
.cid-utu4PWNtKv .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-utu4PWNtKv .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-utu4PWNtKv .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-utu4PWNtKv .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-utu4PWNtKv .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-utu4PWNtKv .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-utu4PWNtKv .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-utu4PWNtKv .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-utu4PWNtKv .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-utu4PWNtKv .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-utu4PWNtKv .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-utu4PWNtKv .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-utu4PWNtKv .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-utu4PWNtKv .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-utu4PWNtKv .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-utu4PWNtKv .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-utu4PWNtKv .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-utu4PWNtKv .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-utu4PWNtKv .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-utu4PWNtKv .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-utu4PWNtKv .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-utu4PWNtKv .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-utu4PWNtKv .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-utu4PWNtKv .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-utu4PWNtKv .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-utu4PWNtKv .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-utu4PWNtKv .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-utu4PWNtKv .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-utu4PWNtKv .mbr-section-title {
  color: #bbc4bb;
}
.cid-utu4PWNtKv .mbr-text {
  color: #ffffff;
}
.cid-utu4PWNtKv .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-utu4PWNtKv .list {
  color: #ffffff;
}
.cid-utu4PWNtKv .mbr-contact {
  color: #ffffff;
}
.cid-utu4PWNtKv .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-u7pBndkCKg {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/g42a4760.jpg-800x533.jpg");
}
.cid-u7pBndkCKg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pBndkCKg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7pBndkCKg .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u7pBnfdsI0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7pBnfdsI0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pBnfdsI0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7pBnfdsI0 .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-u7pBnfdsI0 .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-u7pBnfdsI0 .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-u7pBnfdsI0 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u7pBnfdsI0 .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-u7pBnfdsI0 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u7pBnfdsI0 .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-u7pBnfdsI0 .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-u7pBnfdsI0 .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-u7pBnfdsI0 .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-u7pBnfdsI0 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-u7pBnfdsI0 .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u7pBnfdsI0 .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-u7pBnfdsI0 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-u7pBnfdsI0 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-u7pBnfdsI0 .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-u7pBnfdsI0 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u7pBnfdsI0 .mbr-section-title {
  color: #E0BDB6;
}
.cid-u7pBnfdsI0 .mbr-section-subtitle {
  color: #747474;
}
.cid-u7pBnfdsI0 .mbr-text {
  color: #747474;
}
.cid-u7pBnfdsI0 .panel-title-edit {
  color: #092975;
}
.cid-u7pBnfdsI0 .panel-text {
  color: #747474;
}
.cid-u7pBnfdsI0 .mbr-section-title,
.cid-u7pBnfdsI0 .mbr-section-btn {
  color: #092975;
}
.cid-uolSdlTg4S {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #45494e;
}
.cid-uolSdlTg4S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uolSdlTg4S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uolSdlTg4S .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uolSdlTg4S .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-uolSdlTg4S .col-img {
    order: 2;
  }
}
.cid-uolSdlTg4S .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uolSdlTg4S .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-uolSdlTg4S .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-uolSdlTg4S .col-tex {
    order: 1;
  }
}
.cid-uolSdlTg4S .card-title {
  color: #ffffff;
}
.cid-uolSdlTg4S .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-uolSdlTg4S .mbr-section-btn {
  margin-top: 60px;
}
.cid-uolSdlTg4S .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-uolSdlTg4S .mbr-text,
.cid-uolSdlTg4S .mbr-section-btn {
  color: #ffffff;
}
.cid-u7pBnhtgs6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u7pBnhtgs6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pBnhtgs6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7pBnhtgs6 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-u7pBnhtgs6 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u7pBnhtgs6 .container {
    padding: 0 25px;
  }
}
.cid-u7pBnhtgs6 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7pBnhtgs6 .row {
    padding-top: 45px;
  }
}
.cid-u7pBnhtgs6 .item:hover .item-wrapper .item-img img,
.cid-u7pBnhtgs6 .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-u7pBnhtgs6 .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u7pBnhtgs6 .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-u7pBnhtgs6 .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-u7pBnhtgs6 .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-u7pBnhtgs6 .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-u7pBnhtgs6 .border-wrap {
    margin-top: 45px;
  }
}
.cid-u7pBnjB55U {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7pBnjB55U .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pBnjB55U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7pBnjB55U .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-u7pBnjB55U .content-container {
    flex-direction: column;
  }
}
.cid-u7pBnjB55U .icons-menu {
  display: flex;
}
.cid-u7pBnjB55U .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-u7pBnjB55U .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-u7pBnjB55U .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-u7pBnjB55U .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-u7pBnjB55U .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-u7pBnjB55U .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-u7pBnjB55U .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-u7pBnlH6MI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-u7pBnlH6MI::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u7pBnlH6MI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pBnlH6MI .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-u7pBnlH6MI .container {
    padding: 0 22px;
  }
}
.cid-u7pBnlH6MI .row {
  position: relative;
  z-index: 1;
}
.cid-u7pBnlH6MI .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u7pBnlH6MI .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u7pBnlH6MI .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u7pBnlH6MI .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7pBnlH6MI .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7pBnlH6MI .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u7pBnlH6MI .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7pBnlH6MI .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7pBnlH6MI .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u7pBnlH6MI .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7pBnlH6MI .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u7pBnlH6MI .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u7pBnlH6MI .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7pBnlH6MI .nav-wrapper .list .item-wrap:hover,
.cid-u7pBnlH6MI .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-u7pBnlH6MI .nav-wrapper .list .item-wrap:hover::before,
.cid-u7pBnlH6MI .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u7pBnlH6MI .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7pBnlH6MI .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7pBnlH6MI .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7pBnlH6MI .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u7pBnlH6MI .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u7pBnlH6MI .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u7pBnlH6MI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u7pBnlH6MI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u7pBnlH6MI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-u7pBnlH6MI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u7pBnlH6MI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u7pBnlH6MI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7pBnlH6MI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7pBnlH6MI .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7pBnlH6MI .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7pBnlH6MI .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u7pBnlH6MI .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u7pBnlH6MI .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u7pBnlH6MI .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u7pBnlH6MI .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u7pBnlH6MI .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u7pBnlH6MI .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u7pBnlH6MI .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u7pBnlH6MI .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u7pBnlH6MI .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-u7pBnlH6MI .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u7pBnlH6MI .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-u7pBnlH6MI .mbr-section-title {
  color: #bbc4bb;
}
.cid-u7pBnlH6MI .mbr-text {
  color: #ffffff;
}
.cid-u7pBnlH6MI .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-u7pBnlH6MI .list {
  color: #ffffff;
}
.cid-u7pBnlH6MI .mbr-contact {
  color: #ffffff;
}
.cid-u7pBnlH6MI .mbr-desc {
  color: #ffffff;
}
.cid-unYhkYlsXJ {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-unYhkYlsXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unYhkYlsXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unYhkYlsXJ .menu_box .navbar.opened,
  .cid-unYhkYlsXJ .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown {
  position: relative !important;
}
.cid-unYhkYlsXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unYhkYlsXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unYhkYlsXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-unYhkYlsXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unYhkYlsXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unYhkYlsXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unYhkYlsXJ .offcanvas-body .mbr-text,
  .cid-unYhkYlsXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unYhkYlsXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unYhkYlsXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unYhkYlsXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unYhkYlsXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unYhkYlsXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-unYhkYlsXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unYhkYlsXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-unYhkYlsXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-unYhkYlsXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .nav-item .nav-link:hover:before,
.cid-unYhkYlsXJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unYhkYlsXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unYhkYlsXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unYhkYlsXJ .offcanvas_box {
    display: none;
  }
}
.cid-unYhkYlsXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unYhkYlsXJ .container {
  display: flex;
  margin: auto;
}
.cid-unYhkYlsXJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unYhkYlsXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unYhkYlsXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unYhkYlsXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .navbar-nav {
    margin: 0;
  }
}
.cid-unYhkYlsXJ .dropdown-menu,
.cid-unYhkYlsXJ .navbar.opened {
  background-color: false !important;
}
.cid-unYhkYlsXJ .nav-item:focus,
.cid-unYhkYlsXJ .nav-link:focus {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYhkYlsXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYhkYlsXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYhkYlsXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYhkYlsXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unYhkYlsXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unYhkYlsXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unYhkYlsXJ .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unYhkYlsXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar.collapsed {
  justify-content: center;
}
.cid-unYhkYlsXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYhkYlsXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYhkYlsXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unYhkYlsXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unYhkYlsXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unYhkYlsXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unYhkYlsXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYhkYlsXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unYhkYlsXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unYhkYlsXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unYhkYlsXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unYhkYlsXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unYhkYlsXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYhkYlsXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unYhkYlsXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unYhkYlsXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unYhkYlsXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYhkYlsXJ .dropdown-item.active,
.cid-unYhkYlsXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unYhkYlsXJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYhkYlsXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYhkYlsXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYhkYlsXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unYhkYlsXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unYhkYlsXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYhkYlsXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYhkYlsXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYhkYlsXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unYhkYlsXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYhkYlsXJ .navbar {
    height: 70px;
  }
  .cid-unYhkYlsXJ .navbar.opened {
    height: auto;
  }
  .cid-unYhkYlsXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYhkYlsXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unYhkYlsXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unYhkYlsXJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-unYhkYlsXJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unYhkYlsXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unYhkYlsXJ .text_widget {
  margin-bottom: 32px;
}
.cid-unYhkYlsXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unYhkYlsXJ .text_widget a:hover,
.cid-unYhkYlsXJ .text_widget a:focus {
  opacity: .8;
}
.cid-unYhkYlsXJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unYhkYlsXJ .contacts-wrapper {
    display: none;
  }
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-unYhkYlsXJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-unYhkYlsXJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .navbar-caption {
  color: #01004c;
}
.cid-unYhkYlsXJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-unYhkYlsXJ .mbr-section-subtitle,
.cid-unYhkYlsXJ .text_widget,
.cid-unYhkYlsXJ .mbr-section-btn {
  text-align: center;
}
.cid-unYhkYlsXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unYhkYlsXJ .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-u7pCNinqmv {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/blackpearl1.jpeg-800x800.jpeg");
}
.cid-u7pCNinqmv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pCNinqmv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7pCNinqmv .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u7pCNk171t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7pCNk171t .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pCNk171t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7pCNk171t .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-u7pCNk171t .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-u7pCNk171t .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-u7pCNk171t .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u7pCNk171t .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-u7pCNk171t .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u7pCNk171t .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-u7pCNk171t .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-u7pCNk171t .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-u7pCNk171t .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-u7pCNk171t .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-u7pCNk171t .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u7pCNk171t .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-u7pCNk171t .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-u7pCNk171t .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-u7pCNk171t .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-u7pCNk171t .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u7pCNk171t .mbr-section-title {
  color: #E0BDB6;
}
.cid-u7pCNk171t .mbr-section-subtitle {
  color: #747474;
}
.cid-u7pCNk171t .mbr-text {
  color: #747474;
}
.cid-u7pCNk171t .panel-title-edit {
  color: #092975;
}
.cid-u7pCNk171t .panel-text {
  color: #747474;
}
.cid-u7pCNk171t .mbr-section-title,
.cid-u7pCNk171t .mbr-section-btn {
  color: #092975;
}
.cid-u7pCNlSFir {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u7pCNlSFir .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pCNlSFir .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7pCNlSFir .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-u7pCNlSFir .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u7pCNlSFir .container {
    padding: 0 25px;
  }
}
.cid-u7pCNlSFir .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7pCNlSFir .row {
    padding-top: 45px;
  }
}
.cid-u7pCNlSFir .item:hover .item-wrapper .item-img img,
.cid-u7pCNlSFir .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-u7pCNlSFir .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u7pCNlSFir .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-u7pCNlSFir .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-u7pCNlSFir .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-u7pCNlSFir .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-u7pCNlSFir .border-wrap {
    margin-top: 45px;
  }
}
.cid-u7pCNnueEL {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7pCNnueEL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pCNnueEL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7pCNnueEL .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-u7pCNnueEL .content-container {
    flex-direction: column;
  }
}
.cid-u7pCNnueEL .icons-menu {
  display: flex;
}
.cid-u7pCNnueEL .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-u7pCNnueEL .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-u7pCNnueEL .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-u7pCNnueEL .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-u7pCNnueEL .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-u7pCNnueEL .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-u7pCNnueEL .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-u7pCNp0Etl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-u7pCNp0Etl::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u7pCNp0Etl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pCNp0Etl .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-u7pCNp0Etl .container {
    padding: 0 22px;
  }
}
.cid-u7pCNp0Etl .row {
  position: relative;
  z-index: 1;
}
.cid-u7pCNp0Etl .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u7pCNp0Etl .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u7pCNp0Etl .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u7pCNp0Etl .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7pCNp0Etl .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7pCNp0Etl .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u7pCNp0Etl .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7pCNp0Etl .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7pCNp0Etl .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u7pCNp0Etl .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7pCNp0Etl .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u7pCNp0Etl .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u7pCNp0Etl .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7pCNp0Etl .nav-wrapper .list .item-wrap:hover,
.cid-u7pCNp0Etl .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-u7pCNp0Etl .nav-wrapper .list .item-wrap:hover::before,
.cid-u7pCNp0Etl .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u7pCNp0Etl .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7pCNp0Etl .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7pCNp0Etl .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7pCNp0Etl .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u7pCNp0Etl .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u7pCNp0Etl .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u7pCNp0Etl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u7pCNp0Etl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u7pCNp0Etl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-u7pCNp0Etl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u7pCNp0Etl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u7pCNp0Etl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7pCNp0Etl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7pCNp0Etl .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7pCNp0Etl .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7pCNp0Etl .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u7pCNp0Etl .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u7pCNp0Etl .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u7pCNp0Etl .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u7pCNp0Etl .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u7pCNp0Etl .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u7pCNp0Etl .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u7pCNp0Etl .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u7pCNp0Etl .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u7pCNp0Etl .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-u7pCNp0Etl .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u7pCNp0Etl .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-u7pCNp0Etl .mbr-section-title {
  color: #bbc4bb;
}
.cid-u7pCNp0Etl .mbr-text {
  color: #ffffff;
}
.cid-u7pCNp0Etl .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-u7pCNp0Etl .list {
  color: #ffffff;
}
.cid-u7pCNp0Etl .mbr-contact {
  color: #ffffff;
}
.cid-u7pCNp0Etl .mbr-desc {
  color: #ffffff;
}
.cid-utu4RtKPWP {
  background-color: transparent;
}
.cid-utu4RtKPWP .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-utu4RtKPWP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-utu4RtKPWP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utu4RtKPWP .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-utu4RtKPWP .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-utu4RtKPWP .menu_box .navbar.opened,
  .cid-utu4RtKPWP .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-utu4RtKPWP .navbar-dropdown {
  position: relative !important;
}
.cid-utu4RtKPWP .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-utu4RtKPWP .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-utu4RtKPWP .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-utu4RtKPWP .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-utu4RtKPWP .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-utu4RtKPWP .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-utu4RtKPWP .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-utu4RtKPWP .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-utu4RtKPWP .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-utu4RtKPWP .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-utu4RtKPWP .offcanvas-body .mbr-text,
  .cid-utu4RtKPWP .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-utu4RtKPWP .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-utu4RtKPWP .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-utu4RtKPWP .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-utu4RtKPWP .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-utu4RtKPWP .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-utu4RtKPWP .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-utu4RtKPWP .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-utu4RtKPWP ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-utu4RtKPWP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utu4RtKPWP .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-utu4RtKPWP .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-utu4RtKPWP li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-utu4RtKPWP .lg_brand {
    margin: 0 1rem;
  }
  .cid-utu4RtKPWP .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-utu4RtKPWP .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-utu4RtKPWP .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-utu4RtKPWP .nav-item {
    margin: 0 !important;
  }
}
.cid-utu4RtKPWP .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-utu4RtKPWP .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-utu4RtKPWP .nav-item .nav-link:hover:before,
.cid-utu4RtKPWP .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-utu4RtKPWP .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-utu4RtKPWP .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-utu4RtKPWP .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-utu4RtKPWP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utu4RtKPWP .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-utu4RtKPWP .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-utu4RtKPWP .offcanvas_box {
    display: none;
  }
}
.cid-utu4RtKPWP .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-utu4RtKPWP .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-utu4RtKPWP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-utu4RtKPWP .container {
  display: flex;
  margin: auto;
}
.cid-utu4RtKPWP .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-utu4RtKPWP .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-utu4RtKPWP .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-utu4RtKPWP .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-utu4RtKPWP .navbar-nav {
    margin: 0;
  }
}
.cid-utu4RtKPWP .dropdown-menu,
.cid-utu4RtKPWP .navbar.opened {
  background-color: false !important;
}
.cid-utu4RtKPWP .nav-item:focus,
.cid-utu4RtKPWP .nav-link:focus {
  outline: none;
}
.cid-utu4RtKPWP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utu4RtKPWP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utu4RtKPWP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utu4RtKPWP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utu4RtKPWP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utu4RtKPWP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utu4RtKPWP .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-utu4RtKPWP .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-utu4RtKPWP .navbar.opened {
  transition: all 0.3s;
}
.cid-utu4RtKPWP .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-utu4RtKPWP .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-utu4RtKPWP .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-utu4RtKPWP .navbar.collapsed {
  justify-content: center;
}
.cid-utu4RtKPWP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utu4RtKPWP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-utu4RtKPWP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utu4RtKPWP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utu4RtKPWP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utu4RtKPWP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-utu4RtKPWP .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utu4RtKPWP .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-utu4RtKPWP .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-utu4RtKPWP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utu4RtKPWP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utu4RtKPWP .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-utu4RtKPWP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utu4RtKPWP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-utu4RtKPWP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utu4RtKPWP .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-utu4RtKPWP .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-utu4RtKPWP .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-utu4RtKPWP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-utu4RtKPWP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utu4RtKPWP .navbar .icons-menu {
    padding: 0;
  }
}
.cid-utu4RtKPWP .navbar.navbar-short {
  min-height: 60px;
}
.cid-utu4RtKPWP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utu4RtKPWP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utu4RtKPWP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utu4RtKPWP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-utu4RtKPWP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utu4RtKPWP .dropdown-item.active,
.cid-utu4RtKPWP .dropdown-item:active {
  background-color: transparent;
}
.cid-utu4RtKPWP .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-utu4RtKPWP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utu4RtKPWP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utu4RtKPWP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utu4RtKPWP ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-utu4RtKPWP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utu4RtKPWP button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-utu4RtKPWP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-utu4RtKPWP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utu4RtKPWP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utu4RtKPWP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utu4RtKPWP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utu4RtKPWP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utu4RtKPWP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utu4RtKPWP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utu4RtKPWP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utu4RtKPWP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-utu4RtKPWP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utu4RtKPWP .navbar {
    height: 70px;
  }
  .cid-utu4RtKPWP .navbar.opened {
    height: auto;
  }
  .cid-utu4RtKPWP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utu4RtKPWP .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-utu4RtKPWP .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-utu4RtKPWP .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-utu4RtKPWP .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-utu4RtKPWP .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-utu4RtKPWP .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-utu4RtKPWP .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-utu4RtKPWP .text_widget {
  margin-bottom: 32px;
}
.cid-utu4RtKPWP .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-utu4RtKPWP .text_widget a:hover,
.cid-utu4RtKPWP .text_widget a:focus {
  opacity: .8;
}
.cid-utu4RtKPWP .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-utu4RtKPWP .contacts-wrapper {
    display: none;
  }
}
.cid-utu4RtKPWP .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-utu4RtKPWP .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-utu4RtKPWP .contacts-wrapper a .mbr-contact:hover:before,
.cid-utu4RtKPWP .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-utu4RtKPWP .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-utu4RtKPWP .navbar-caption {
  color: #01004c;
}
.cid-utu4RtKPWP .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-utu4RtKPWP .mbr-section-subtitle,
.cid-utu4RtKPWP .text_widget,
.cid-utu4RtKPWP .mbr-section-btn {
  text-align: center;
}
.cid-utu4RtKPWP a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-utu4RtKPWP .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-utu4RufBoQ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/atlantisy1.jpeg-1280x853.jpg");
}
.cid-utu4RufBoQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-utu4RufBoQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utu4RufBoQ .mbr-section-title {
  margin-bottom: 32px;
}
.cid-utu4RuD45b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-utu4RuD45b .mbr-fallback-image.disabled {
  display: none;
}
.cid-utu4RuD45b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utu4RuD45b .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-utu4RuD45b .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-utu4RuD45b .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-utu4RuD45b .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-utu4RuD45b .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-utu4RuD45b .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-utu4RuD45b .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-utu4RuD45b .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-utu4RuD45b .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-utu4RuD45b .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-utu4RuD45b .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-utu4RuD45b .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-utu4RuD45b .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-utu4RuD45b .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-utu4RuD45b .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-utu4RuD45b .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-utu4RuD45b .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-utu4RuD45b .mbr-section-title {
  color: #E0BDB6;
}
.cid-utu4RuD45b .mbr-section-subtitle {
  color: #747474;
}
.cid-utu4RuD45b .mbr-text {
  color: #747474;
}
.cid-utu4RuD45b .panel-title-edit {
  color: #092975;
}
.cid-utu4RuD45b .panel-text {
  color: #747474;
}
.cid-utu4RuD45b .mbr-section-title,
.cid-utu4RuD45b .mbr-section-btn {
  color: #092975;
}
.cid-utu4Rv19hC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-utu4Rv19hC .mbr-fallback-image.disabled {
  display: none;
}
.cid-utu4Rv19hC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utu4Rv19hC .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-utu4Rv19hC .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-utu4Rv19hC .container {
    padding: 0 25px;
  }
}
.cid-utu4Rv19hC .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-utu4Rv19hC .row {
    padding-top: 45px;
  }
}
.cid-utu4Rv19hC .item:hover .item-wrapper .item-img img,
.cid-utu4Rv19hC .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-utu4Rv19hC .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-utu4Rv19hC .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-utu4Rv19hC .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-utu4Rv19hC .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-utu4Rv19hC .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-utu4Rv19hC .border-wrap {
    margin-top: 45px;
  }
}
.cid-utu4Rw1m0F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-utu4Rw1m0F::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-utu4Rw1m0F .mbr-fallback-image.disabled {
  display: none;
}
.cid-utu4Rw1m0F .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-utu4Rw1m0F .container {
    padding: 0 22px;
  }
}
.cid-utu4Rw1m0F .row {
  position: relative;
  z-index: 1;
}
.cid-utu4Rw1m0F .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-utu4Rw1m0F .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-utu4Rw1m0F .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-utu4Rw1m0F .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-utu4Rw1m0F .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-utu4Rw1m0F .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-utu4Rw1m0F .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-utu4Rw1m0F .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-utu4Rw1m0F .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-utu4Rw1m0F .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-utu4Rw1m0F .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-utu4Rw1m0F .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-utu4Rw1m0F .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-utu4Rw1m0F .nav-wrapper .list .item-wrap:hover,
.cid-utu4Rw1m0F .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-utu4Rw1m0F .nav-wrapper .list .item-wrap:hover::before,
.cid-utu4Rw1m0F .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-utu4Rw1m0F .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-utu4Rw1m0F .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-utu4Rw1m0F .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-utu4Rw1m0F .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-utu4Rw1m0F .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-utu4Rw1m0F .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-utu4Rw1m0F .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-utu4Rw1m0F .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-utu4Rw1m0F .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-utu4Rw1m0F .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-utu4Rw1m0F .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-utu4Rw1m0F .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-utu4Rw1m0F .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-utu4Rw1m0F .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-utu4Rw1m0F .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-utu4Rw1m0F .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-utu4Rw1m0F .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-utu4Rw1m0F .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-utu4Rw1m0F .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-utu4Rw1m0F .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-utu4Rw1m0F .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-utu4Rw1m0F .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-utu4Rw1m0F .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-utu4Rw1m0F .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-utu4Rw1m0F .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-utu4Rw1m0F .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-utu4Rw1m0F .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-utu4Rw1m0F .mbr-section-title {
  color: #bbc4bb;
}
.cid-utu4Rw1m0F .mbr-text {
  color: #ffffff;
}
.cid-utu4Rw1m0F .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-utu4Rw1m0F .list {
  color: #ffffff;
}
.cid-utu4Rw1m0F .mbr-contact {
  color: #ffffff;
}
.cid-utu4Rw1m0F .mbr-desc {
  color: #ffffff;
}
.cid-utu2wJxS6S {
  background-color: transparent;
}
.cid-utu2wJxS6S .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-utu2wJxS6S .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-utu2wJxS6S .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utu2wJxS6S .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-utu2wJxS6S .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-utu2wJxS6S .menu_box .navbar.opened,
  .cid-utu2wJxS6S .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-utu2wJxS6S .navbar-dropdown {
  position: relative !important;
}
.cid-utu2wJxS6S .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-utu2wJxS6S .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-utu2wJxS6S .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-utu2wJxS6S .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-utu2wJxS6S .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-utu2wJxS6S .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-utu2wJxS6S .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-utu2wJxS6S .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-utu2wJxS6S .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-utu2wJxS6S .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-utu2wJxS6S .offcanvas-body .mbr-text,
  .cid-utu2wJxS6S .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-utu2wJxS6S .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-utu2wJxS6S .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-utu2wJxS6S .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-utu2wJxS6S .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-utu2wJxS6S .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-utu2wJxS6S .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-utu2wJxS6S .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-utu2wJxS6S ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-utu2wJxS6S .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utu2wJxS6S .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-utu2wJxS6S .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-utu2wJxS6S li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-utu2wJxS6S .lg_brand {
    margin: 0 1rem;
  }
  .cid-utu2wJxS6S .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-utu2wJxS6S .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-utu2wJxS6S .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-utu2wJxS6S .nav-item {
    margin: 0 !important;
  }
}
.cid-utu2wJxS6S .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-utu2wJxS6S .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-utu2wJxS6S .nav-item .nav-link:hover:before,
.cid-utu2wJxS6S .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-utu2wJxS6S .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-utu2wJxS6S .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-utu2wJxS6S .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-utu2wJxS6S .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utu2wJxS6S .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-utu2wJxS6S .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-utu2wJxS6S .offcanvas_box {
    display: none;
  }
}
.cid-utu2wJxS6S .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-utu2wJxS6S .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-utu2wJxS6S .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-utu2wJxS6S .container {
  display: flex;
  margin: auto;
}
.cid-utu2wJxS6S .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-utu2wJxS6S .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-utu2wJxS6S .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-utu2wJxS6S .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-utu2wJxS6S .navbar-nav {
    margin: 0;
  }
}
.cid-utu2wJxS6S .dropdown-menu,
.cid-utu2wJxS6S .navbar.opened {
  background-color: false !important;
}
.cid-utu2wJxS6S .nav-item:focus,
.cid-utu2wJxS6S .nav-link:focus {
  outline: none;
}
.cid-utu2wJxS6S .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utu2wJxS6S .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utu2wJxS6S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utu2wJxS6S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utu2wJxS6S .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utu2wJxS6S .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utu2wJxS6S .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-utu2wJxS6S .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-utu2wJxS6S .navbar.opened {
  transition: all 0.3s;
}
.cid-utu2wJxS6S .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-utu2wJxS6S .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-utu2wJxS6S .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-utu2wJxS6S .navbar.collapsed {
  justify-content: center;
}
.cid-utu2wJxS6S .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utu2wJxS6S .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-utu2wJxS6S .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utu2wJxS6S .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utu2wJxS6S .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utu2wJxS6S .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-utu2wJxS6S .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utu2wJxS6S .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-utu2wJxS6S .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-utu2wJxS6S .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utu2wJxS6S .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utu2wJxS6S .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-utu2wJxS6S .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utu2wJxS6S .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-utu2wJxS6S .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utu2wJxS6S .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-utu2wJxS6S .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-utu2wJxS6S .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-utu2wJxS6S .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-utu2wJxS6S .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utu2wJxS6S .navbar .icons-menu {
    padding: 0;
  }
}
.cid-utu2wJxS6S .navbar.navbar-short {
  min-height: 60px;
}
.cid-utu2wJxS6S .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utu2wJxS6S .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utu2wJxS6S .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utu2wJxS6S .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-utu2wJxS6S .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utu2wJxS6S .dropdown-item.active,
.cid-utu2wJxS6S .dropdown-item:active {
  background-color: transparent;
}
.cid-utu2wJxS6S .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-utu2wJxS6S .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utu2wJxS6S .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utu2wJxS6S .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utu2wJxS6S ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-utu2wJxS6S .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utu2wJxS6S button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-utu2wJxS6S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-utu2wJxS6S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utu2wJxS6S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utu2wJxS6S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utu2wJxS6S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utu2wJxS6S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utu2wJxS6S nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utu2wJxS6S nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utu2wJxS6S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utu2wJxS6S a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-utu2wJxS6S .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utu2wJxS6S .navbar {
    height: 70px;
  }
  .cid-utu2wJxS6S .navbar.opened {
    height: auto;
  }
  .cid-utu2wJxS6S .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utu2wJxS6S .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-utu2wJxS6S .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-utu2wJxS6S .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-utu2wJxS6S .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-utu2wJxS6S .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-utu2wJxS6S .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-utu2wJxS6S .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-utu2wJxS6S .text_widget {
  margin-bottom: 32px;
}
.cid-utu2wJxS6S .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-utu2wJxS6S .text_widget a:hover,
.cid-utu2wJxS6S .text_widget a:focus {
  opacity: .8;
}
.cid-utu2wJxS6S .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-utu2wJxS6S .contacts-wrapper {
    display: none;
  }
}
.cid-utu2wJxS6S .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-utu2wJxS6S .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-utu2wJxS6S .contacts-wrapper a .mbr-contact:hover:before,
.cid-utu2wJxS6S .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-utu2wJxS6S .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-utu2wJxS6S .navbar-caption {
  color: #01004c;
}
.cid-utu2wJxS6S .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-utu2wJxS6S .mbr-section-subtitle,
.cid-utu2wJxS6S .text_widget,
.cid-utu2wJxS6S .mbr-section-btn {
  text-align: center;
}
.cid-utu2wJxS6S a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-utu2wJxS6S .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-utu2wKdnYq {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/loveboat90-1.jpeg-2000x1333.jpg");
}
.cid-utu2wKdnYq .mbr-fallback-image.disabled {
  display: none;
}
.cid-utu2wKdnYq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utu2wKdnYq .mbr-section-title {
  margin-bottom: 32px;
}
.cid-utu2wKyPBy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-utu2wKyPBy .mbr-fallback-image.disabled {
  display: none;
}
.cid-utu2wKyPBy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utu2wKyPBy .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-utu2wKyPBy .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-utu2wKyPBy .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-utu2wKyPBy .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-utu2wKyPBy .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-utu2wKyPBy .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-utu2wKyPBy .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-utu2wKyPBy .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-utu2wKyPBy .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-utu2wKyPBy .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-utu2wKyPBy .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-utu2wKyPBy .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-utu2wKyPBy .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-utu2wKyPBy .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-utu2wKyPBy .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-utu2wKyPBy .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-utu2wKyPBy .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-utu2wKyPBy .mbr-section-title {
  color: #E0BDB6;
}
.cid-utu2wKyPBy .mbr-section-subtitle {
  color: #747474;
}
.cid-utu2wKyPBy .mbr-text {
  color: #747474;
}
.cid-utu2wKyPBy .panel-title-edit {
  color: #092975;
}
.cid-utu2wKyPBy .panel-text {
  color: #747474;
}
.cid-utu2wKyPBy .mbr-section-title,
.cid-utu2wKyPBy .mbr-section-btn {
  color: #092975;
}
.cid-utu2wL0TFf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-utu2wL0TFf .mbr-fallback-image.disabled {
  display: none;
}
.cid-utu2wL0TFf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utu2wL0TFf .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-utu2wL0TFf .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-utu2wL0TFf .container {
    padding: 0 25px;
  }
}
.cid-utu2wL0TFf .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-utu2wL0TFf .row {
    padding-top: 45px;
  }
}
.cid-utu2wL0TFf .item:hover .item-wrapper .item-img img,
.cid-utu2wL0TFf .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-utu2wL0TFf .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-utu2wL0TFf .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-utu2wL0TFf .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-utu2wL0TFf .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-utu2wL0TFf .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-utu2wL0TFf .border-wrap {
    margin-top: 45px;
  }
}
.cid-utu2wLSpY2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-utu2wLSpY2::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-utu2wLSpY2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-utu2wLSpY2 .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-utu2wLSpY2 .container {
    padding: 0 22px;
  }
}
.cid-utu2wLSpY2 .row {
  position: relative;
  z-index: 1;
}
.cid-utu2wLSpY2 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-utu2wLSpY2 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-utu2wLSpY2 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-utu2wLSpY2 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-utu2wLSpY2 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-utu2wLSpY2 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-utu2wLSpY2 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-utu2wLSpY2 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-utu2wLSpY2 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-utu2wLSpY2 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-utu2wLSpY2 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-utu2wLSpY2 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-utu2wLSpY2 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-utu2wLSpY2 .nav-wrapper .list .item-wrap:hover,
.cid-utu2wLSpY2 .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-utu2wLSpY2 .nav-wrapper .list .item-wrap:hover::before,
.cid-utu2wLSpY2 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-utu2wLSpY2 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-utu2wLSpY2 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-utu2wLSpY2 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-utu2wLSpY2 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-utu2wLSpY2 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-utu2wLSpY2 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-utu2wLSpY2 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-utu2wLSpY2 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-utu2wLSpY2 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-utu2wLSpY2 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-utu2wLSpY2 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-utu2wLSpY2 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-utu2wLSpY2 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-utu2wLSpY2 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-utu2wLSpY2 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-utu2wLSpY2 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-utu2wLSpY2 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-utu2wLSpY2 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-utu2wLSpY2 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-utu2wLSpY2 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-utu2wLSpY2 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-utu2wLSpY2 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-utu2wLSpY2 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-utu2wLSpY2 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-utu2wLSpY2 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-utu2wLSpY2 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-utu2wLSpY2 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-utu2wLSpY2 .mbr-section-title {
  color: #bbc4bb;
}
.cid-utu2wLSpY2 .mbr-text {
  color: #ffffff;
}
.cid-utu2wLSpY2 .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-utu2wLSpY2 .list {
  color: #ffffff;
}
.cid-utu2wLSpY2 .mbr-contact {
  color: #ffffff;
}
.cid-utu2wLSpY2 .mbr-desc {
  color: #ffffff;
}
.cid-utu4PC1pl2 {
  background-color: transparent;
}
.cid-utu4PC1pl2 .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-utu4PC1pl2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-utu4PC1pl2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utu4PC1pl2 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-utu4PC1pl2 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-utu4PC1pl2 .menu_box .navbar.opened,
  .cid-utu4PC1pl2 .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-utu4PC1pl2 .navbar-dropdown {
  position: relative !important;
}
.cid-utu4PC1pl2 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-utu4PC1pl2 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-utu4PC1pl2 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-utu4PC1pl2 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-utu4PC1pl2 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-utu4PC1pl2 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-utu4PC1pl2 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-utu4PC1pl2 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-utu4PC1pl2 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-utu4PC1pl2 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-utu4PC1pl2 .offcanvas-body .mbr-text,
  .cid-utu4PC1pl2 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-utu4PC1pl2 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-utu4PC1pl2 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-utu4PC1pl2 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-utu4PC1pl2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-utu4PC1pl2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-utu4PC1pl2 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-utu4PC1pl2 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-utu4PC1pl2 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-utu4PC1pl2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utu4PC1pl2 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-utu4PC1pl2 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-utu4PC1pl2 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-utu4PC1pl2 .lg_brand {
    margin: 0 1rem;
  }
  .cid-utu4PC1pl2 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-utu4PC1pl2 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-utu4PC1pl2 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-utu4PC1pl2 .nav-item {
    margin: 0 !important;
  }
}
.cid-utu4PC1pl2 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-utu4PC1pl2 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-utu4PC1pl2 .nav-item .nav-link:hover:before,
.cid-utu4PC1pl2 .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-utu4PC1pl2 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-utu4PC1pl2 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-utu4PC1pl2 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-utu4PC1pl2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utu4PC1pl2 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-utu4PC1pl2 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-utu4PC1pl2 .offcanvas_box {
    display: none;
  }
}
.cid-utu4PC1pl2 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-utu4PC1pl2 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-utu4PC1pl2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-utu4PC1pl2 .container {
  display: flex;
  margin: auto;
}
.cid-utu4PC1pl2 .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-utu4PC1pl2 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-utu4PC1pl2 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-utu4PC1pl2 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-utu4PC1pl2 .navbar-nav {
    margin: 0;
  }
}
.cid-utu4PC1pl2 .dropdown-menu,
.cid-utu4PC1pl2 .navbar.opened {
  background-color: false !important;
}
.cid-utu4PC1pl2 .nav-item:focus,
.cid-utu4PC1pl2 .nav-link:focus {
  outline: none;
}
.cid-utu4PC1pl2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utu4PC1pl2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utu4PC1pl2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utu4PC1pl2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utu4PC1pl2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utu4PC1pl2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utu4PC1pl2 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-utu4PC1pl2 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-utu4PC1pl2 .navbar.opened {
  transition: all 0.3s;
}
.cid-utu4PC1pl2 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-utu4PC1pl2 .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-utu4PC1pl2 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-utu4PC1pl2 .navbar.collapsed {
  justify-content: center;
}
.cid-utu4PC1pl2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utu4PC1pl2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-utu4PC1pl2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utu4PC1pl2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utu4PC1pl2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utu4PC1pl2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-utu4PC1pl2 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utu4PC1pl2 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-utu4PC1pl2 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-utu4PC1pl2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utu4PC1pl2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utu4PC1pl2 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-utu4PC1pl2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utu4PC1pl2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-utu4PC1pl2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utu4PC1pl2 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-utu4PC1pl2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-utu4PC1pl2 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-utu4PC1pl2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-utu4PC1pl2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utu4PC1pl2 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-utu4PC1pl2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-utu4PC1pl2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utu4PC1pl2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utu4PC1pl2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utu4PC1pl2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-utu4PC1pl2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utu4PC1pl2 .dropdown-item.active,
.cid-utu4PC1pl2 .dropdown-item:active {
  background-color: transparent;
}
.cid-utu4PC1pl2 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-utu4PC1pl2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utu4PC1pl2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utu4PC1pl2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utu4PC1pl2 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-utu4PC1pl2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utu4PC1pl2 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-utu4PC1pl2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-utu4PC1pl2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utu4PC1pl2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utu4PC1pl2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utu4PC1pl2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utu4PC1pl2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utu4PC1pl2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utu4PC1pl2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utu4PC1pl2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utu4PC1pl2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-utu4PC1pl2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utu4PC1pl2 .navbar {
    height: 70px;
  }
  .cid-utu4PC1pl2 .navbar.opened {
    height: auto;
  }
  .cid-utu4PC1pl2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utu4PC1pl2 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-utu4PC1pl2 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-utu4PC1pl2 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-utu4PC1pl2 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-utu4PC1pl2 .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-utu4PC1pl2 .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-utu4PC1pl2 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-utu4PC1pl2 .text_widget {
  margin-bottom: 32px;
}
.cid-utu4PC1pl2 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-utu4PC1pl2 .text_widget a:hover,
.cid-utu4PC1pl2 .text_widget a:focus {
  opacity: .8;
}
.cid-utu4PC1pl2 .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-utu4PC1pl2 .contacts-wrapper {
    display: none;
  }
}
.cid-utu4PC1pl2 .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-utu4PC1pl2 .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-utu4PC1pl2 .contacts-wrapper a .mbr-contact:hover:before,
.cid-utu4PC1pl2 .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-utu4PC1pl2 .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-utu4PC1pl2 .navbar-caption {
  color: #01004c;
}
.cid-utu4PC1pl2 .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-utu4PC1pl2 .mbr-section-subtitle,
.cid-utu4PC1pl2 .text_widget,
.cid-utu4PC1pl2 .mbr-section-btn {
  text-align: center;
}
.cid-utu4PC1pl2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-utu4PC1pl2 .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-utu4PCuumv {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/loveboat90-1.jpeg-2000x1333.jpg");
}
.cid-utu4PCuumv .mbr-fallback-image.disabled {
  display: none;
}
.cid-utu4PCuumv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utu4PCuumv .mbr-section-title {
  margin-bottom: 32px;
}
.cid-utu4PCTKUH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-utu4PCTKUH .mbr-fallback-image.disabled {
  display: none;
}
.cid-utu4PCTKUH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utu4PCTKUH .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-utu4PCTKUH .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-utu4PCTKUH .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-utu4PCTKUH .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-utu4PCTKUH .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-utu4PCTKUH .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-utu4PCTKUH .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-utu4PCTKUH .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-utu4PCTKUH .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-utu4PCTKUH .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-utu4PCTKUH .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-utu4PCTKUH .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-utu4PCTKUH .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-utu4PCTKUH .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-utu4PCTKUH .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-utu4PCTKUH .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-utu4PCTKUH .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-utu4PCTKUH .mbr-section-title {
  color: #E0BDB6;
}
.cid-utu4PCTKUH .mbr-section-subtitle {
  color: #747474;
}
.cid-utu4PCTKUH .mbr-text {
  color: #747474;
}
.cid-utu4PCTKUH .panel-title-edit {
  color: #092975;
}
.cid-utu4PCTKUH .panel-text {
  color: #747474;
}
.cid-utu4PCTKUH .mbr-section-title,
.cid-utu4PCTKUH .mbr-section-btn {
  color: #092975;
}
.cid-utu4PDoakk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-utu4PDoakk .mbr-fallback-image.disabled {
  display: none;
}
.cid-utu4PDoakk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utu4PDoakk .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-utu4PDoakk .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-utu4PDoakk .container {
    padding: 0 25px;
  }
}
.cid-utu4PDoakk .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-utu4PDoakk .row {
    padding-top: 45px;
  }
}
.cid-utu4PDoakk .item:hover .item-wrapper .item-img img,
.cid-utu4PDoakk .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-utu4PDoakk .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-utu4PDoakk .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-utu4PDoakk .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-utu4PDoakk .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-utu4PDoakk .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-utu4PDoakk .border-wrap {
    margin-top: 45px;
  }
}
.cid-utu4PEpoco {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-utu4PEpoco::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-utu4PEpoco .mbr-fallback-image.disabled {
  display: none;
}
.cid-utu4PEpoco .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-utu4PEpoco .container {
    padding: 0 22px;
  }
}
.cid-utu4PEpoco .row {
  position: relative;
  z-index: 1;
}
.cid-utu4PEpoco .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-utu4PEpoco .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-utu4PEpoco .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-utu4PEpoco .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-utu4PEpoco .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-utu4PEpoco .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-utu4PEpoco .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-utu4PEpoco .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-utu4PEpoco .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-utu4PEpoco .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-utu4PEpoco .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-utu4PEpoco .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-utu4PEpoco .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-utu4PEpoco .nav-wrapper .list .item-wrap:hover,
.cid-utu4PEpoco .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-utu4PEpoco .nav-wrapper .list .item-wrap:hover::before,
.cid-utu4PEpoco .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-utu4PEpoco .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-utu4PEpoco .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-utu4PEpoco .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-utu4PEpoco .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-utu4PEpoco .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-utu4PEpoco .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-utu4PEpoco .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-utu4PEpoco .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-utu4PEpoco .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-utu4PEpoco .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-utu4PEpoco .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-utu4PEpoco .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-utu4PEpoco .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-utu4PEpoco .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-utu4PEpoco .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-utu4PEpoco .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-utu4PEpoco .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-utu4PEpoco .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-utu4PEpoco .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-utu4PEpoco .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-utu4PEpoco .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-utu4PEpoco .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-utu4PEpoco .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-utu4PEpoco .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-utu4PEpoco .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-utu4PEpoco .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-utu4PEpoco .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-utu4PEpoco .mbr-section-title {
  color: #bbc4bb;
}
.cid-utu4PEpoco .mbr-text {
  color: #ffffff;
}
.cid-utu4PEpoco .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-utu4PEpoco .list {
  color: #ffffff;
}
.cid-utu4PEpoco .mbr-contact {
  color: #ffffff;
}
.cid-utu4PEpoco .mbr-desc {
  color: #ffffff;
}
.cid-utu4RCMwJk {
  background-color: transparent;
}
.cid-utu4RCMwJk .navbar-dropdown {
  background-color: #0e132f !important;
  padding: 0;
}
.cid-utu4RCMwJk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e132f !important;
  background: #0e132f;
}
.cid-utu4RCMwJk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utu4RCMwJk .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-utu4RCMwJk .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-utu4RCMwJk .menu_box .navbar.opened,
  .cid-utu4RCMwJk .menu_box .navbar-collapse {
    background-color: #0e132f !important;
    transition: all 0s ease 0s;
  }
}
.cid-utu4RCMwJk .navbar-dropdown {
  position: relative !important;
}
.cid-utu4RCMwJk .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-utu4RCMwJk .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-utu4RCMwJk .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-utu4RCMwJk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-utu4RCMwJk .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-utu4RCMwJk .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f1f1f1;
  }
  .cid-utu4RCMwJk .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-utu4RCMwJk .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-utu4RCMwJk .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-utu4RCMwJk .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-utu4RCMwJk .offcanvas-body .mbr-text,
  .cid-utu4RCMwJk .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-utu4RCMwJk .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-utu4RCMwJk .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-utu4RCMwJk .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #01004c;
  }
  .cid-utu4RCMwJk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-utu4RCMwJk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-utu4RCMwJk .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-utu4RCMwJk .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-utu4RCMwJk ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-utu4RCMwJk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utu4RCMwJk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-utu4RCMwJk .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-utu4RCMwJk li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-utu4RCMwJk .lg_brand {
    margin: 0 1rem;
  }
  .cid-utu4RCMwJk .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-utu4RCMwJk .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-utu4RCMwJk .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-utu4RCMwJk .nav-item {
    margin: 0 !important;
  }
}
.cid-utu4RCMwJk .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-utu4RCMwJk .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-utu4RCMwJk .nav-item .nav-link:hover:before,
.cid-utu4RCMwJk .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-utu4RCMwJk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-utu4RCMwJk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-utu4RCMwJk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-utu4RCMwJk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utu4RCMwJk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-utu4RCMwJk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-utu4RCMwJk .offcanvas_box {
    display: none;
  }
}
.cid-utu4RCMwJk .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-utu4RCMwJk .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-utu4RCMwJk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-utu4RCMwJk .container {
  display: flex;
  margin: auto;
}
.cid-utu4RCMwJk .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-utu4RCMwJk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-utu4RCMwJk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-utu4RCMwJk .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-utu4RCMwJk .navbar-nav {
    margin: 0;
  }
}
.cid-utu4RCMwJk .dropdown-menu,
.cid-utu4RCMwJk .navbar.opened {
  background-color: false !important;
}
.cid-utu4RCMwJk .nav-item:focus,
.cid-utu4RCMwJk .nav-link:focus {
  outline: none;
}
.cid-utu4RCMwJk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utu4RCMwJk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utu4RCMwJk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utu4RCMwJk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utu4RCMwJk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utu4RCMwJk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utu4RCMwJk .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-utu4RCMwJk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-utu4RCMwJk .navbar.opened {
  transition: all 0.3s;
}
.cid-utu4RCMwJk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-utu4RCMwJk .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-utu4RCMwJk .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-utu4RCMwJk .navbar.collapsed {
  justify-content: center;
}
.cid-utu4RCMwJk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utu4RCMwJk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-utu4RCMwJk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utu4RCMwJk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utu4RCMwJk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utu4RCMwJk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-utu4RCMwJk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utu4RCMwJk .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-utu4RCMwJk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-utu4RCMwJk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utu4RCMwJk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utu4RCMwJk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-utu4RCMwJk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utu4RCMwJk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-utu4RCMwJk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utu4RCMwJk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-utu4RCMwJk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-utu4RCMwJk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-utu4RCMwJk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-utu4RCMwJk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utu4RCMwJk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-utu4RCMwJk .navbar.navbar-short {
  min-height: 60px;
}
.cid-utu4RCMwJk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utu4RCMwJk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utu4RCMwJk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utu4RCMwJk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-utu4RCMwJk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utu4RCMwJk .dropdown-item.active,
.cid-utu4RCMwJk .dropdown-item:active {
  background-color: transparent;
}
.cid-utu4RCMwJk .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-utu4RCMwJk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utu4RCMwJk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utu4RCMwJk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utu4RCMwJk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-utu4RCMwJk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utu4RCMwJk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e132f;
  background: #f1f1f1;
}
.cid-utu4RCMwJk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-utu4RCMwJk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utu4RCMwJk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utu4RCMwJk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utu4RCMwJk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utu4RCMwJk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utu4RCMwJk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utu4RCMwJk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utu4RCMwJk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utu4RCMwJk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-utu4RCMwJk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utu4RCMwJk .navbar {
    height: 70px;
  }
  .cid-utu4RCMwJk .navbar.opened {
    height: auto;
  }
  .cid-utu4RCMwJk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utu4RCMwJk .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-utu4RCMwJk .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-utu4RCMwJk .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-utu4RCMwJk .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-utu4RCMwJk .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-utu4RCMwJk .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-utu4RCMwJk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-utu4RCMwJk .text_widget {
  margin-bottom: 32px;
}
.cid-utu4RCMwJk .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-utu4RCMwJk .text_widget a:hover,
.cid-utu4RCMwJk .text_widget a:focus {
  opacity: .8;
}
.cid-utu4RCMwJk .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-utu4RCMwJk .contacts-wrapper {
    display: none;
  }
}
.cid-utu4RCMwJk .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-utu4RCMwJk .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-utu4RCMwJk .contacts-wrapper a .mbr-contact:hover:before,
.cid-utu4RCMwJk .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-utu4RCMwJk .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-utu4RCMwJk .navbar-caption {
  color: #01004c;
}
.cid-utu4RCMwJk .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-utu4RCMwJk .mbr-section-subtitle,
.cid-utu4RCMwJk .text_widget,
.cid-utu4RCMwJk .mbr-section-btn {
  text-align: center;
}
.cid-utu4RCMwJk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-utu4RCMwJk .text_widget .mbr-contact {
  color: #ffffff;
}
.cid-utu4RDd5Ew {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/sunset-cruise3.jpeg-800x800.jpg");
}
.cid-utu4RDd5Ew .mbr-fallback-image.disabled {
  display: none;
}
.cid-utu4RDd5Ew .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utu4RDd5Ew .mbr-section-title {
  margin-bottom: 32px;
}
.cid-utu4RDE13O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-utu4RDE13O .mbr-fallback-image.disabled {
  display: none;
}
.cid-utu4RDE13O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utu4RDE13O .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-utu4RDE13O .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-utu4RDE13O .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-utu4RDE13O .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-utu4RDE13O .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-utu4RDE13O .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-utu4RDE13O .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-utu4RDE13O .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-utu4RDE13O .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-utu4RDE13O .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-utu4RDE13O .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-utu4RDE13O .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-utu4RDE13O .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #092975;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-utu4RDE13O .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-utu4RDE13O .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-utu4RDE13O .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-utu4RDE13O .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-utu4RDE13O .mbr-section-title {
  color: #E0BDB6;
}
.cid-utu4RDE13O .mbr-section-subtitle {
  color: #747474;
}
.cid-utu4RDE13O .mbr-text {
  color: #747474;
}
.cid-utu4RDE13O .panel-title-edit {
  color: #092975;
}
.cid-utu4RDE13O .panel-text {
  color: #747474;
}
.cid-utu4RDE13O .mbr-section-title,
.cid-utu4RDE13O .mbr-section-btn {
  color: #092975;
}
.cid-utu4RE2Lvj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-utu4RE2Lvj .mbr-fallback-image.disabled {
  display: none;
}
.cid-utu4RE2Lvj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utu4RE2Lvj .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-utu4RE2Lvj .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-utu4RE2Lvj .container {
    padding: 0 25px;
  }
}
.cid-utu4RE2Lvj .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-utu4RE2Lvj .row {
    padding-top: 45px;
  }
}
.cid-utu4RE2Lvj .item:hover .item-wrapper .item-img img,
.cid-utu4RE2Lvj .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-utu4RE2Lvj .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-utu4RE2Lvj .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-utu4RE2Lvj .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-utu4RE2Lvj .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-utu4RE2Lvj .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-utu4RE2Lvj .border-wrap {
    margin-top: 45px;
  }
}
.cid-utu4RF3nME {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aquaventure-960x580.jpg");
}
.cid-utu4RF3nME::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-utu4RF3nME .mbr-fallback-image.disabled {
  display: none;
}
.cid-utu4RF3nME .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-utu4RF3nME .container {
    padding: 0 22px;
  }
}
.cid-utu4RF3nME .row {
  position: relative;
  z-index: 1;
}
.cid-utu4RF3nME .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-utu4RF3nME .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-utu4RF3nME .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-utu4RF3nME .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-utu4RF3nME .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-utu4RF3nME .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-utu4RF3nME .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-utu4RF3nME .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-utu4RF3nME .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-utu4RF3nME .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-utu4RF3nME .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-utu4RF3nME .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-utu4RF3nME .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-utu4RF3nME .nav-wrapper .list .item-wrap:hover,
.cid-utu4RF3nME .nav-wrapper .list .item-wrap:hover {
  color: #526b51;
}
.cid-utu4RF3nME .nav-wrapper .list .item-wrap:hover::before,
.cid-utu4RF3nME .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-utu4RF3nME .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-utu4RF3nME .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-utu4RF3nME .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-utu4RF3nME .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-utu4RF3nME .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-utu4RF3nME .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-utu4RF3nME .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-utu4RF3nME .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-utu4RF3nME .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #526b51;
}
.cid-utu4RF3nME .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-utu4RF3nME .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-utu4RF3nME .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-utu4RF3nME .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #526b51;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-utu4RF3nME .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-utu4RF3nME .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-utu4RF3nME .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-utu4RF3nME .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-utu4RF3nME .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-utu4RF3nME .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-utu4RF3nME .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-utu4RF3nME .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-utu4RF3nME .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-utu4RF3nME .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-utu4RF3nME .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-utu4RF3nME .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #526b51;
}
.cid-utu4RF3nME .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-utu4RF3nME .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-utu4RF3nME .mbr-section-title {
  color: #bbc4bb;
}
.cid-utu4RF3nME .mbr-text {
  color: #ffffff;
}
.cid-utu4RF3nME .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-utu4RF3nME .list {
  color: #ffffff;
}
.cid-utu4RF3nME .mbr-contact {
  color: #ffffff;
}
.cid-utu4RF3nME .mbr-desc {
  color: #ffffff;
}
