@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.6;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}body {
  font-family: Jost;
}
.display-1 {
  font-family: 'seguibl';
  font-size: 4.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-2 {
  font-family: 'segoeui';
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'segoeui';
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'segoeui';
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'segoeui';
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.52rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .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: #40b0bf !important;
}
.bg-info {
  background-color: #6ec7f2 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !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:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 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: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #6ec7f2 !important;
  border-color: #6ec7f2 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #1ea8eb !important;
  border-color: #1ea8eb !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1ea8eb !important;
  border-color: #1ea8eb !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !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:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 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: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.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;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6ec7f2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #1ea8eb !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #6ec7f2 !important;
  border-color: #6ec7f2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #6ec7f2 !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #15a1e5 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #6ec7f2;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.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: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'segoeui';
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'segoeui';
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
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: #000000 !important;
  background: #ff6666 !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: color 0.6s;
}
.cid-sdAi1TaK3Q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sdAi1TaK3Q nav.navbar {
  position: fixed;
}
.cid-sdAi1TaK3Q .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sdAi1TaK3Q .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sdAi1TaK3Q .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sdAi1TaK3Q .dropdown-item:hover,
.cid-sdAi1TaK3Q .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-sdAi1TaK3Q .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sdAi1TaK3Q .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sdAi1TaK3Q .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sdAi1TaK3Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sdAi1TaK3Q .nav-link {
  position: relative;
}
.cid-sdAi1TaK3Q .container {
  display: flex;
  margin: auto;
}
.cid-sdAi1TaK3Q .iconfont-wrapper {
  color: #041c48 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sdAi1TaK3Q .dropdown-menu,
.cid-sdAi1TaK3Q .navbar.opened {
  background: #041c48 !important;
}
.cid-sdAi1TaK3Q .nav-item:focus,
.cid-sdAi1TaK3Q .nav-link:focus {
  outline: none;
}
.cid-sdAi1TaK3Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sdAi1TaK3Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sdAi1TaK3Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sdAi1TaK3Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sdAi1TaK3Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sdAi1TaK3Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sdAi1TaK3Q .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #041c48;
}
.cid-sdAi1TaK3Q .navbar.opened {
  transition: all 0.3s;
}
.cid-sdAi1TaK3Q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sdAi1TaK3Q .navbar .navbar-logo img {
  width: auto;
}
.cid-sdAi1TaK3Q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sdAi1TaK3Q .navbar.collapsed {
  justify-content: center;
}
.cid-sdAi1TaK3Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sdAi1TaK3Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sdAi1TaK3Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sdAi1TaK3Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sdAi1TaK3Q .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sdAi1TaK3Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sdAi1TaK3Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sdAi1TaK3Q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sdAi1TaK3Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sdAi1TaK3Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sdAi1TaK3Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sdAi1TaK3Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sdAi1TaK3Q .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sdAi1TaK3Q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sdAi1TaK3Q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sdAi1TaK3Q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sdAi1TaK3Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sdAi1TaK3Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sdAi1TaK3Q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sdAi1TaK3Q .navbar.navbar-short {
  min-height: 60px;
}
.cid-sdAi1TaK3Q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sdAi1TaK3Q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sdAi1TaK3Q .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sdAi1TaK3Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sdAi1TaK3Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sdAi1TaK3Q .dropdown-item.active,
.cid-sdAi1TaK3Q .dropdown-item:active {
  background-color: transparent;
}
.cid-sdAi1TaK3Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sdAi1TaK3Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sdAi1TaK3Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sdAi1TaK3Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #041c48;
}
.cid-sdAi1TaK3Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sdAi1TaK3Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sdAi1TaK3Q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sdAi1TaK3Q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sdAi1TaK3Q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sdAi1TaK3Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-sdAi1TaK3Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sdAi1TaK3Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sdAi1TaK3Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sdAi1TaK3Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sdAi1TaK3Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sdAi1TaK3Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sdAi1TaK3Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sdAi1TaK3Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sdAi1TaK3Q .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sdAi1TaK3Q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sdAi1TaK3Q .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sdAi1TaK3Q .navbar {
    height: 70px;
  }
  .cid-sdAi1TaK3Q .navbar.opened {
    height: auto;
  }
  .cid-sdAi1TaK3Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvNnFdmOLt {
  padding-top: 12rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/go-west-1-2000x853.webp");
}
.cid-uvNnFdmOLt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvNnFdmOLt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvNnFdmOLt .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uvNnFdmOLt .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uvNnFdmOLt .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uvNnFdmOLt .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uvNnFdmOLt .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uvNnFdmOLt .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uvNnFdmOLt .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uvNnFdmOLt .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uvNnFdmOLt .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uvNnFdmOLt .mbr-section-title {
  color: #191c25;
}
.cid-uvNnFdmOLt .mbr-desc {
  color: #858585;
  text-align: center;
}
.cid-uvNnFdmOLt .mbr-section-title,
.cid-uvNnFdmOLt .mbr-section-btn,
.cid-uvNnFdmOLt .title-wrapper {
  text-align: center;
  color: #22a5e5;
}
.cid-sdXwgIRbtH {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/sonnenaufgang-1-1500x963.webp");
}
@media (max-width: 991px) {
  .cid-sdXwgIRbtH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sdXwgIRbtH img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sdXwgIRbtH .text-wrapper {
    padding: 2rem;
  }
}
.cid-sdXwgIRbtH .mbr-text {
  color: #fafafa;
  text-align: left;
}
.cid-sdXwgIRbtH .mbr-section-title {
  text-align: left;
  color: #fafafa;
}
.cid-sdG64kzs2z {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/sonnenaufgang-1500x963-2-1500x317.webp");
}
.cid-sdG64kzs2z .mbr-text,
.cid-sdG64kzs2z .mbr-section-btn {
  color: #fafafa;
  text-align: left;
}
.cid-sdG64kzs2z .mbr-section-title {
  color: #fafafa;
}
.cid-sdG64kzs2z P {
  color: #fafafa;
}
.cid-tO1O1VfKkr {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/meer-2000x1250.webp");
}
.cid-tO1O1VfKkr p {
  margin: 0;
}
.cid-tO1O1VfKkr ul {
  list-style-type: none;
  padding: 0;
}
.cid-tO1O1VfKkr .list {
  display: flex;
  flex-direction: column;
}
.cid-tO1O1VfKkr .list .list-item {
  display: flex;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-tO1O1VfKkr .list .list-item {
    flex-direction: column;
  }
}
.cid-tO1O1VfKkr .mbr-number {
  color: #ffffff;
  margin-right: 1rem;
  flex-shrink: 0;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tO1O1VfKkr .mbr-number {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.cid-tO1O1VfKkr .line {
  width: 2px;
  background-color: #33d5ad;
  margin-right: 3rem;
  flex-shrink: 0;
  display: none;
}
@media (max-width: 767px) {
  .cid-tO1O1VfKkr .line {
    width: 100%;
    height: 2px;
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
.cid-tO1O1VfKkr .mbr-section-title {
  color: #ffe885;
  margin-bottom: 2rem;
}
.cid-tO1O1VfKkr .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tO1O1VfKkr H3 {
  text-align: left;
}
.cid-sdXEOvE4gH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-sdXEOvE4gH img,
.cid-sdXEOvE4gH .item-img {
  width: 100%;
}
.cid-sdXEOvE4gH .item:focus,
.cid-sdXEOvE4gH span:focus {
  outline: none;
}
.cid-sdXEOvE4gH .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sdXEOvE4gH .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #041c48;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sdXEOvE4gH .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sdXEOvE4gH .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sdXEOvE4gH .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sdXEOvE4gH .mbr-section-title {
  color: #ffffff;
}
.cid-sdXEOvE4gH .mbr-text,
.cid-sdXEOvE4gH .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-sdXEOvE4gH .item-title {
  text-align: center;
}
.cid-sdXEOvE4gH .item-subtitle {
  text-align: left;
}
.cid-se3D7SUjru {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-se3D7SUjru img,
.cid-se3D7SUjru .item-img {
  width: 100%;
}
.cid-se3D7SUjru .item:focus,
.cid-se3D7SUjru span:focus {
  outline: none;
}
.cid-se3D7SUjru .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-se3D7SUjru .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #041c48;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-se3D7SUjru .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-se3D7SUjru .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-se3D7SUjru .mbr-section-btn {
  margin-top: auto !important;
}
.cid-se3D7SUjru .mbr-section-title {
  color: #ffffff;
}
.cid-se3D7SUjru .mbr-text,
.cid-se3D7SUjru .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-se3D7SUjru .item-title {
  text-align: center;
}
.cid-se3D7SUjru .item-subtitle {
  text-align: left;
}
.cid-seeoeJ9YL1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #041c48;
}
.cid-seeoeJ9YL1 .media-container-row .mbr-text {
  color: #22a5e5;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.6;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-sdXSDPgMUz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sdXSDPgMUz nav.navbar {
  position: fixed;
}
.cid-sdXSDPgMUz .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sdXSDPgMUz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sdXSDPgMUz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sdXSDPgMUz .dropdown-item:hover,
.cid-sdXSDPgMUz .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-sdXSDPgMUz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sdXSDPgMUz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sdXSDPgMUz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sdXSDPgMUz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sdXSDPgMUz .nav-link {
  position: relative;
}
.cid-sdXSDPgMUz .container {
  display: flex;
  margin: auto;
}
.cid-sdXSDPgMUz .iconfont-wrapper {
  color: #041c48 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sdXSDPgMUz .dropdown-menu,
.cid-sdXSDPgMUz .navbar.opened {
  background: #041c48 !important;
}
.cid-sdXSDPgMUz .nav-item:focus,
.cid-sdXSDPgMUz .nav-link:focus {
  outline: none;
}
.cid-sdXSDPgMUz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sdXSDPgMUz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sdXSDPgMUz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sdXSDPgMUz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sdXSDPgMUz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sdXSDPgMUz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sdXSDPgMUz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #041c48;
}
.cid-sdXSDPgMUz .navbar.opened {
  transition: all 0.3s;
}
.cid-sdXSDPgMUz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sdXSDPgMUz .navbar .navbar-logo img {
  width: auto;
}
.cid-sdXSDPgMUz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sdXSDPgMUz .navbar.collapsed {
  justify-content: center;
}
.cid-sdXSDPgMUz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sdXSDPgMUz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sdXSDPgMUz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sdXSDPgMUz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sdXSDPgMUz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sdXSDPgMUz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sdXSDPgMUz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sdXSDPgMUz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sdXSDPgMUz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sdXSDPgMUz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sdXSDPgMUz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sdXSDPgMUz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sdXSDPgMUz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sdXSDPgMUz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sdXSDPgMUz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sdXSDPgMUz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sdXSDPgMUz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sdXSDPgMUz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sdXSDPgMUz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sdXSDPgMUz .navbar.navbar-short {
  min-height: 60px;
}
.cid-sdXSDPgMUz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sdXSDPgMUz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sdXSDPgMUz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sdXSDPgMUz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sdXSDPgMUz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sdXSDPgMUz .dropdown-item.active,
.cid-sdXSDPgMUz .dropdown-item:active {
  background-color: transparent;
}
.cid-sdXSDPgMUz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sdXSDPgMUz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sdXSDPgMUz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sdXSDPgMUz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #041c48;
}
.cid-sdXSDPgMUz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sdXSDPgMUz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sdXSDPgMUz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sdXSDPgMUz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sdXSDPgMUz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sdXSDPgMUz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-sdXSDPgMUz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sdXSDPgMUz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sdXSDPgMUz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sdXSDPgMUz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sdXSDPgMUz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sdXSDPgMUz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sdXSDPgMUz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sdXSDPgMUz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sdXSDPgMUz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sdXSDPgMUz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sdXSDPgMUz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sdXSDPgMUz .navbar {
    height: 70px;
  }
  .cid-sdXSDPgMUz .navbar.opened {
    height: auto;
  }
  .cid-sdXSDPgMUz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOZ1S4SxXi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer-1-2000x1250.webp");
}
.cid-tOZ1S4SxXi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOZ1S4SxXi .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-tOZ1S4SxXi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tOZ1S4SxXi img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tOZ1S4SxXi .text-wrapper {
    padding: 2rem;
  }
}
.cid-tOZ1S4SxXi .mbr-text {
  color: #ffffff;
}
.cid-tOZ1S4SxXi .mbr-section-title {
  color: #6ec7f2;
}
.cid-tOZ1S4SxXi .mbr-description {
  color: #ffffff;
}
.cid-seeoeJ9YL1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #041c48;
}
.cid-seeoeJ9YL1 .media-container-row .mbr-text {
  color: #22a5e5;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.6;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-se2vggWC8x {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-se2vggWC8x nav.navbar {
  position: fixed;
}
.cid-se2vggWC8x .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-se2vggWC8x .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-se2vggWC8x .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-se2vggWC8x .dropdown-item:hover,
.cid-se2vggWC8x .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-se2vggWC8x .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-se2vggWC8x .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-se2vggWC8x .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-se2vggWC8x .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-se2vggWC8x .nav-link {
  position: relative;
}
.cid-se2vggWC8x .container {
  display: flex;
  margin: auto;
}
.cid-se2vggWC8x .iconfont-wrapper {
  color: #041c48 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-se2vggWC8x .dropdown-menu,
.cid-se2vggWC8x .navbar.opened {
  background: #041c48 !important;
}
.cid-se2vggWC8x .nav-item:focus,
.cid-se2vggWC8x .nav-link:focus {
  outline: none;
}
.cid-se2vggWC8x .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-se2vggWC8x .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-se2vggWC8x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-se2vggWC8x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-se2vggWC8x .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-se2vggWC8x .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-se2vggWC8x .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #041c48;
}
.cid-se2vggWC8x .navbar.opened {
  transition: all 0.3s;
}
.cid-se2vggWC8x .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-se2vggWC8x .navbar .navbar-logo img {
  width: auto;
}
.cid-se2vggWC8x .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-se2vggWC8x .navbar.collapsed {
  justify-content: center;
}
.cid-se2vggWC8x .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-se2vggWC8x .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-se2vggWC8x .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-se2vggWC8x .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-se2vggWC8x .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-se2vggWC8x .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-se2vggWC8x .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-se2vggWC8x .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-se2vggWC8x .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-se2vggWC8x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-se2vggWC8x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-se2vggWC8x .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-se2vggWC8x .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-se2vggWC8x .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-se2vggWC8x .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-se2vggWC8x .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-se2vggWC8x .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-se2vggWC8x .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-se2vggWC8x .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-se2vggWC8x .navbar.navbar-short {
  min-height: 60px;
}
.cid-se2vggWC8x .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-se2vggWC8x .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-se2vggWC8x .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-se2vggWC8x .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-se2vggWC8x .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-se2vggWC8x .dropdown-item.active,
.cid-se2vggWC8x .dropdown-item:active {
  background-color: transparent;
}
.cid-se2vggWC8x .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-se2vggWC8x .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-se2vggWC8x .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-se2vggWC8x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #041c48;
}
.cid-se2vggWC8x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-se2vggWC8x .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-se2vggWC8x ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-se2vggWC8x .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-se2vggWC8x button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-se2vggWC8x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-se2vggWC8x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-se2vggWC8x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-se2vggWC8x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-se2vggWC8x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-se2vggWC8x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-se2vggWC8x nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-se2vggWC8x nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-se2vggWC8x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-se2vggWC8x .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-se2vggWC8x a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-se2vggWC8x .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-se2vggWC8x .navbar {
    height: 70px;
  }
  .cid-se2vggWC8x .navbar.opened {
    height: auto;
  }
  .cid-se2vggWC8x .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-se44qx2IBD {
  display: flex;
  padding-top: 30px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/wolke3-2-2000x651.webp");
}
.cid-se44qx2IBD .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-se44qx2IBD .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-se44qx2IBD {
    align-items: flex-end;
  }
  .cid-se44qx2IBD .row {
    justify-content: flex-end;
  }
  .cid-se44qx2IBD .content-wrap {
    width: 66%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-se44qx2IBD .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-se44qx2IBD {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-se44qx2IBD .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-se44qx2IBD .content-wrap {
    width: 100%;
  }
}
.cid-se44qx2IBD .mbr-section-title {
  color: #d0effe;
}
.cid-se99qJPx2y {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0c3d94;
}
.cid-se99qJPx2y .mbr-section-title {
  text-align: center;
  color: #fafafa;
}
.cid-se99qJPx2y .mbr-text {
  text-align: left;
  color: #fafafa;
}
.cid-se95tZLuhc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #0c3d94;
}
.cid-se95tZLuhc img,
.cid-se95tZLuhc .item-img {
  width: 100%;
}
.cid-se95tZLuhc .item:focus,
.cid-se95tZLuhc span:focus {
  outline: none;
}
.cid-se95tZLuhc .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-se95tZLuhc .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #0c3d94;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-se95tZLuhc .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-se95tZLuhc .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-se95tZLuhc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-se95tZLuhc .mbr-section-title {
  color: #232323;
}
.cid-se95tZLuhc .mbr-text,
.cid-se95tZLuhc .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-se95tZLuhc .item-title {
  text-align: left;
}
.cid-se95tZLuhc .item-subtitle {
  text-align: center;
}
.cid-sf4Y8eDkh6 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/sonne-2000x499.webp");
}
.cid-sf4Y8eDkh6 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sf4Y8eDkh6 .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-se9apEYoaK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0c3d94;
}
.cid-se9apEYoaK .mbr-section-title {
  text-align: center;
}
.cid-se9apEYoaK .mbr-text {
  color: #fafafa;
}
.cid-se9NpM10hP {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/sandy-island-3-2000x848.webp");
}
@media (max-width: 991px) {
  .cid-se9NpM10hP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-se9NpM10hP .row {
  flex-direction: row-reverse;
}
.cid-se9NpM10hP img {
  width: 100%;
}
.cid-se9NpM10hP .mbr-description {
  color: #fafafa;
}
.cid-seeoeJ9YL1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #041c48;
}
.cid-seeoeJ9YL1 .media-container-row .mbr-text {
  color: #22a5e5;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.6;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-se9V0XLNb2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-se9V0XLNb2 nav.navbar {
  position: fixed;
}
.cid-se9V0XLNb2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-se9V0XLNb2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-se9V0XLNb2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-se9V0XLNb2 .dropdown-item:hover,
.cid-se9V0XLNb2 .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-se9V0XLNb2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-se9V0XLNb2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-se9V0XLNb2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-se9V0XLNb2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-se9V0XLNb2 .nav-link {
  position: relative;
}
.cid-se9V0XLNb2 .container {
  display: flex;
  margin: auto;
}
.cid-se9V0XLNb2 .iconfont-wrapper {
  color: #041c48 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-se9V0XLNb2 .dropdown-menu,
.cid-se9V0XLNb2 .navbar.opened {
  background: #041c48 !important;
}
.cid-se9V0XLNb2 .nav-item:focus,
.cid-se9V0XLNb2 .nav-link:focus {
  outline: none;
}
.cid-se9V0XLNb2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-se9V0XLNb2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-se9V0XLNb2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-se9V0XLNb2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-se9V0XLNb2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-se9V0XLNb2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-se9V0XLNb2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #041c48;
}
.cid-se9V0XLNb2 .navbar.opened {
  transition: all 0.3s;
}
.cid-se9V0XLNb2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-se9V0XLNb2 .navbar .navbar-logo img {
  width: auto;
}
.cid-se9V0XLNb2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-se9V0XLNb2 .navbar.collapsed {
  justify-content: center;
}
.cid-se9V0XLNb2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-se9V0XLNb2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-se9V0XLNb2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-se9V0XLNb2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-se9V0XLNb2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-se9V0XLNb2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-se9V0XLNb2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-se9V0XLNb2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-se9V0XLNb2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-se9V0XLNb2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-se9V0XLNb2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-se9V0XLNb2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-se9V0XLNb2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-se9V0XLNb2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-se9V0XLNb2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-se9V0XLNb2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-se9V0XLNb2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-se9V0XLNb2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-se9V0XLNb2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-se9V0XLNb2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-se9V0XLNb2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-se9V0XLNb2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-se9V0XLNb2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-se9V0XLNb2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-se9V0XLNb2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-se9V0XLNb2 .dropdown-item.active,
.cid-se9V0XLNb2 .dropdown-item:active {
  background-color: transparent;
}
.cid-se9V0XLNb2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-se9V0XLNb2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-se9V0XLNb2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-se9V0XLNb2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #041c48;
}
.cid-se9V0XLNb2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-se9V0XLNb2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-se9V0XLNb2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-se9V0XLNb2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-se9V0XLNb2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-se9V0XLNb2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-se9V0XLNb2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-se9V0XLNb2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-se9V0XLNb2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-se9V0XLNb2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-se9V0XLNb2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-se9V0XLNb2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-se9V0XLNb2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-se9V0XLNb2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-se9V0XLNb2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-se9V0XLNb2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-se9V0XLNb2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-se9V0XLNb2 .navbar {
    height: 70px;
  }
  .cid-se9V0XLNb2 .navbar.opened {
    height: auto;
  }
  .cid-se9V0XLNb2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-seewnx1Cim {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/madeira2-2000x794.webp");
}
.cid-seewnx1Cim H3 {
  text-align: center;
}
.cid-seewnx1Cim .mbr-text,
.cid-seewnx1Cim .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-seezl7ExTk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #082d6e;
}
.cid-seezl7ExTk blockquote {
  border-color: #22a5e5;
  border-radius: 4px;
  background-color: #082d6e;
}
.cid-seezl7ExTk .mbr-text {
  color: #fafafa;
}
.cid-seezl7ExTk .mbr-section-title {
  color: #ffffff;
}
.cid-snntYOR33v {
  background-image: url("../../../assets/images/kochen2-2000x1500.webp");
}
@media (max-width: 991px) {
  .cid-snntYOR33v .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-snntYOR33v .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-snntYOR33v .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-snntYOR33v .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-snntYOR33v .mbr-section-title {
  color: #fff0b0;
}
.cid-snntYOR33v .mbr-text,
.cid-snntYOR33v .mbr-section-btn {
  color: #fafafa;
}
.cid-seeoeJ9YL1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #041c48;
}
.cid-seeoeJ9YL1 .media-container-row .mbr-text {
  color: #22a5e5;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.6;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-sef7jbFEjV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sef7jbFEjV nav.navbar {
  position: fixed;
}
.cid-sef7jbFEjV .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sef7jbFEjV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sef7jbFEjV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sef7jbFEjV .dropdown-item:hover,
.cid-sef7jbFEjV .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-sef7jbFEjV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sef7jbFEjV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sef7jbFEjV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sef7jbFEjV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sef7jbFEjV .nav-link {
  position: relative;
}
.cid-sef7jbFEjV .container {
  display: flex;
  margin: auto;
}
.cid-sef7jbFEjV .iconfont-wrapper {
  color: #041c48 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sef7jbFEjV .dropdown-menu,
.cid-sef7jbFEjV .navbar.opened {
  background: #041c48 !important;
}
.cid-sef7jbFEjV .nav-item:focus,
.cid-sef7jbFEjV .nav-link:focus {
  outline: none;
}
.cid-sef7jbFEjV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sef7jbFEjV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sef7jbFEjV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sef7jbFEjV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sef7jbFEjV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sef7jbFEjV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sef7jbFEjV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #041c48;
}
.cid-sef7jbFEjV .navbar.opened {
  transition: all 0.3s;
}
.cid-sef7jbFEjV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sef7jbFEjV .navbar .navbar-logo img {
  width: auto;
}
.cid-sef7jbFEjV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sef7jbFEjV .navbar.collapsed {
  justify-content: center;
}
.cid-sef7jbFEjV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sef7jbFEjV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sef7jbFEjV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sef7jbFEjV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sef7jbFEjV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sef7jbFEjV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sef7jbFEjV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sef7jbFEjV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sef7jbFEjV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sef7jbFEjV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sef7jbFEjV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sef7jbFEjV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sef7jbFEjV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sef7jbFEjV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sef7jbFEjV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sef7jbFEjV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sef7jbFEjV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sef7jbFEjV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sef7jbFEjV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sef7jbFEjV .navbar.navbar-short {
  min-height: 60px;
}
.cid-sef7jbFEjV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sef7jbFEjV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sef7jbFEjV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sef7jbFEjV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sef7jbFEjV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sef7jbFEjV .dropdown-item.active,
.cid-sef7jbFEjV .dropdown-item:active {
  background-color: transparent;
}
.cid-sef7jbFEjV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sef7jbFEjV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sef7jbFEjV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sef7jbFEjV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #041c48;
}
.cid-sef7jbFEjV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sef7jbFEjV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sef7jbFEjV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sef7jbFEjV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sef7jbFEjV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sef7jbFEjV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-sef7jbFEjV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sef7jbFEjV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sef7jbFEjV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sef7jbFEjV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sef7jbFEjV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sef7jbFEjV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sef7jbFEjV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sef7jbFEjV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sef7jbFEjV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sef7jbFEjV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sef7jbFEjV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sef7jbFEjV .navbar {
    height: 70px;
  }
  .cid-sef7jbFEjV .navbar.opened {
    height: auto;
  }
  .cid-sef7jbFEjV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sef7jcbeQo {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/20160303-1826283-2000x806.webp");
}
.cid-sef7jcbeQo H3 {
  text-align: center;
}
.cid-sef7jcbeQo .mbr-text,
.cid-sef7jcbeQo .mbr-section-btn {
  text-align: center;
  color: #ffe885;
}
.cid-sefjeRsCSY {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/hintergrund-helgoland3-2000x1249.webp");
}
@media (max-width: 767px) {
  .cid-sefjeRsCSY .card-box {
    padding: 1rem;
  }
  .cid-sefjeRsCSY .mbr-section-btn,
  .cid-sefjeRsCSY .price {
    text-align: center;
  }
  .cid-sefjeRsCSY .mbr-section-btn .btn {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .cid-sefjeRsCSY .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sefjeRsCSY .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sefjeRsCSY .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
  background-color: transparent;
}
.cid-sefjeRsCSY .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sefjeRsCSY .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sefjeRsCSY .card-title {
  color: #ffffff;
}
.cid-sefjeRsCSY .mbr-text {
  color: #fafafa;
}
.cid-sefkFjYik5 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/samba2-1600x900.webp");
}
@media (max-width: 767px) {
  .cid-sefkFjYik5 .card-box {
    padding: 1rem;
  }
  .cid-sefkFjYik5 .mbr-section-btn,
  .cid-sefkFjYik5 .price {
    text-align: center;
  }
  .cid-sefkFjYik5 .mbr-section-btn .btn {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .cid-sefkFjYik5 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sefkFjYik5 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sefkFjYik5 .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
  background-color: transparent;
}
.cid-sefkFjYik5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sefkFjYik5 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sefkFjYik5 .card-title {
  color: #ffffff;
}
.cid-sefkFjYik5 .mbr-text {
  color: #fafafa;
}
.cid-sefnkyDA7C {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/sterne-1600x968.webp");
}
@media (max-width: 767px) {
  .cid-sefnkyDA7C .card-box {
    padding: 1rem;
  }
  .cid-sefnkyDA7C .mbr-section-btn,
  .cid-sefnkyDA7C .price {
    text-align: center;
  }
  .cid-sefnkyDA7C .mbr-section-btn .btn {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .cid-sefnkyDA7C .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sefnkyDA7C .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sefnkyDA7C .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
  background-color: transparent;
}
.cid-sefnkyDA7C .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sefnkyDA7C .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sefnkyDA7C .card-title {
  color: #ffffff;
}
.cid-sefnkyDA7C .mbr-text {
  color: #fafafa;
}
.cid-sefptEXpHm {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/hintergrund-rio2-2000x712.webp");
}
@media (max-width: 767px) {
  .cid-sefptEXpHm .card-box {
    padding: 1rem;
  }
  .cid-sefptEXpHm .mbr-section-btn,
  .cid-sefptEXpHm .price {
    text-align: center;
  }
  .cid-sefptEXpHm .mbr-section-btn .btn {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .cid-sefptEXpHm .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sefptEXpHm .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sefptEXpHm .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
  background-color: transparent;
}
.cid-sefptEXpHm .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sefptEXpHm .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sefptEXpHm .card-title {
  color: #98dee8;
}
.cid-sefptEXpHm .mbr-text {
  color: #fafafa;
}
.cid-sefDzeCwLF {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/hintergrund-chago-2000x1070.webp");
}
@media (max-width: 767px) {
  .cid-sefDzeCwLF .card-box {
    padding: 1rem;
  }
  .cid-sefDzeCwLF .mbr-section-btn,
  .cid-sefDzeCwLF .price {
    text-align: center;
  }
  .cid-sefDzeCwLF .mbr-section-btn .btn {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .cid-sefDzeCwLF .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sefDzeCwLF .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sefDzeCwLF .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
  background-color: transparent;
}
.cid-sefDzeCwLF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sefDzeCwLF .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sefDzeCwLF .card-title {
  color: #ffffff;
}
.cid-sefDzeCwLF .mbr-text {
  color: #fafafa;
}
.cid-sefFmbCcoH {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/hintergrund-borneo-2000x851.webp");
}
@media (max-width: 767px) {
  .cid-sefFmbCcoH .card-box {
    padding: 1rem;
  }
  .cid-sefFmbCcoH .mbr-section-btn,
  .cid-sefFmbCcoH .price {
    text-align: center;
  }
  .cid-sefFmbCcoH .mbr-section-btn .btn {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .cid-sefFmbCcoH .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sefFmbCcoH .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sefFmbCcoH .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
  background-color: transparent;
}
.cid-sefFmbCcoH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sefFmbCcoH .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sefFmbCcoH .card-title {
  color: #ffffff;
}
.cid-sefFmbCcoH .mbr-text {
  color: #fafafa;
}
.cid-sefGCKkjIC {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/hintergrund-tioman-2000x737.webp");
}
@media (max-width: 767px) {
  .cid-sefGCKkjIC .card-box {
    padding: 1rem;
  }
  .cid-sefGCKkjIC .mbr-section-btn,
  .cid-sefGCKkjIC .price {
    text-align: center;
  }
  .cid-sefGCKkjIC .mbr-section-btn .btn {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .cid-sefGCKkjIC .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sefGCKkjIC .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sefGCKkjIC .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
  background-color: transparent;
}
.cid-sefGCKkjIC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sefGCKkjIC .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sefGCKkjIC .card-title {
  color: #ffffff;
}
.cid-sefGCKkjIC .mbr-text {
  color: #fafafa;
}
.cid-sef7jcTHrv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #041c48;
}
.cid-sef7jcTHrv .media-container-row .mbr-text {
  color: #22a5e5;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.6;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-sekfei4Xyk {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sekfei4Xyk nav.navbar {
  position: fixed;
}
.cid-sekfei4Xyk .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sekfei4Xyk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sekfei4Xyk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sekfei4Xyk .dropdown-item:hover,
.cid-sekfei4Xyk .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-sekfei4Xyk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sekfei4Xyk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sekfei4Xyk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sekfei4Xyk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sekfei4Xyk .nav-link {
  position: relative;
}
.cid-sekfei4Xyk .container {
  display: flex;
  margin: auto;
}
.cid-sekfei4Xyk .iconfont-wrapper {
  color: #041c48 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sekfei4Xyk .dropdown-menu,
.cid-sekfei4Xyk .navbar.opened {
  background: #041c48 !important;
}
.cid-sekfei4Xyk .nav-item:focus,
.cid-sekfei4Xyk .nav-link:focus {
  outline: none;
}
.cid-sekfei4Xyk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sekfei4Xyk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sekfei4Xyk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sekfei4Xyk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sekfei4Xyk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sekfei4Xyk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sekfei4Xyk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #041c48;
}
.cid-sekfei4Xyk .navbar.opened {
  transition: all 0.3s;
}
.cid-sekfei4Xyk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sekfei4Xyk .navbar .navbar-logo img {
  width: auto;
}
.cid-sekfei4Xyk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sekfei4Xyk .navbar.collapsed {
  justify-content: center;
}
.cid-sekfei4Xyk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sekfei4Xyk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sekfei4Xyk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sekfei4Xyk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sekfei4Xyk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sekfei4Xyk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sekfei4Xyk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sekfei4Xyk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sekfei4Xyk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sekfei4Xyk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sekfei4Xyk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sekfei4Xyk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sekfei4Xyk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sekfei4Xyk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sekfei4Xyk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sekfei4Xyk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sekfei4Xyk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sekfei4Xyk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sekfei4Xyk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sekfei4Xyk .navbar.navbar-short {
  min-height: 60px;
}
.cid-sekfei4Xyk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sekfei4Xyk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sekfei4Xyk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sekfei4Xyk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sekfei4Xyk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sekfei4Xyk .dropdown-item.active,
.cid-sekfei4Xyk .dropdown-item:active {
  background-color: transparent;
}
.cid-sekfei4Xyk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sekfei4Xyk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sekfei4Xyk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sekfei4Xyk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #041c48;
}
.cid-sekfei4Xyk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sekfei4Xyk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sekfei4Xyk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sekfei4Xyk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sekfei4Xyk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sekfei4Xyk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-sekfei4Xyk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sekfei4Xyk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sekfei4Xyk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sekfei4Xyk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sekfei4Xyk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sekfei4Xyk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sekfei4Xyk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sekfei4Xyk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sekfei4Xyk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sekfei4Xyk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sekfei4Xyk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sekfei4Xyk .navbar {
    height: 70px;
  }
  .cid-sekfei4Xyk .navbar.opened {
    height: auto;
  }
  .cid-sekfei4Xyk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sekhaHbGfF {
  display: flex;
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/hintergrund-helgoland-1-2000x898.webp");
}
.cid-sekhaHbGfF .mbr-overlay {
  background-color: #353535;
  opacity: 0.2;
}
.cid-sekhaHbGfF .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-sekhaHbGfF {
    align-items: flex-end;
  }
  .cid-sekhaHbGfF .row {
    justify-content: flex-start;
  }
  .cid-sekhaHbGfF .content-wrap {
    width: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sekhaHbGfF .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-sekhaHbGfF {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sekhaHbGfF .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sekhaHbGfF .content-wrap {
    width: 100%;
  }
}
.cid-sekhaHbGfF .mbr-section-title {
  text-align: center;
  color: #fafafa;
}
.cid-sekhaHbGfF .mbr-text,
.cid-sekhaHbGfF .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-sekgdDrvMP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-2-2000x1333.webp");
}
.cid-sekgdDrvMP .mbr-text,
.cid-sekgdDrvMP .link {
  text-align: left;
  color: #fafafa;
}
.cid-sekgdDrvMP .mbr-section-subtitle {
  color: #fafafa;
}
.cid-sekqaH4vUf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-sekqaH4vUf img,
.cid-sekqaH4vUf .item-img {
  width: 100%;
}
.cid-sekqaH4vUf .item:focus,
.cid-sekqaH4vUf span:focus {
  outline: none;
}
.cid-sekqaH4vUf .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sekqaH4vUf .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #041c48;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sekqaH4vUf .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sekqaH4vUf .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sekqaH4vUf .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sekqaH4vUf .mbr-section-title {
  color: #ffffff;
}
.cid-sekqaH4vUf .mbr-text,
.cid-sekqaH4vUf .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-sekqaH4vUf .item-title {
  text-align: center;
}
.cid-sekqaH4vUf .item-subtitle {
  text-align: left;
}
.cid-sel7EnySvq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-2-2000x1333.webp");
}
.cid-sel7EnySvq .mbr-text,
.cid-sel7EnySvq .link {
  text-align: left;
  color: #fafafa;
}
.cid-sel7EnySvq .mbr-section-subtitle {
  color: #fafafa;
}
.cid-selownoDof {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-selownoDof img,
.cid-selownoDof .item-img {
  width: 100%;
}
.cid-selownoDof .item:focus,
.cid-selownoDof span:focus {
  outline: none;
}
.cid-selownoDof .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-selownoDof .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #041c48;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-selownoDof .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-selownoDof .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-selownoDof .mbr-section-btn {
  margin-top: auto !important;
}
.cid-selownoDof .mbr-section-title {
  color: #ffffff;
}
.cid-selownoDof .mbr-text,
.cid-selownoDof .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-selownoDof .item-title {
  text-align: center;
}
.cid-selownoDof .item-subtitle {
  text-align: left;
}
.cid-seldBaNNcG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-2-2000x1333.webp");
}
.cid-seldBaNNcG .mbr-text,
.cid-seldBaNNcG .link {
  text-align: left;
  color: #fafafa;
}
.cid-seldBaNNcG .mbr-section-subtitle {
  color: #fafafa;
}
.cid-seCs9eCYIA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-seCs9eCYIA img,
.cid-seCs9eCYIA .item-img {
  width: 100%;
}
.cid-seCs9eCYIA .item:focus,
.cid-seCs9eCYIA span:focus {
  outline: none;
}
.cid-seCs9eCYIA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-seCs9eCYIA .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #041c48;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-seCs9eCYIA .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-seCs9eCYIA .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-seCs9eCYIA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-seCs9eCYIA .mbr-section-title {
  color: #ffffff;
}
.cid-seCs9eCYIA .mbr-text,
.cid-seCs9eCYIA .mbr-section-btn {
  text-align: center;
  color: #efefef;
}
.cid-seCs9eCYIA .item-title {
  text-align: center;
}
.cid-seCs9eCYIA .item-subtitle {
  text-align: left;
}
.cid-selpwAKxjT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-2-2000x1333.webp");
}
.cid-selpwAKxjT .mbr-text,
.cid-selpwAKxjT .link {
  text-align: left;
  color: #fafafa;
}
.cid-selpwAKxjT .mbr-section-subtitle {
  color: #fafafa;
}
.cid-seCkTbmq0U {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/cuxhaven3-2000x423.webp");
}
.cid-seCkTbmq0U .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-seCkTbmq0U .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-seCl1LAiCP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #082d6e;
}
.cid-seCl1LAiCP .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-seCl1LAiCP .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-seCl1LAiCP .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-seCl1LAiCP .card-text {
  text-align: center;
  color: #fafafa;
}
.cid-sekfekUJvE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #041c48;
}
.cid-sekfekUJvE .media-container-row .mbr-text {
  color: #22a5e5;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.6;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-selENYCVLk {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-selENYCVLk nav.navbar {
  position: fixed;
}
.cid-selENYCVLk .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-selENYCVLk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-selENYCVLk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-selENYCVLk .dropdown-item:hover,
.cid-selENYCVLk .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-selENYCVLk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-selENYCVLk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-selENYCVLk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-selENYCVLk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-selENYCVLk .nav-link {
  position: relative;
}
.cid-selENYCVLk .container {
  display: flex;
  margin: auto;
}
.cid-selENYCVLk .iconfont-wrapper {
  color: #041c48 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-selENYCVLk .dropdown-menu,
.cid-selENYCVLk .navbar.opened {
  background: #041c48 !important;
}
.cid-selENYCVLk .nav-item:focus,
.cid-selENYCVLk .nav-link:focus {
  outline: none;
}
.cid-selENYCVLk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-selENYCVLk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-selENYCVLk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-selENYCVLk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-selENYCVLk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-selENYCVLk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-selENYCVLk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #041c48;
}
.cid-selENYCVLk .navbar.opened {
  transition: all 0.3s;
}
.cid-selENYCVLk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-selENYCVLk .navbar .navbar-logo img {
  width: auto;
}
.cid-selENYCVLk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-selENYCVLk .navbar.collapsed {
  justify-content: center;
}
.cid-selENYCVLk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-selENYCVLk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-selENYCVLk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-selENYCVLk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-selENYCVLk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-selENYCVLk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-selENYCVLk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-selENYCVLk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-selENYCVLk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-selENYCVLk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-selENYCVLk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-selENYCVLk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-selENYCVLk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-selENYCVLk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-selENYCVLk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-selENYCVLk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-selENYCVLk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-selENYCVLk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-selENYCVLk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-selENYCVLk .navbar.navbar-short {
  min-height: 60px;
}
.cid-selENYCVLk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-selENYCVLk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-selENYCVLk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-selENYCVLk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-selENYCVLk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-selENYCVLk .dropdown-item.active,
.cid-selENYCVLk .dropdown-item:active {
  background-color: transparent;
}
.cid-selENYCVLk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-selENYCVLk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-selENYCVLk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-selENYCVLk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #041c48;
}
.cid-selENYCVLk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-selENYCVLk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-selENYCVLk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-selENYCVLk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-selENYCVLk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-selENYCVLk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-selENYCVLk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-selENYCVLk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-selENYCVLk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-selENYCVLk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-selENYCVLk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-selENYCVLk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-selENYCVLk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-selENYCVLk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-selENYCVLk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-selENYCVLk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-selENYCVLk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-selENYCVLk .navbar {
    height: 70px;
  }
  .cid-selENYCVLk .navbar.opened {
    height: auto;
  }
  .cid-selENYCVLk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-selENZ7k5I {
  display: flex;
  padding-top: 75px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/hintergrund-1-2000x1195-2-2000x777.webp");
}
.cid-selENZ7k5I .mbr-overlay {
  background-color: #353535;
  opacity: 0.2;
}
.cid-selENZ7k5I .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-selENZ7k5I {
    align-items: flex-end;
  }
  .cid-selENZ7k5I .row {
    justify-content: flex-start;
  }
  .cid-selENZ7k5I .content-wrap {
    width: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-selENZ7k5I .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-selENZ7k5I {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-selENZ7k5I .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-selENZ7k5I .content-wrap {
    width: 100%;
  }
}
.cid-selENZ7k5I .mbr-section-title {
  text-align: center;
}
.cid-selENZ7k5I .mbr-text,
.cid-selENZ7k5I .mbr-section-btn {
  text-align: center;
  color: #47b5ed;
}
.cid-selENZnWnO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-2-2000x1333.webp");
}
.cid-selENZnWnO .mbr-text,
.cid-selENZnWnO .link {
  text-align: left;
  color: #fafafa;
}
.cid-selENZnWnO .mbr-section-subtitle {
  color: #fafafa;
}
.cid-selENZIpJS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-selENZIpJS img,
.cid-selENZIpJS .item-img {
  width: 100%;
}
.cid-selENZIpJS .item:focus,
.cid-selENZIpJS span:focus {
  outline: none;
}
.cid-selENZIpJS .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-selENZIpJS .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #041c48;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-selENZIpJS .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-selENZIpJS .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-selENZIpJS .mbr-section-btn {
  margin-top: auto !important;
}
.cid-selENZIpJS .mbr-section-title {
  color: #ffffff;
}
.cid-selENZIpJS .mbr-text,
.cid-selENZIpJS .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-selENZIpJS .item-title {
  text-align: center;
}
.cid-selENZIpJS .item-subtitle {
  text-align: left;
}
.cid-selEO02fYJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-2-2000x1333.webp");
}
.cid-selEO02fYJ .mbr-text,
.cid-selEO02fYJ .link {
  text-align: left;
  color: #fafafa;
}
.cid-selEO02fYJ .mbr-section-subtitle {
  color: #fafafa;
}
.cid-sewEqtspcj {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/kiel2-1-2000x589.webp");
}
.cid-sewEqtspcj .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sewEqtspcj .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-sewEP674RZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #082d6e;
}
.cid-sewEP674RZ .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sewEP674RZ .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sewEP674RZ .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-sewEP674RZ .card-text {
  text-align: center;
  color: #89c5e2;
}
.cid-selEO0BKLC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-2-2000x1333.webp");
}
.cid-selEO0BKLC .mbr-text,
.cid-selEO0BKLC .link {
  text-align: left;
  color: #fafafa;
}
.cid-selEO0BKLC .mbr-section-subtitle {
  color: #fafafa;
}
.cid-selEO0UG1c {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-selEO0UG1c img,
.cid-selEO0UG1c .item-img {
  width: 100%;
}
.cid-selEO0UG1c .item:focus,
.cid-selEO0UG1c span:focus {
  outline: none;
}
.cid-selEO0UG1c .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-selEO0UG1c .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #041c48;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-selEO0UG1c .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-selEO0UG1c .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-selEO0UG1c .mbr-section-btn {
  margin-top: auto !important;
}
.cid-selEO0UG1c .mbr-section-title {
  color: #ffffff;
}
.cid-selEO0UG1c .mbr-text,
.cid-selEO0UG1c .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-selEO0UG1c .item-title {
  text-align: center;
}
.cid-selEO0UG1c .item-subtitle {
  text-align: left;
}
.cid-selEO1cBcc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-2-2000x1333.webp");
}
.cid-selEO1cBcc .mbr-text,
.cid-selEO1cBcc .link {
  text-align: left;
  color: #fafafa;
}
.cid-selEO1cBcc .mbr-section-subtitle {
  color: #fafafa;
}
.cid-sexp62YqQe {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/dover3-2000x451.webp");
}
.cid-sexp62YqQe .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sexp62YqQe .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-sextoQoCnH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #082d6e;
}
.cid-sextoQoCnH .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sextoQoCnH .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sextoQoCnH .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-sextoQoCnH .card-text {
  text-align: center;
  color: #89c5e2;
}
.cid-seHRIPPie9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-2-2000x1333.webp");
}
.cid-seHRIPPie9 .mbr-text,
.cid-seHRIPPie9 .link {
  text-align: left;
  color: #fafafa;
}
.cid-seHRIPPie9 .mbr-section-subtitle {
  color: #fafafa;
}
.cid-sp5Quz6rnC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-sp5Quz6rnC img,
.cid-sp5Quz6rnC .item-img {
  width: 100%;
}
.cid-sp5Quz6rnC .item:focus,
.cid-sp5Quz6rnC span:focus {
  outline: none;
}
.cid-sp5Quz6rnC .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sp5Quz6rnC .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #041c48;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sp5Quz6rnC .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sp5Quz6rnC .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sp5Quz6rnC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sp5Quz6rnC .mbr-section-title {
  color: #232323;
}
.cid-sp5Quz6rnC .mbr-text,
.cid-sp5Quz6rnC .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-sp5Quz6rnC .item-title {
  text-align: left;
}
.cid-sp5Quz6rnC .item-subtitle {
  text-align: center;
}
.cid-seId5M4vaE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-2-2000x1333.webp");
}
.cid-seId5M4vaE .mbr-text,
.cid-seId5M4vaE .link {
  text-align: left;
  color: #fafafa;
}
.cid-seId5M4vaE .mbr-section-subtitle {
  color: #fafafa;
}
.cid-seOpfPOay7 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/meeresleuchten-1920x438.webp");
}
@media (min-width: 1500px) {
  .cid-seOpfPOay7 .container {
    max-width: 1400px;
  }
}
.cid-seOpfPOay7 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-seOpfPOay7 .card-wrapper {
  margin-top: 3rem;
}
.cid-seOpfPOay7 .row {
  justify-content: center;
}
.cid-seOpfPOay7 .mbr-section-title {
  color: #fafafa;
}
.cid-seOpfPOay7 .card-text {
  color: #fafafa;
  text-align: center;
}
.cid-seOpfPOay7 .mbr-section-subtitle {
  color: #fafafa;
}
.cid-seIhdyFIEG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-seIhdyFIEG img,
.cid-seIhdyFIEG .item-img {
  width: 100%;
}
.cid-seIhdyFIEG .item:focus,
.cid-seIhdyFIEG span:focus {
  outline: none;
}
.cid-seIhdyFIEG .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-seIhdyFIEG .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #041c48;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-seIhdyFIEG .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-seIhdyFIEG .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-seIhdyFIEG .mbr-section-btn {
  margin-top: auto !important;
}
.cid-seIhdyFIEG .mbr-section-title {
  color: #ffffff;
}
.cid-seIhdyFIEG .mbr-text,
.cid-seIhdyFIEG .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-seIhdyFIEG .item-title {
  text-align: center;
}
.cid-seIhdyFIEG .item-subtitle {
  text-align: left;
}
.cid-seIHirXpH1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-2-2000x1333.webp");
}
.cid-seIHirXpH1 .mbr-text,
.cid-seIHirXpH1 .link {
  text-align: left;
  color: #fafafa;
}
.cid-seIHirXpH1 .mbr-section-subtitle {
  color: #fafafa;
}
.cid-seUpsfKctT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-seUpsfKctT img,
.cid-seUpsfKctT .item-img {
  width: 100%;
}
.cid-seUpsfKctT .item:focus,
.cid-seUpsfKctT span:focus {
  outline: none;
}
.cid-seUpsfKctT .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-seUpsfKctT .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #041c48;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-seUpsfKctT .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-seUpsfKctT .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-seUpsfKctT .mbr-section-btn {
  margin-top: auto !important;
}
.cid-seUpsfKctT .mbr-section-title {
  color: #ffffff;
}
.cid-seUpsfKctT .mbr-text,
.cid-seUpsfKctT .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-seUpsfKctT .item-title {
  text-align: center;
}
.cid-seUpsfKctT .item-subtitle {
  text-align: left;
}
.cid-seUIhGSBc0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-2-2000x1333.webp");
}
.cid-seUIhGSBc0 .mbr-text,
.cid-seUIhGSBc0 .link {
  text-align: left;
  color: #fafafa;
}
.cid-seUIhGSBc0 .mbr-section-subtitle {
  color: #fafafa;
}
.cid-seZwfObuSD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-seZwfObuSD img,
.cid-seZwfObuSD .item-img {
  width: 100%;
}
.cid-seZwfObuSD .item:focus,
.cid-seZwfObuSD span:focus {
  outline: none;
}
.cid-seZwfObuSD .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-seZwfObuSD .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #041c48;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-seZwfObuSD .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-seZwfObuSD .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-seZwfObuSD .mbr-section-btn {
  margin-top: auto !important;
}
.cid-seZwfObuSD .mbr-section-title {
  color: #ffffff;
}
.cid-seZwfObuSD .mbr-text,
.cid-seZwfObuSD .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-seZwfObuSD .item-title {
  text-align: center;
}
.cid-seZwfObuSD .item-subtitle {
  text-align: left;
}
.cid-seZFFyFcca {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-2-2000x1333.webp");
}
.cid-seZFFyFcca .mbr-text,
.cid-seZFFyFcca .link {
  text-align: left;
  color: #fafafa;
}
.cid-seZFFyFcca .mbr-section-subtitle {
  color: #fafafa;
}
.cid-seZZdugpW3 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/villamoura-2-2000x521.webp");
}
.cid-seZZdugpW3 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-seZZdugpW3 .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-sf03LrzU2F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #082d6e;
}
.cid-sf03LrzU2F .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sf03LrzU2F .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sf03LrzU2F .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-sf03LrzU2F .card-text {
  text-align: center;
  color: #89c5e2;
}
.cid-sf08WTXHGP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-2-2000x1333.webp");
}
.cid-sf08WTXHGP .mbr-text,
.cid-sf08WTXHGP .link {
  text-align: left;
  color: #fafafa;
}
.cid-sf08WTXHGP .mbr-section-subtitle {
  color: #fafafa;
}
.cid-sf0G6RTakZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-sf0G6RTakZ img,
.cid-sf0G6RTakZ .item-img {
  width: 100%;
}
.cid-sf0G6RTakZ .item:focus,
.cid-sf0G6RTakZ span:focus {
  outline: none;
}
.cid-sf0G6RTakZ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sf0G6RTakZ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #041c48;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sf0G6RTakZ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sf0G6RTakZ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sf0G6RTakZ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sf0G6RTakZ .mbr-section-title {
  color: #ffffff;
}
.cid-sf0G6RTakZ .mbr-text,
.cid-sf0G6RTakZ .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-sf0G6RTakZ .item-title {
  text-align: center;
}
.cid-sf0G6RTakZ .item-subtitle {
  text-align: left;
}
.cid-uvNvqWR956 {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/arc-3-2000x707-8000x2828-2000x707.webp");
}
.cid-uvNvqWR956 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvNvqWR956 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uvNvqWR956 .container {
    padding: 0 16px;
  }
}
.cid-uvNvqWR956 .row {
  height: 470px;
}
@media (max-width: 992px) {
  .cid-uvNvqWR956 .row {
    height: 200px;
  }
}
.cid-sf5gajAUOJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-2-2000x1333.webp");
}
.cid-sf5gajAUOJ .mbr-text,
.cid-sf5gajAUOJ .link {
  text-align: left;
  color: #fafafa;
}
.cid-sf5gajAUOJ .mbr-section-subtitle {
  color: #fafafa;
}
.cid-tO7Oegvjl2 {
  padding-top: 560px;
  background-image: url("../../../assets/images/maspalomas-2000x600.webp");
}
.cid-sf5S6WXxUC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #534403;
}
.cid-sf5S6WXxUC .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sf5S6WXxUC .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sf5S6WXxUC .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-sf5S6WXxUC .card-text {
  text-align: center;
  color: #fbc348;
}
.cid-selEO1NSxT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #041c48;
}
.cid-selEO1NSxT .media-container-row .mbr-text {
  color: #22a5e5;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.6;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-seHQYZoOXV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-seHQYZoOXV nav.navbar {
  position: fixed;
}
.cid-seHQYZoOXV .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-seHQYZoOXV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-seHQYZoOXV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-seHQYZoOXV .dropdown-item:hover,
.cid-seHQYZoOXV .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-seHQYZoOXV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-seHQYZoOXV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-seHQYZoOXV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-seHQYZoOXV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-seHQYZoOXV .nav-link {
  position: relative;
}
.cid-seHQYZoOXV .container {
  display: flex;
  margin: auto;
}
.cid-seHQYZoOXV .iconfont-wrapper {
  color: #041c48 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-seHQYZoOXV .dropdown-menu,
.cid-seHQYZoOXV .navbar.opened {
  background: #041c48 !important;
}
.cid-seHQYZoOXV .nav-item:focus,
.cid-seHQYZoOXV .nav-link:focus {
  outline: none;
}
.cid-seHQYZoOXV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-seHQYZoOXV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-seHQYZoOXV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-seHQYZoOXV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-seHQYZoOXV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-seHQYZoOXV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-seHQYZoOXV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #041c48;
}
.cid-seHQYZoOXV .navbar.opened {
  transition: all 0.3s;
}
.cid-seHQYZoOXV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-seHQYZoOXV .navbar .navbar-logo img {
  width: auto;
}
.cid-seHQYZoOXV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-seHQYZoOXV .navbar.collapsed {
  justify-content: center;
}
.cid-seHQYZoOXV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-seHQYZoOXV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-seHQYZoOXV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-seHQYZoOXV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-seHQYZoOXV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-seHQYZoOXV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-seHQYZoOXV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-seHQYZoOXV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-seHQYZoOXV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-seHQYZoOXV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-seHQYZoOXV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-seHQYZoOXV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-seHQYZoOXV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-seHQYZoOXV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-seHQYZoOXV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-seHQYZoOXV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-seHQYZoOXV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-seHQYZoOXV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-seHQYZoOXV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-seHQYZoOXV .navbar.navbar-short {
  min-height: 60px;
}
.cid-seHQYZoOXV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-seHQYZoOXV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-seHQYZoOXV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-seHQYZoOXV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-seHQYZoOXV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-seHQYZoOXV .dropdown-item.active,
.cid-seHQYZoOXV .dropdown-item:active {
  background-color: transparent;
}
.cid-seHQYZoOXV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-seHQYZoOXV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-seHQYZoOXV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-seHQYZoOXV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #041c48;
}
.cid-seHQYZoOXV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-seHQYZoOXV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-seHQYZoOXV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-seHQYZoOXV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-seHQYZoOXV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-seHQYZoOXV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-seHQYZoOXV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-seHQYZoOXV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-seHQYZoOXV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-seHQYZoOXV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-seHQYZoOXV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-seHQYZoOXV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-seHQYZoOXV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-seHQYZoOXV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-seHQYZoOXV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-seHQYZoOXV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-seHQYZoOXV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-seHQYZoOXV .navbar {
    height: 70px;
  }
  .cid-seHQYZoOXV .navbar.opened {
    height: auto;
  }
  .cid-seHQYZoOXV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-seHQYZVYpO {
  display: flex;
  padding-top: 135px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/hintergrund-sterne3-2000x1037.webp");
}
.cid-seHQYZVYpO .mbr-overlay {
  background-color: #353535;
  opacity: 0.2;
}
.cid-seHQYZVYpO .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-seHQYZVYpO {
    align-items: flex-end;
  }
  .cid-seHQYZVYpO .row {
    justify-content: flex-start;
  }
  .cid-seHQYZVYpO .content-wrap {
    width: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-seHQYZVYpO .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-seHQYZVYpO {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-seHQYZVYpO .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-seHQYZVYpO .content-wrap {
    width: 100%;
  }
}
.cid-seHQYZVYpO .mbr-section-title {
  text-align: center;
}
.cid-seHQYZVYpO .mbr-text,
.cid-seHQYZVYpO .mbr-section-btn {
  text-align: center;
  color: #47b5ed;
}
.cid-sf6aP106k4 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/sunset-over-the-water-2000x370.webp");
}
.cid-sf6aP106k4 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sf6aP106k4 .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-sf6jZj6PkO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0c1e3e;
}
.cid-sf6jZj6PkO .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sf6jZj6PkO .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sf6jZj6PkO .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-sf6jZj6PkO .card-text {
  text-align: center;
  color: #8caff0;
}
.cid-seHQZ0d2g5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-2-2000x1333.webp");
}
.cid-seHQZ0d2g5 .mbr-text,
.cid-seHQZ0d2g5 .link {
  text-align: left;
  color: #fafafa;
}
.cid-seHQZ0d2g5 .mbr-section-subtitle {
  color: #fafafa;
}
.cid-seHQZ0CvPu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-seHQZ0CvPu img,
.cid-seHQZ0CvPu .item-img {
  width: 100%;
}
.cid-seHQZ0CvPu .item:focus,
.cid-seHQZ0CvPu span:focus {
  outline: none;
}
.cid-seHQZ0CvPu .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-seHQZ0CvPu .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #041c48;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-seHQZ0CvPu .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-seHQZ0CvPu .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-seHQZ0CvPu .mbr-section-btn {
  margin-top: auto !important;
}
.cid-seHQZ0CvPu .mbr-section-title {
  color: #ffffff;
}
.cid-seHQZ0CvPu .mbr-text,
.cid-seHQZ0CvPu .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-seHQZ0CvPu .item-title {
  text-align: center;
}
.cid-seHQZ0CvPu .item-subtitle {
  text-align: left;
}
.cid-seHQZ0TPAB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-2-2000x1333.webp");
}
.cid-seHQZ0TPAB .mbr-text,
.cid-seHQZ0TPAB .link {
  text-align: left;
  color: #fafafa;
}
.cid-seHQZ0TPAB .mbr-section-subtitle {
  color: #fafafa;
}
.cid-sfbqmBiNs1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-sfbqmBiNs1 img,
.cid-sfbqmBiNs1 .item-img {
  width: 100%;
}
.cid-sfbqmBiNs1 .item:focus,
.cid-sfbqmBiNs1 span:focus {
  outline: none;
}
.cid-sfbqmBiNs1 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sfbqmBiNs1 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #041c48;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sfbqmBiNs1 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sfbqmBiNs1 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sfbqmBiNs1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sfbqmBiNs1 .mbr-section-title {
  color: #ffffff;
}
.cid-sfbqmBiNs1 .mbr-text,
.cid-sfbqmBiNs1 .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-sfbqmBiNs1 .item-title {
  text-align: center;
}
.cid-sfbqmBiNs1 .item-subtitle {
  text-align: left;
}
.cid-seHQZ1JgXN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-2-2000x1333.webp");
}
.cid-seHQZ1JgXN .mbr-text,
.cid-seHQZ1JgXN .link {
  text-align: left;
  color: #fafafa;
}
.cid-seHQZ1JgXN .mbr-section-subtitle {
  color: #fafafa;
}
.cid-seHQZ231cD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-seHQZ231cD img,
.cid-seHQZ231cD .item-img {
  width: 100%;
}
.cid-seHQZ231cD .item:focus,
.cid-seHQZ231cD span:focus {
  outline: none;
}
.cid-seHQZ231cD .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-seHQZ231cD .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #041c48;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-seHQZ231cD .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-seHQZ231cD .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-seHQZ231cD .mbr-section-btn {
  margin-top: auto !important;
}
.cid-seHQZ231cD .mbr-section-title {
  color: #ffffff;
}
.cid-seHQZ231cD .mbr-text,
.cid-seHQZ231cD .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-seHQZ231cD .item-title {
  text-align: center;
}
.cid-seHQZ231cD .item-subtitle {
  text-align: left;
}
.cid-seHQZ2p7aG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-2-2000x1333.webp");
}
.cid-seHQZ2p7aG .mbr-text,
.cid-seHQZ2p7aG .link {
  text-align: left;
  color: #fafafa;
}
.cid-seHQZ2p7aG .mbr-section-subtitle {
  color: #fafafa;
}
.cid-seHQZ2JYde {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/seebrcke-2000x372.webp");
}
.cid-seHQZ2JYde .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-seHQZ2JYde .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-seHQZ2YK2I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-seHQZ2YK2I .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-seHQZ2YK2I .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-seHQZ2YK2I .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-seHQZ2YK2I .card-text {
  text-align: center;
  color: #6ec7f2;
}
.cid-sfcmpW99HR {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/panama-2000x410.webp");
}
.cid-sfcmpW99HR .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sfcmpW99HR .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-sfcoHBTtka {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-sfcoHBTtka .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sfcoHBTtka .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sfcoHBTtka .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-sfcoHBTtka .card-text {
  text-align: center;
  color: #6ec7f2;
}
.cid-sfckoGTUn3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-2-2000x1333.webp");
}
.cid-sfckoGTUn3 .mbr-text,
.cid-sfckoGTUn3 .link {
  text-align: left;
  color: #fafafa;
}
.cid-sfckoGTUn3 .mbr-section-subtitle {
  color: #fafafa;
}
.cid-sfhZwW1XWd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-sfhZwW1XWd img,
.cid-sfhZwW1XWd .item-img {
  width: 100%;
}
.cid-sfhZwW1XWd .item:focus,
.cid-sfhZwW1XWd span:focus {
  outline: none;
}
.cid-sfhZwW1XWd .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sfhZwW1XWd .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #041c48;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sfhZwW1XWd .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sfhZwW1XWd .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sfhZwW1XWd .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sfhZwW1XWd .mbr-section-title {
  color: #ffffff;
}
.cid-sfhZwW1XWd .mbr-text,
.cid-sfhZwW1XWd .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-sfhZwW1XWd .item-title {
  text-align: center;
}
.cid-sfhZwW1XWd .item-subtitle {
  text-align: left;
}
.cid-sfhZdUTuUQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-2-2000x1333.webp");
}
.cid-sfhZdUTuUQ .mbr-text,
.cid-sfhZdUTuUQ .link {
  text-align: left;
  color: #fafafa;
}
.cid-sfhZdUTuUQ .mbr-section-subtitle {
  color: #fafafa;
}
.cid-soCGfK1TMt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/meer5-3-2000x1333.webp");
}
.cid-soCGfK1TMt .video-wrapper iframe {
  width: 100%;
}
.cid-soCGfK1TMt .mbr-section-title,
.cid-soCGfK1TMt .mbr-section-subtitle,
.cid-soCGfK1TMt .mbr-text {
  text-align: center;
}
.cid-soCGfK1TMt .mbr-text {
  color: #fafafa;
}
.cid-soCGfK1TMt .mbr-section-subtitle {
  color: #fafafa;
}
.cid-sfnz2shBmK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-sfnz2shBmK img,
.cid-sfnz2shBmK .item-img {
  width: 100%;
}
.cid-sfnz2shBmK .item:focus,
.cid-sfnz2shBmK span:focus {
  outline: none;
}
.cid-sfnz2shBmK .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sfnz2shBmK .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #041c48;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sfnz2shBmK .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sfnz2shBmK .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sfnz2shBmK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sfnz2shBmK .mbr-section-title {
  color: #ffffff;
}
.cid-sfnz2shBmK .mbr-text,
.cid-sfnz2shBmK .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-sfnz2shBmK .item-title {
  text-align: center;
}
.cid-sfnz2shBmK .item-subtitle {
  text-align: left;
}
.cid-sfnNibxwnJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-2-2000x1333.webp");
}
.cid-sfnNibxwnJ .mbr-text,
.cid-sfnNibxwnJ .link {
  text-align: left;
  color: #fafafa;
}
.cid-sfnNibxwnJ .mbr-section-subtitle {
  color: #fafafa;
}
.cid-sfnXk5kSej {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-sfnXk5kSej img,
.cid-sfnXk5kSej .item-img {
  width: 100%;
}
.cid-sfnXk5kSej .item:focus,
.cid-sfnXk5kSej span:focus {
  outline: none;
}
.cid-sfnXk5kSej .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sfnXk5kSej .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #041c48;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sfnXk5kSej .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sfnXk5kSej .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sfnXk5kSej .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sfnXk5kSej .mbr-section-title {
  color: #ffffff;
}
.cid-sfnXk5kSej .mbr-text,
.cid-sfnXk5kSej .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-sfnXk5kSej .item-title {
  text-align: center;
}
.cid-sfnXk5kSej .item-subtitle {
  text-align: left;
}
.cid-sfnXmYDXpj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-2-2000x1333.webp");
}
.cid-sfnXmYDXpj .mbr-text,
.cid-sfnXmYDXpj .link {
  text-align: left;
  color: #fafafa;
}
.cid-sfnXmYDXpj .mbr-section-subtitle {
  color: #fafafa;
}
.cid-sfnXNu0oeo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-sfnXNu0oeo img,
.cid-sfnXNu0oeo .item-img {
  width: 100%;
}
.cid-sfnXNu0oeo .item:focus,
.cid-sfnXNu0oeo span:focus {
  outline: none;
}
.cid-sfnXNu0oeo .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sfnXNu0oeo .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #041c48;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sfnXNu0oeo .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sfnXNu0oeo .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sfnXNu0oeo .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sfnXNu0oeo .mbr-section-title {
  color: #ffffff;
}
.cid-sfnXNu0oeo .mbr-text,
.cid-sfnXNu0oeo .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-sfnXNu0oeo .item-title {
  text-align: center;
}
.cid-sfnXNu0oeo .item-subtitle {
  text-align: left;
}
.cid-sftj8EKJ8M {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/aircraft-2000x380.webp");
}
.cid-sftj8EKJ8M .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sftj8EKJ8M .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-sftA7fhf9N {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #082d6e;
}
.cid-sftA7fhf9N .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sftA7fhf9N .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sftA7fhf9N .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-sftA7fhf9N .card-text {
  text-align: center;
  color: #bbbbbb;
}
.cid-seHQZ3fwLK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #041c48;
}
.cid-seHQZ3fwLK .media-container-row .mbr-text {
  color: #22a5e5;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.6;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-sftDuCWdyf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sftDuCWdyf nav.navbar {
  position: fixed;
}
.cid-sftDuCWdyf .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sftDuCWdyf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sftDuCWdyf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sftDuCWdyf .dropdown-item:hover,
.cid-sftDuCWdyf .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-sftDuCWdyf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sftDuCWdyf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sftDuCWdyf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sftDuCWdyf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sftDuCWdyf .nav-link {
  position: relative;
}
.cid-sftDuCWdyf .container {
  display: flex;
  margin: auto;
}
.cid-sftDuCWdyf .iconfont-wrapper {
  color: #041c48 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sftDuCWdyf .dropdown-menu,
.cid-sftDuCWdyf .navbar.opened {
  background: #041c48 !important;
}
.cid-sftDuCWdyf .nav-item:focus,
.cid-sftDuCWdyf .nav-link:focus {
  outline: none;
}
.cid-sftDuCWdyf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sftDuCWdyf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sftDuCWdyf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sftDuCWdyf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sftDuCWdyf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sftDuCWdyf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sftDuCWdyf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #041c48;
}
.cid-sftDuCWdyf .navbar.opened {
  transition: all 0.3s;
}
.cid-sftDuCWdyf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sftDuCWdyf .navbar .navbar-logo img {
  width: auto;
}
.cid-sftDuCWdyf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sftDuCWdyf .navbar.collapsed {
  justify-content: center;
}
.cid-sftDuCWdyf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sftDuCWdyf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sftDuCWdyf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sftDuCWdyf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sftDuCWdyf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sftDuCWdyf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sftDuCWdyf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sftDuCWdyf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sftDuCWdyf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sftDuCWdyf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sftDuCWdyf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sftDuCWdyf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sftDuCWdyf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sftDuCWdyf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sftDuCWdyf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sftDuCWdyf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sftDuCWdyf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sftDuCWdyf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sftDuCWdyf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sftDuCWdyf .navbar.navbar-short {
  min-height: 60px;
}
.cid-sftDuCWdyf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sftDuCWdyf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sftDuCWdyf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sftDuCWdyf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sftDuCWdyf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sftDuCWdyf .dropdown-item.active,
.cid-sftDuCWdyf .dropdown-item:active {
  background-color: transparent;
}
.cid-sftDuCWdyf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sftDuCWdyf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sftDuCWdyf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sftDuCWdyf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #041c48;
}
.cid-sftDuCWdyf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sftDuCWdyf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sftDuCWdyf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sftDuCWdyf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sftDuCWdyf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sftDuCWdyf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-sftDuCWdyf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sftDuCWdyf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sftDuCWdyf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sftDuCWdyf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sftDuCWdyf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sftDuCWdyf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sftDuCWdyf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sftDuCWdyf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sftDuCWdyf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sftDuCWdyf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sftDuCWdyf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sftDuCWdyf .navbar {
    height: 70px;
  }
  .cid-sftDuCWdyf .navbar.opened {
    height: auto;
  }
  .cid-sftDuCWdyf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sftDuDjGvR {
  display: flex;
  padding-top: 135px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/hintergrund-rio-2000x1037.webp");
}
.cid-sftDuDjGvR .mbr-overlay {
  background-color: #353535;
  opacity: 0.2;
}
.cid-sftDuDjGvR .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-sftDuDjGvR {
    align-items: flex-end;
  }
  .cid-sftDuDjGvR .row {
    justify-content: flex-start;
  }
  .cid-sftDuDjGvR .content-wrap {
    width: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sftDuDjGvR .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-sftDuDjGvR {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sftDuDjGvR .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sftDuDjGvR .content-wrap {
    width: 100%;
  }
}
.cid-sftDuDjGvR .mbr-section-title {
  text-align: center;
}
.cid-sftDuDjGvR .mbr-text,
.cid-sftDuDjGvR .mbr-section-btn {
  text-align: center;
  color: #47b5ed;
}
.cid-sftDuDzixt {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/turks-1920x476.webp");
}
.cid-sftDuDzixt .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sftDuDzixt .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-sftDuDLkCV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0c1e3e;
}
.cid-sftDuDLkCV .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sftDuDLkCV .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sftDuDLkCV .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-sftDuDLkCV .card-text {
  text-align: center;
  color: #8caff0;
}
.cid-sftS3136f8 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #041c48;
}
.cid-sftS3136f8 .line {
  background-color: #fff0b0;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sftS3136f8 .mbr-text {
  color: #fff0b0;
}
.cid-sftNgXQIVG {
  background-image: url("../../../assets/images/wolke1-2000x1095.webp");
}
@media (max-width: 991px) {
  .cid-sftNgXQIVG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sftNgXQIVG .row {
  flex-direction: row-reverse;
}
.cid-sftNgXQIVG img {
  width: 100%;
}
.cid-sftNgXQIVG .mbr-description {
  color: #082d6e;
}
.cid-sftOOYmsDD {
  background-image: url("../../../assets/images/wolke2-2000x749.webp");
}
@media (max-width: 991px) {
  .cid-sftOOYmsDD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sftOOYmsDD .row {
  flex-direction: row-reverse;
}
.cid-sftOOYmsDD img {
  width: 100%;
}
.cid-sftOOYmsDD .mbr-description {
  color: #fafafa;
}
.cid-sftDuE3wV2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-2-2000x1333.webp");
}
.cid-sftDuE3wV2 .mbr-text,
.cid-sftDuE3wV2 .link {
  text-align: left;
  color: #fafafa;
}
.cid-sftDuE3wV2 .mbr-section-subtitle {
  color: #fafafa;
}
.cid-sftDuEm1L6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-sftDuEm1L6 img,
.cid-sftDuEm1L6 .item-img {
  width: 100%;
}
.cid-sftDuEm1L6 .item:focus,
.cid-sftDuEm1L6 span:focus {
  outline: none;
}
.cid-sftDuEm1L6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sftDuEm1L6 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #041c48;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sftDuEm1L6 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sftDuEm1L6 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sftDuEm1L6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sftDuEm1L6 .mbr-section-title {
  color: #ffffff;
}
.cid-sftDuEm1L6 .mbr-text,
.cid-sftDuEm1L6 .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-sftDuEm1L6 .item-title {
  text-align: center;
}
.cid-sftDuEm1L6 .item-subtitle {
  text-align: left;
}
.cid-sftDuEFIGR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-2-2000x1333.webp");
}
.cid-sftDuEFIGR .mbr-text,
.cid-sftDuEFIGR .link {
  text-align: left;
  color: #fafafa;
}
.cid-sftDuEFIGR .mbr-section-subtitle {
  color: #fafafa;
}
.cid-sftDuEWbo6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-sftDuEWbo6 img,
.cid-sftDuEWbo6 .item-img {
  width: 100%;
}
.cid-sftDuEWbo6 .item:focus,
.cid-sftDuEWbo6 span:focus {
  outline: none;
}
.cid-sftDuEWbo6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sftDuEWbo6 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #041c48;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sftDuEWbo6 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sftDuEWbo6 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sftDuEWbo6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sftDuEWbo6 .mbr-section-title {
  color: #ffffff;
}
.cid-sftDuEWbo6 .mbr-text,
.cid-sftDuEWbo6 .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-sftDuEWbo6 .item-title {
  text-align: center;
}
.cid-sftDuEWbo6 .item-subtitle {
  text-align: left;
  color: #fafafa;
}
.cid-sfzmkf4GlQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-sfzmkf4GlQ img,
.cid-sfzmkf4GlQ .item-img {
  width: 100%;
}
.cid-sfzmkf4GlQ .item:focus,
.cid-sfzmkf4GlQ span:focus {
  outline: none;
}
.cid-sfzmkf4GlQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sfzmkf4GlQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #041c48;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sfzmkf4GlQ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sfzmkf4GlQ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sfzmkf4GlQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sfzmkf4GlQ .mbr-section-title {
  color: #ffffff;
}
.cid-sfzmkf4GlQ .mbr-text,
.cid-sfzmkf4GlQ .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-sfzmkf4GlQ .item-title {
  text-align: center;
}
.cid-sfzmkf4GlQ .item-subtitle {
  text-align: left;
}
.cid-sftDuFcsRY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-2-2000x1333.webp");
}
.cid-sftDuFcsRY .mbr-text,
.cid-sftDuFcsRY .link {
  text-align: left;
  color: #fafafa;
}
.cid-sftDuFcsRY .mbr-section-subtitle {
  color: #fafafa;
}
.cid-sftDuFtgfE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-sftDuFtgfE img,
.cid-sftDuFtgfE .item-img {
  width: 100%;
}
.cid-sftDuFtgfE .item:focus,
.cid-sftDuFtgfE span:focus {
  outline: none;
}
.cid-sftDuFtgfE .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sftDuFtgfE .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #041c48;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sftDuFtgfE .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sftDuFtgfE .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sftDuFtgfE .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sftDuFtgfE .mbr-section-title {
  color: #ffffff;
}
.cid-sftDuFtgfE .mbr-text,
.cid-sftDuFtgfE .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-sftDuFtgfE .item-title {
  text-align: center;
}
.cid-sftDuFtgfE .item-subtitle {
  text-align: left;
}
.cid-sftDuFO3f1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-2-2000x1333.webp");
}
.cid-sftDuFO3f1 .mbr-text,
.cid-sftDuFO3f1 .link {
  text-align: left;
  color: #fafafa;
}
.cid-sftDuFO3f1 .mbr-section-subtitle {
  color: #fafafa;
}
.cid-sftDuG6skZ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/turks-and-caicos-2000x486.webp");
}
.cid-sftDuG6skZ .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sftDuG6skZ .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-sfzRC3oTJE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0c3d94;
}
.cid-sfzRC3oTJE .mbr-section-title {
  text-align: center;
}
.cid-sfzRC3oTJE .mbr-text {
  color: #98dee8;
}
.cid-sfEGpQgSWT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-sfEGpQgSWT img,
.cid-sfEGpQgSWT .item-img {
  width: 100%;
}
.cid-sfEGpQgSWT .item:focus,
.cid-sfEGpQgSWT span:focus {
  outline: none;
}
.cid-sfEGpQgSWT .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sfEGpQgSWT .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #041c48;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sfEGpQgSWT .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sfEGpQgSWT .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sfEGpQgSWT .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sfEGpQgSWT .mbr-section-title {
  color: #ffffff;
}
.cid-sfEGpQgSWT .mbr-text,
.cid-sfEGpQgSWT .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-sfEGpQgSWT .item-title {
  text-align: center;
}
.cid-sfEGpQgSWT .item-subtitle {
  text-align: left;
}
.cid-sfF5yFY1Bj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-sfF5yFY1Bj img,
.cid-sfF5yFY1Bj .item-img {
  width: 100%;
}
.cid-sfF5yFY1Bj .item:focus,
.cid-sfF5yFY1Bj span:focus {
  outline: none;
}
.cid-sfF5yFY1Bj .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sfF5yFY1Bj .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #041c48;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sfF5yFY1Bj .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sfF5yFY1Bj .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sfF5yFY1Bj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sfF5yFY1Bj .mbr-section-title {
  color: #ffffff;
}
.cid-sfF5yFY1Bj .mbr-text,
.cid-sfF5yFY1Bj .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-sfF5yFY1Bj .item-title {
  text-align: center;
}
.cid-sfF5yFY1Bj .item-subtitle {
  text-align: left;
}
.cid-sftDuH3ugW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-2-2000x1333.webp");
}
.cid-sftDuH3ugW .mbr-text,
.cid-sftDuH3ugW .link {
  text-align: left;
  color: #fafafa;
}
.cid-sftDuH3ugW .mbr-section-subtitle {
  color: #fafafa;
}
.cid-sfK8iMRRBE {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/cuba-2-2000x491-4096x1005-4-2000x491.webp");
}
.cid-sfK8iMRRBE .mbr-text {
  color: #c1c1c1;
}
.cid-sfKdHbwQqV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #082d6e;
}
.cid-sfKdHbwQqV .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sfKdHbwQqV .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sfKdHbwQqV .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-sfKdHbwQqV .card-text {
  text-align: center;
  color: #6ec7f2;
}
.cid-sftDuHlkO5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-sftDuHlkO5 img,
.cid-sftDuHlkO5 .item-img {
  width: 100%;
}
.cid-sftDuHlkO5 .item:focus,
.cid-sftDuHlkO5 span:focus {
  outline: none;
}
.cid-sftDuHlkO5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sftDuHlkO5 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #041c48;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sftDuHlkO5 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sftDuHlkO5 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sftDuHlkO5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sftDuHlkO5 .mbr-section-title {
  color: #ffffff;
}
.cid-sftDuHlkO5 .mbr-text,
.cid-sftDuHlkO5 .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-sftDuHlkO5 .item-title {
  text-align: center;
}
.cid-sftDuHlkO5 .item-subtitle {
  text-align: left;
}
.cid-sftDuHC7Ks {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-2-2000x1333.webp");
}
.cid-sftDuHC7Ks .mbr-text,
.cid-sftDuHC7Ks .link {
  text-align: left;
  color: #fafafa;
}
.cid-sftDuHC7Ks .mbr-section-subtitle {
  color: #fafafa;
}
.cid-sftDuHW7RM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-sftDuHW7RM img,
.cid-sftDuHW7RM .item-img {
  width: 100%;
}
.cid-sftDuHW7RM .item:focus,
.cid-sftDuHW7RM span:focus {
  outline: none;
}
.cid-sftDuHW7RM .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sftDuHW7RM .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #041c48;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sftDuHW7RM .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sftDuHW7RM .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sftDuHW7RM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sftDuHW7RM .mbr-section-title {
  color: #ffffff;
}
.cid-sftDuHW7RM .mbr-text,
.cid-sftDuHW7RM .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-sftDuHW7RM .item-title {
  text-align: center;
}
.cid-sftDuHW7RM .item-subtitle {
  text-align: left;
}
.cid-sftDuIdKCr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-2-2000x1333.webp");
}
.cid-sftDuIdKCr .mbr-text,
.cid-sftDuIdKCr .link {
  text-align: left;
  color: #fafafa;
}
.cid-sftDuIdKCr .mbr-section-subtitle {
  color: #fafafa;
}
.cid-sftDuIx5Hh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-sftDuIx5Hh img,
.cid-sftDuIx5Hh .item-img {
  width: 100%;
}
.cid-sftDuIx5Hh .item:focus,
.cid-sftDuIx5Hh span:focus {
  outline: none;
}
.cid-sftDuIx5Hh .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sftDuIx5Hh .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #041c48;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sftDuIx5Hh .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sftDuIx5Hh .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sftDuIx5Hh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sftDuIx5Hh .mbr-section-title {
  color: #ffffff;
}
.cid-sftDuIx5Hh .mbr-text,
.cid-sftDuIx5Hh .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-sftDuIx5Hh .item-title {
  text-align: center;
}
.cid-sftDuIx5Hh .item-subtitle {
  text-align: left;
}
.cid-sftDuIQycB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-2-2000x1333.webp");
}
.cid-sftDuIQycB .mbr-text,
.cid-sftDuIQycB .link {
  text-align: left;
  color: #fafafa;
}
.cid-sftDuIQycB .mbr-section-subtitle {
  color: #fafafa;
}
.cid-sftDuJbylg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-sftDuJbylg img,
.cid-sftDuJbylg .item-img {
  width: 100%;
}
.cid-sftDuJbylg .item:focus,
.cid-sftDuJbylg span:focus {
  outline: none;
}
.cid-sftDuJbylg .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sftDuJbylg .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #041c48;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sftDuJbylg .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sftDuJbylg .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sftDuJbylg .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sftDuJbylg .mbr-section-title {
  color: #ffffff;
}
.cid-sftDuJbylg .mbr-text,
.cid-sftDuJbylg .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-sftDuJbylg .item-title {
  text-align: center;
}
.cid-sftDuJbylg .item-subtitle {
  text-align: left;
}
.cid-sftDuJuej8 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/utila-1-2000x396.webp");
}
.cid-sftDuJuej8 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sftDuJuej8 .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-sfWrwsVIas {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #082d6e;
}
.cid-sfWrwsVIas .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sfWrwsVIas .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sfWrwsVIas .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-sfWrwsVIas .card-text {
  text-align: center;
  color: #6ec7f2;
}
.cid-sfWr3b9VWH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-sfWr3b9VWH img,
.cid-sfWr3b9VWH .item-img {
  width: 100%;
}
.cid-sfWr3b9VWH .item:focus,
.cid-sfWr3b9VWH span:focus {
  outline: none;
}
.cid-sfWr3b9VWH .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sfWr3b9VWH .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #041c48;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sfWr3b9VWH .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sfWr3b9VWH .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sfWr3b9VWH .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sfWr3b9VWH .mbr-section-title {
  color: #ffffff;
}
.cid-sfWr3b9VWH .mbr-text,
.cid-sfWr3b9VWH .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-sfWr3b9VWH .item-title {
  text-align: center;
}
.cid-sfWr3b9VWH .item-subtitle {
  text-align: left;
}
.cid-sfWLd6BOC9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-2-2000x1333.webp");
}
.cid-sfWLd6BOC9 .mbr-text,
.cid-sfWLd6BOC9 .link {
  text-align: left;
  color: #fafafa;
}
.cid-sfWLd6BOC9 .mbr-section-subtitle {
  color: #fafafa;
}
.cid-sfWVRbvuJa {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-sfWVRbvuJa img,
.cid-sfWVRbvuJa .item-img {
  width: 100%;
}
.cid-sfWVRbvuJa .item:focus,
.cid-sfWVRbvuJa span:focus {
  outline: none;
}
.cid-sfWVRbvuJa .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sfWVRbvuJa .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #041c48;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sfWVRbvuJa .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sfWVRbvuJa .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sfWVRbvuJa .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sfWVRbvuJa .mbr-section-title {
  color: #ffffff;
}
.cid-sfWVRbvuJa .mbr-text,
.cid-sfWVRbvuJa .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-sfWVRbvuJa .item-title {
  text-align: center;
}
.cid-sfWVRbvuJa .item-subtitle {
  text-align: left;
}
.cid-sfWYGiFwyT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-2-2000x1333.webp");
}
.cid-sfWYGiFwyT .mbr-text,
.cid-sfWYGiFwyT .link {
  text-align: left;
  color: #fafafa;
}
.cid-sfWYGiFwyT .mbr-section-subtitle {
  color: #fafafa;
}
.cid-sg2A312UyU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-sg2A312UyU img,
.cid-sg2A312UyU .item-img {
  width: 100%;
}
.cid-sg2A312UyU .item:focus,
.cid-sg2A312UyU span:focus {
  outline: none;
}
.cid-sg2A312UyU .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sg2A312UyU .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #041c48;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sg2A312UyU .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sg2A312UyU .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sg2A312UyU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sg2A312UyU .mbr-section-title {
  color: #ffffff;
}
.cid-sg2A312UyU .mbr-text,
.cid-sg2A312UyU .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-sg2A312UyU .item-title {
  text-align: center;
}
.cid-sg2A312UyU .item-subtitle {
  text-align: left;
}
.cid-sg2UKqYK0s {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-2-2000x1333.webp");
}
.cid-sg2UKqYK0s .mbr-text,
.cid-sg2UKqYK0s .link {
  text-align: left;
  color: #fafafa;
}
.cid-sg2UKqYK0s .mbr-section-subtitle {
  color: #fafafa;
}
.cid-sg2Z9neMeE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-sg2Z9neMeE img,
.cid-sg2Z9neMeE .item-img {
  width: 100%;
}
.cid-sg2Z9neMeE .item:focus,
.cid-sg2Z9neMeE span:focus {
  outline: none;
}
.cid-sg2Z9neMeE .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sg2Z9neMeE .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #041c48;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sg2Z9neMeE .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sg2Z9neMeE .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sg2Z9neMeE .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sg2Z9neMeE .mbr-section-title {
  color: #ffffff;
}
.cid-sg2Z9neMeE .mbr-text,
.cid-sg2Z9neMeE .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-sg2Z9neMeE .item-title {
  text-align: center;
}
.cid-sg2Z9neMeE .item-subtitle {
  text-align: left;
}
.cid-sfWNcJeGwz {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/sonnenuntergang-1280x960.webp");
}
.cid-sfWNcJeGwz .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sfWNcJeGwz .card {
    margin-bottom: 2rem!important;
  }
  .cid-sfWNcJeGwz .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sfWNcJeGwz .link-wrap {
    align-items: center;
  }
}
.cid-sfWNcJeGwz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sfWNcJeGwz .mbr-text,
.cid-sfWNcJeGwz .link-wrap,
.cid-sfWNcJeGwz .mbr-section-btn {
  color: #ffffff;
}
.cid-sg2ZiPqOrp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-2-2000x1333.webp");
}
.cid-sg2ZiPqOrp .mbr-text,
.cid-sg2ZiPqOrp .link {
  text-align: left;
  color: #fafafa;
}
.cid-sg2ZiPqOrp .mbr-section-subtitle {
  color: #fafafa;
}
.cid-sg8dvXVz1x {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-sg8dvXVz1x img,
.cid-sg8dvXVz1x .item-img {
  width: 100%;
}
.cid-sg8dvXVz1x .item:focus,
.cid-sg8dvXVz1x span:focus {
  outline: none;
}
.cid-sg8dvXVz1x .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sg8dvXVz1x .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #041c48;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sg8dvXVz1x .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sg8dvXVz1x .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sg8dvXVz1x .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sg8dvXVz1x .mbr-section-title {
  color: #ffffff;
}
.cid-sg8dvXVz1x .mbr-text,
.cid-sg8dvXVz1x .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-sg8dvXVz1x .item-title {
  text-align: center;
}
.cid-sg8dvXVz1x .item-subtitle {
  text-align: left;
}
.cid-sg8dAAP8aA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-2-2000x1333.webp");
}
.cid-sg8dAAP8aA .mbr-text,
.cid-sg8dAAP8aA .link {
  text-align: left;
  color: #fafafa;
}
.cid-sg8dAAP8aA .mbr-section-subtitle {
  color: #fafafa;
}
.cid-sgeftLVEBn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-sgeftLVEBn img,
.cid-sgeftLVEBn .item-img {
  width: 100%;
}
.cid-sgeftLVEBn .item:focus,
.cid-sgeftLVEBn span:focus {
  outline: none;
}
.cid-sgeftLVEBn .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sgeftLVEBn .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #041c48;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sgeftLVEBn .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sgeftLVEBn .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sgeftLVEBn .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sgeftLVEBn .mbr-section-title {
  color: #ffffff;
}
.cid-sgeftLVEBn .mbr-text,
.cid-sgeftLVEBn .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-sgeftLVEBn .item-title {
  text-align: center;
}
.cid-sgeftLVEBn .item-subtitle {
  text-align: left;
}
.cid-sgefAjZygh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-2-2000x1333.webp");
}
.cid-sgefAjZygh .mbr-text,
.cid-sgefAjZygh .link {
  text-align: left;
  color: #fafafa;
}
.cid-sgefAjZygh .mbr-section-subtitle {
  color: #fafafa;
}
.cid-sgeyeOwCYe {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-sgeyeOwCYe img,
.cid-sgeyeOwCYe .item-img {
  width: 100%;
}
.cid-sgeyeOwCYe .item:focus,
.cid-sgeyeOwCYe span:focus {
  outline: none;
}
.cid-sgeyeOwCYe .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sgeyeOwCYe .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #041c48;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sgeyeOwCYe .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sgeyeOwCYe .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sgeyeOwCYe .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sgeyeOwCYe .mbr-section-title {
  color: #ffffff;
}
.cid-sgeyeOwCYe .mbr-text,
.cid-sgeyeOwCYe .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-sgeyeOwCYe .item-title {
  text-align: center;
}
.cid-sgeyeOwCYe .item-subtitle {
  text-align: left;
}
.cid-sgeJ8pIx4u {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/laughing-bird-caye-2000x525.webp");
}
.cid-sgeJ8pIx4u .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sgeJ8pIx4u .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-sgeLaxcYiG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #082d6e;
}
.cid-sgeLaxcYiG .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sgeLaxcYiG .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sgeLaxcYiG .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-sgeLaxcYiG .card-text {
  text-align: center;
  color: #6ec7f2;
}
.cid-sftDuK382u {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #041c48;
}
.cid-sftDuK382u .media-container-row .mbr-text {
  color: #22a5e5;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.6;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-sgBxeM3jT7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sgBxeM3jT7 nav.navbar {
  position: fixed;
}
.cid-sgBxeM3jT7 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sgBxeM3jT7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sgBxeM3jT7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sgBxeM3jT7 .dropdown-item:hover,
.cid-sgBxeM3jT7 .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-sgBxeM3jT7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sgBxeM3jT7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sgBxeM3jT7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sgBxeM3jT7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sgBxeM3jT7 .nav-link {
  position: relative;
}
.cid-sgBxeM3jT7 .container {
  display: flex;
  margin: auto;
}
.cid-sgBxeM3jT7 .iconfont-wrapper {
  color: #041c48 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sgBxeM3jT7 .dropdown-menu,
.cid-sgBxeM3jT7 .navbar.opened {
  background: #041c48 !important;
}
.cid-sgBxeM3jT7 .nav-item:focus,
.cid-sgBxeM3jT7 .nav-link:focus {
  outline: none;
}
.cid-sgBxeM3jT7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sgBxeM3jT7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgBxeM3jT7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sgBxeM3jT7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sgBxeM3jT7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgBxeM3jT7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgBxeM3jT7 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #041c48;
}
.cid-sgBxeM3jT7 .navbar.opened {
  transition: all 0.3s;
}
.cid-sgBxeM3jT7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sgBxeM3jT7 .navbar .navbar-logo img {
  width: auto;
}
.cid-sgBxeM3jT7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sgBxeM3jT7 .navbar.collapsed {
  justify-content: center;
}
.cid-sgBxeM3jT7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sgBxeM3jT7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sgBxeM3jT7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgBxeM3jT7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sgBxeM3jT7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sgBxeM3jT7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgBxeM3jT7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sgBxeM3jT7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sgBxeM3jT7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgBxeM3jT7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgBxeM3jT7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgBxeM3jT7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sgBxeM3jT7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sgBxeM3jT7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sgBxeM3jT7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgBxeM3jT7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sgBxeM3jT7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sgBxeM3jT7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sgBxeM3jT7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sgBxeM3jT7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sgBxeM3jT7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sgBxeM3jT7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sgBxeM3jT7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sgBxeM3jT7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgBxeM3jT7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgBxeM3jT7 .dropdown-item.active,
.cid-sgBxeM3jT7 .dropdown-item:active {
  background-color: transparent;
}
.cid-sgBxeM3jT7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sgBxeM3jT7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgBxeM3jT7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgBxeM3jT7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #041c48;
}
.cid-sgBxeM3jT7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgBxeM3jT7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgBxeM3jT7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sgBxeM3jT7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sgBxeM3jT7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sgBxeM3jT7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-sgBxeM3jT7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sgBxeM3jT7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgBxeM3jT7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgBxeM3jT7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sgBxeM3jT7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgBxeM3jT7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sgBxeM3jT7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sgBxeM3jT7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgBxeM3jT7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sgBxeM3jT7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sgBxeM3jT7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sgBxeM3jT7 .navbar {
    height: 70px;
  }
  .cid-sgBxeM3jT7 .navbar.opened {
    height: auto;
  }
  .cid-sgBxeM3jT7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgBxeMB7vX {
  display: flex;
  padding-top: 135px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/hintergrund-chago-2000x1070.webp");
}
.cid-sgBxeMB7vX .mbr-overlay {
  background-color: #353535;
  opacity: 0;
}
.cid-sgBxeMB7vX .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-sgBxeMB7vX {
    align-items: flex-end;
  }
  .cid-sgBxeMB7vX .row {
    justify-content: flex-start;
  }
  .cid-sgBxeMB7vX .content-wrap {
    width: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sgBxeMB7vX .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-sgBxeMB7vX {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sgBxeMB7vX .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sgBxeMB7vX .content-wrap {
    width: 100%;
  }
}
.cid-sgBxeMB7vX .mbr-section-title {
  text-align: center;
}
.cid-sgBxeMB7vX .mbr-text,
.cid-sgBxeMB7vX .mbr-section-btn {
  text-align: center;
  color: #0e44a4;
}
.cid-sgBxeNbWPN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0c1e3e;
}
.cid-sgBxeNbWPN .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sgBxeNbWPN .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sgBxeNbWPN .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-sgBxeNbWPN .card-text {
  text-align: center;
  color: #8caff0;
}
.cid-sgBxeO4sTg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-2-2000x1333.webp");
}
.cid-sgBxeO4sTg .mbr-text,
.cid-sgBxeO4sTg .link {
  text-align: left;
  color: #fafafa;
}
.cid-sgBxeO4sTg .mbr-section-subtitle {
  color: #fafafa;
}
.cid-sgBxeOoymN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-sgBxeOoymN img,
.cid-sgBxeOoymN .item-img {
  width: 100%;
}
.cid-sgBxeOoymN .item:focus,
.cid-sgBxeOoymN span:focus {
  outline: none;
}
.cid-sgBxeOoymN .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sgBxeOoymN .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #041c48;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sgBxeOoymN .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sgBxeOoymN .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sgBxeOoymN .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sgBxeOoymN .mbr-section-title {
  color: #ffffff;
}
.cid-sgBxeOoymN .mbr-text,
.cid-sgBxeOoymN .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-sgBxeOoymN .item-title {
  text-align: center;
}
.cid-sgBxeOoymN .item-subtitle {
  text-align: left;
}
.cid-sgBxeOKIFv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-2-2000x1333.webp");
}
.cid-sgBxeOKIFv .mbr-text,
.cid-sgBxeOKIFv .link {
  text-align: left;
  color: #fafafa;
}
.cid-sgBxeOKIFv .mbr-section-subtitle {
  color: #fafafa;
}
.cid-sgBxeP2e67 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-sgBxeP2e67 img,
.cid-sgBxeP2e67 .item-img {
  width: 100%;
}
.cid-sgBxeP2e67 .item:focus,
.cid-sgBxeP2e67 span:focus {
  outline: none;
}
.cid-sgBxeP2e67 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sgBxeP2e67 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #041c48;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sgBxeP2e67 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sgBxeP2e67 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sgBxeP2e67 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sgBxeP2e67 .mbr-section-title {
  color: #ffffff;
}
.cid-sgBxeP2e67 .mbr-text,
.cid-sgBxeP2e67 .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-sgBxeP2e67 .item-title {
  text-align: center;
}
.cid-sgBxeP2e67 .item-subtitle {
  text-align: left;
  color: #fafafa;
}
.cid-sgBxePEjgA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-2-2000x1333.webp");
}
.cid-sgBxePEjgA .mbr-text,
.cid-sgBxePEjgA .link {
  text-align: left;
  color: #fafafa;
}
.cid-sgBxePEjgA .mbr-section-subtitle {
  color: #fafafa;
}
.cid-sgND89aBOA {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/5-unwetterfront-2000x472.webp");
}
.cid-sgND89aBOA .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sgND89aBOA .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-sgSBLe1aWo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #082d6e;
}
.cid-sgSBLe1aWo .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sgSBLe1aWo .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sgSBLe1aWo .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-sgSBLe1aWo .card-text {
  text-align: center;
  color: #9fdbf8;
}
.cid-sgBxeQ5OyV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-sgBxeQ5OyV img,
.cid-sgBxeQ5OyV .item-img {
  width: 100%;
}
.cid-sgBxeQ5OyV .item:focus,
.cid-sgBxeQ5OyV span:focus {
  outline: none;
}
.cid-sgBxeQ5OyV .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sgBxeQ5OyV .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #041c48;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sgBxeQ5OyV .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sgBxeQ5OyV .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sgBxeQ5OyV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sgBxeQ5OyV .mbr-section-title {
  color: #ffffff;
}
.cid-sgBxeQ5OyV .mbr-text,
.cid-sgBxeQ5OyV .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-sgBxeQ5OyV .item-title {
  text-align: center;
}
.cid-sgBxeQ5OyV .item-subtitle {
  text-align: left;
}
.cid-sgBxeQo4LU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-2-2000x1333.webp");
}
.cid-sgBxeQo4LU .mbr-text,
.cid-sgBxeQo4LU .link {
  text-align: left;
  color: #fafafa;
}
.cid-sgBxeQo4LU .mbr-section-subtitle {
  color: #fafafa;
}
.cid-sgBxeR9IoX {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/5-baddam-2000x333.webp");
}
.cid-sgBxeR9IoX .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sgBxeR9IoX .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-sgBxeRm3fp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0c3d94;
}
.cid-sgBxeRm3fp .mbr-section-title {
  text-align: center;
}
.cid-sgBxeRm3fp .mbr-text {
  color: #98dee8;
  text-align: center;
}
.cid-shs0Z6E7R1 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/sonnenuntergang-1280x960.webp");
}
@media (max-width: 991px) {
  .cid-shs0Z6E7R1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-shs0Z6E7R1 .row {
  flex-direction: row-reverse;
}
.cid-shs0Z6E7R1 img {
  width: 100%;
}
.cid-shs0Z6E7R1 .mbr-text {
  color: #ffffff;
}
.cid-sgBxeS9YuV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-2-2000x1333.webp");
}
.cid-sgBxeS9YuV .mbr-text,
.cid-sgBxeS9YuV .link {
  text-align: left;
  color: #fafafa;
}
.cid-sgBxeS9YuV .mbr-section-subtitle {
  color: #fafafa;
}
.cid-sgBxeT3ZH8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-sgBxeT3ZH8 img,
.cid-sgBxeT3ZH8 .item-img {
  width: 100%;
}
.cid-sgBxeT3ZH8 .item:focus,
.cid-sgBxeT3ZH8 span:focus {
  outline: none;
}
.cid-sgBxeT3ZH8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sgBxeT3ZH8 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #041c48;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sgBxeT3ZH8 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sgBxeT3ZH8 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sgBxeT3ZH8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sgBxeT3ZH8 .mbr-section-title {
  color: #ffffff;
}
.cid-sgBxeT3ZH8 .mbr-text,
.cid-sgBxeT3ZH8 .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-sgBxeT3ZH8 .item-title {
  text-align: center;
}
.cid-sgBxeT3ZH8 .item-subtitle {
  text-align: left;
}
.cid-sgBxeTozCm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-2-2000x1333.webp");
}
.cid-sgBxeTozCm .mbr-text,
.cid-sgBxeTozCm .link {
  text-align: left;
  color: #fafafa;
}
.cid-sgBxeTozCm .mbr-section-subtitle {
  color: #fafafa;
}
.cid-sgBxeTOne8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-sgBxeTOne8 img,
.cid-sgBxeTOne8 .item-img {
  width: 100%;
}
.cid-sgBxeTOne8 .item:focus,
.cid-sgBxeTOne8 span:focus {
  outline: none;
}
.cid-sgBxeTOne8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sgBxeTOne8 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #041c48;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sgBxeTOne8 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sgBxeTOne8 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sgBxeTOne8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sgBxeTOne8 .mbr-section-title {
  color: #ffffff;
}
.cid-sgBxeTOne8 .mbr-text,
.cid-sgBxeTOne8 .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-sgBxeTOne8 .item-title {
  text-align: center;
}
.cid-sgBxeTOne8 .item-subtitle {
  text-align: left;
}
.cid-sgBxeU8gC5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-2-2000x1333.webp");
}
.cid-sgBxeU8gC5 .mbr-text,
.cid-sgBxeU8gC5 .link {
  text-align: left;
  color: #fafafa;
}
.cid-sgBxeU8gC5 .mbr-section-subtitle {
  color: #fafafa;
}
.cid-sh9NS3n8HT {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #0c1e3e;
}
.cid-sh9NS3n8HT img,
.cid-sh9NS3n8HT .item-img {
  width: 100%;
}
.cid-sh9NS3n8HT .item:focus,
.cid-sh9NS3n8HT span:focus {
  outline: none;
}
.cid-sh9NS3n8HT .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sh9NS3n8HT .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #0c1e3e;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sh9NS3n8HT .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sh9NS3n8HT .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sh9NS3n8HT .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sh9NS3n8HT .mbr-section-title {
  color: #ffe885;
}
.cid-sh9NS3n8HT .mbr-text,
.cid-sh9NS3n8HT .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-sh9NS3n8HT .item-title {
  text-align: left;
}
.cid-sh9NS3n8HT .item-subtitle {
  text-align: center;
}
.cid-sgBxeUvclu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-sgBxeUvclu img,
.cid-sgBxeUvclu .item-img {
  width: 100%;
}
.cid-sgBxeUvclu .item:focus,
.cid-sgBxeUvclu span:focus {
  outline: none;
}
.cid-sgBxeUvclu .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sgBxeUvclu .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #041c48;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sgBxeUvclu .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sgBxeUvclu .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sgBxeUvclu .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sgBxeUvclu .mbr-section-title {
  color: #ffe161;
}
.cid-sgBxeUvclu .mbr-text,
.cid-sgBxeUvclu .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-sgBxeUvclu .item-title {
  text-align: center;
}
.cid-sgBxeUvclu .item-subtitle {
  text-align: left;
}
.cid-sgBxeUR7W2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-2-2000x1333.webp");
}
.cid-sgBxeUR7W2 .mbr-text,
.cid-sgBxeUR7W2 .link {
  text-align: left;
  color: #fafafa;
}
.cid-sgBxeUR7W2 .mbr-section-subtitle {
  color: #fafafa;
}
.cid-sha8P5amMA {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #0c1e3e;
}
.cid-sha8P5amMA img,
.cid-sha8P5amMA .item-img {
  width: 100%;
}
.cid-sha8P5amMA .item:focus,
.cid-sha8P5amMA span:focus {
  outline: none;
}
.cid-sha8P5amMA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sha8P5amMA .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #0c1e3e;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sha8P5amMA .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sha8P5amMA .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sha8P5amMA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sha8P5amMA .mbr-section-title {
  color: #ffe885;
}
.cid-sha8P5amMA .mbr-text,
.cid-sha8P5amMA .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-sha8P5amMA .item-title {
  text-align: left;
}
.cid-sha8P5amMA .item-subtitle {
  text-align: center;
}
.cid-shaYHSYrYF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-2-2000x1333.webp");
}
.cid-shaYHSYrYF .mbr-text,
.cid-shaYHSYrYF .link {
  text-align: left;
  color: #fafafa;
}
.cid-shaYHSYrYF .mbr-section-subtitle {
  color: #fafafa;
}
.cid-sgBxeVGNd1 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/5-seachelles-2000x493.webp");
}
.cid-sgBxeVGNd1 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sgBxeVGNd1 .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-sgBxeVXUWh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #082d6e;
}
.cid-sgBxeVXUWh .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sgBxeVXUWh .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sgBxeVXUWh .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-sgBxeVXUWh .card-text {
  text-align: center;
  color: #6ec7f2;
}
.cid-sgBxf2Dnqe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #041c48;
}
.cid-sgBxf2Dnqe .media-container-row .mbr-text {
  color: #22a5e5;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.6;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-shrruEYCeQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-shrruEYCeQ nav.navbar {
  position: fixed;
}
.cid-shrruEYCeQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-shrruEYCeQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-shrruEYCeQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-shrruEYCeQ .dropdown-item:hover,
.cid-shrruEYCeQ .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-shrruEYCeQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-shrruEYCeQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-shrruEYCeQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-shrruEYCeQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-shrruEYCeQ .nav-link {
  position: relative;
}
.cid-shrruEYCeQ .container {
  display: flex;
  margin: auto;
}
.cid-shrruEYCeQ .iconfont-wrapper {
  color: #041c48 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-shrruEYCeQ .dropdown-menu,
.cid-shrruEYCeQ .navbar.opened {
  background: #041c48 !important;
}
.cid-shrruEYCeQ .nav-item:focus,
.cid-shrruEYCeQ .nav-link:focus {
  outline: none;
}
.cid-shrruEYCeQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-shrruEYCeQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-shrruEYCeQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-shrruEYCeQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-shrruEYCeQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-shrruEYCeQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-shrruEYCeQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #041c48;
}
.cid-shrruEYCeQ .navbar.opened {
  transition: all 0.3s;
}
.cid-shrruEYCeQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-shrruEYCeQ .navbar .navbar-logo img {
  width: auto;
}
.cid-shrruEYCeQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-shrruEYCeQ .navbar.collapsed {
  justify-content: center;
}
.cid-shrruEYCeQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-shrruEYCeQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-shrruEYCeQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-shrruEYCeQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-shrruEYCeQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-shrruEYCeQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-shrruEYCeQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-shrruEYCeQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-shrruEYCeQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-shrruEYCeQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-shrruEYCeQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-shrruEYCeQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-shrruEYCeQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-shrruEYCeQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-shrruEYCeQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-shrruEYCeQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-shrruEYCeQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-shrruEYCeQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-shrruEYCeQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-shrruEYCeQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-shrruEYCeQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-shrruEYCeQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-shrruEYCeQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-shrruEYCeQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-shrruEYCeQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-shrruEYCeQ .dropdown-item.active,
.cid-shrruEYCeQ .dropdown-item:active {
  background-color: transparent;
}
.cid-shrruEYCeQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-shrruEYCeQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-shrruEYCeQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-shrruEYCeQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #041c48;
}
.cid-shrruEYCeQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-shrruEYCeQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shrruEYCeQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-shrruEYCeQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-shrruEYCeQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-shrruEYCeQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-shrruEYCeQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-shrruEYCeQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shrruEYCeQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shrruEYCeQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-shrruEYCeQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shrruEYCeQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-shrruEYCeQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-shrruEYCeQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shrruEYCeQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-shrruEYCeQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-shrruEYCeQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-shrruEYCeQ .navbar {
    height: 70px;
  }
  .cid-shrruEYCeQ .navbar.opened {
    height: auto;
  }
  .cid-shrruEYCeQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-shrruFmlRH {
  display: flex;
  padding-top: 135px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/6-hintergrund-borneo-2000x1235.webp");
}
.cid-shrruFmlRH .mbr-overlay {
  background-color: #353535;
  opacity: 0;
}
.cid-shrruFmlRH .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-shrruFmlRH {
    align-items: flex-end;
  }
  .cid-shrruFmlRH .row {
    justify-content: flex-start;
  }
  .cid-shrruFmlRH .content-wrap {
    width: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-shrruFmlRH .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-shrruFmlRH {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-shrruFmlRH .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-shrruFmlRH .content-wrap {
    width: 100%;
  }
}
.cid-shrruFmlRH .mbr-section-title {
  text-align: center;
}
.cid-shrruFmlRH .mbr-text,
.cid-shrruFmlRH .mbr-section-btn {
  text-align: center;
  color: #055c7b;
}
.cid-si6CNdY0zM {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/6-hintergrund-borneo-4-1600x399.webp");
}
.cid-si6CNdY0zM .mbr-text,
.cid-si6CNdY0zM .mbr-section-btn {
  color: #fafafa;
  text-align: left;
}
.cid-si6CNdY0zM .mbr-section-title {
  color: #0e44a4;
}
.cid-si5ZoeuiHG {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #082d6e;
}
.cid-si5ZoeuiHG .line {
  background-color: #47b5ed;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-si5ZoeuiHG .mbr-text {
  color: #fafafa;
}
.cid-shrusEPhZK {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-2-2000x1333.webp");
}
@media (max-width: 991px) {
  .cid-shrusEPhZK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-shrusEPhZK .row {
  flex-direction: row-reverse;
}
.cid-shrusEPhZK img {
  width: 100%;
}
.cid-shrusEPhZK .mbr-description {
  color: #fafafa;
}
.cid-shrsDohuCy {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/6-ventilatoren-2000x404.webp");
}
.cid-shrsDohuCy .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-shrsDohuCy .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-shrsQhq7Ka {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #082d6e;
}
.cid-shrsQhq7Ka .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-shrsQhq7Ka .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-shrsQhq7Ka .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-shrsQhq7Ka .card-text {
  text-align: center;
  color: #6ec7f2;
}
.cid-shrruFXxVF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-2-2000x1333.webp");
}
.cid-shrruFXxVF .mbr-text,
.cid-shrruFXxVF .link {
  text-align: left;
  color: #fafafa;
}
.cid-shrruFXxVF .mbr-section-subtitle {
  color: #fafafa;
}
.cid-shrruGjPRt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-shrruGjPRt img,
.cid-shrruGjPRt .item-img {
  width: 100%;
}
.cid-shrruGjPRt .item:focus,
.cid-shrruGjPRt span:focus {
  outline: none;
}
.cid-shrruGjPRt .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-shrruGjPRt .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #041c48;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-shrruGjPRt .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-shrruGjPRt .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-shrruGjPRt .mbr-section-btn {
  margin-top: auto !important;
}
.cid-shrruGjPRt .mbr-section-title {
  color: #ffffff;
}
.cid-shrruGjPRt .mbr-text,
.cid-shrruGjPRt .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-shrruGjPRt .item-title {
  text-align: center;
}
.cid-shrruGjPRt .item-subtitle {
  text-align: left;
}
.cid-shrruGDGBD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-2-2000x1333.webp");
}
.cid-shrruGDGBD .mbr-text,
.cid-shrruGDGBD .link {
  text-align: left;
  color: #fafafa;
}
.cid-shrruGDGBD .mbr-section-subtitle {
  color: #fafafa;
}
.cid-shrruGWp1G {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-shrruGWp1G img,
.cid-shrruGWp1G .item-img {
  width: 100%;
}
.cid-shrruGWp1G .item:focus,
.cid-shrruGWp1G span:focus {
  outline: none;
}
.cid-shrruGWp1G .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-shrruGWp1G .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #041c48;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-shrruGWp1G .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-shrruGWp1G .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-shrruGWp1G .mbr-section-btn {
  margin-top: auto !important;
}
.cid-shrruGWp1G .mbr-section-title {
  color: #ffffff;
}
.cid-shrruGWp1G .mbr-text,
.cid-shrruGWp1G .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-shrruGWp1G .item-title {
  text-align: center;
}
.cid-shrruGWp1G .item-subtitle {
  text-align: left;
  color: #fafafa;
}
.cid-shPw1Ngzpz {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/6-vor-mantanani-2-2000x430.webp");
}
.cid-shPw1Ngzpz .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-shPw1Ngzpz .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-shPwy96NhQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #082d6e;
}
.cid-shPwy96NhQ .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-shPwy96NhQ .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-shPwy96NhQ .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-shPwy96NhQ .card-text {
  text-align: center;
  color: #47b5ed;
}
.cid-shPwLlX7Lo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-shPwLlX7Lo img,
.cid-shPwLlX7Lo .item-img {
  width: 100%;
}
.cid-shPwLlX7Lo .item:focus,
.cid-shPwLlX7Lo span:focus {
  outline: none;
}
.cid-shPwLlX7Lo .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-shPwLlX7Lo .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #041c48;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-shPwLlX7Lo .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-shPwLlX7Lo .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-shPwLlX7Lo .mbr-section-btn {
  margin-top: auto !important;
}
.cid-shPwLlX7Lo .mbr-section-title {
  color: #ffffff;
}
.cid-shPwLlX7Lo .mbr-text,
.cid-shPwLlX7Lo .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-shPwLlX7Lo .item-title {
  text-align: center;
}
.cid-shPwLlX7Lo .item-subtitle {
  text-align: left;
}
.cid-shQ1HUmKOW {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/6-wasserdorf-2000x390.webp");
}
.cid-shQ1HUmKOW .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-shQ1HUmKOW .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-shQ2RqM6IS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #082d6e;
}
.cid-shQ2RqM6IS .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-shQ2RqM6IS .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-shQ2RqM6IS .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-shQ2RqM6IS .card-text {
  text-align: center;
  color: #6ec7f2;
}
.cid-shrruHdT6p {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-2-2000x1333.webp");
}
.cid-shrruHdT6p .mbr-text,
.cid-shrruHdT6p .link {
  text-align: left;
  color: #fafafa;
}
.cid-shrruHdT6p .mbr-section-subtitle {
  color: #fafafa;
}
.cid-shrruHx9AK {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/6-schlepper-2000x402.webp");
}
.cid-shrruHx9AK .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-shrruHx9AK .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-shrruHLsPY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #082d6e;
}
.cid-shrruHLsPY .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-shrruHLsPY .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-shrruHLsPY .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-shrruHLsPY .card-text {
  text-align: center;
  color: #9fdbf8;
}
.cid-shVoc3Qt8D {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-shVoc3Qt8D img,
.cid-shVoc3Qt8D .item-img {
  width: 100%;
}
.cid-shVoc3Qt8D .item:focus,
.cid-shVoc3Qt8D span:focus {
  outline: none;
}
.cid-shVoc3Qt8D .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-shVoc3Qt8D .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #041c48;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-shVoc3Qt8D .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-shVoc3Qt8D .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-shVoc3Qt8D .mbr-section-btn {
  margin-top: auto !important;
}
.cid-shVoc3Qt8D .mbr-section-title {
  color: #ffffff;
}
.cid-shVoc3Qt8D .mbr-text,
.cid-shVoc3Qt8D .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-shVoc3Qt8D .item-title {
  text-align: center;
}
.cid-shVoc3Qt8D .item-subtitle {
  text-align: left;
}
.cid-shrruImSsX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-2-2000x1333.webp");
}
.cid-shrruImSsX .mbr-text,
.cid-shrruImSsX .link {
  text-align: left;
  color: #fafafa;
}
.cid-shrruImSsX .mbr-section-subtitle {
  color: #fafafa;
}
.cid-shVLJpTckz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-shVLJpTckz img,
.cid-shVLJpTckz .item-img {
  width: 100%;
}
.cid-shVLJpTckz .item:focus,
.cid-shVLJpTckz span:focus {
  outline: none;
}
.cid-shVLJpTckz .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-shVLJpTckz .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #041c48;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-shVLJpTckz .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-shVLJpTckz .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-shVLJpTckz .mbr-section-btn {
  margin-top: auto !important;
}
.cid-shVLJpTckz .mbr-section-title {
  color: #ffffff;
}
.cid-shVLJpTckz .mbr-text,
.cid-shVLJpTckz .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-shVLJpTckz .item-title {
  text-align: center;
}
.cid-shVLJpTckz .item-subtitle {
  text-align: left;
}
.cid-shrruIF0B6 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/6-sonne-2000x459.webp");
}
.cid-shrruIF0B6 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-shrruIF0B6 .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-shrruIT7XN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0c3d94;
}
.cid-shrruIT7XN .mbr-section-title {
  text-align: center;
}
.cid-shrruIT7XN .mbr-text {
  color: #98dee8;
  text-align: center;
}
.cid-shrruJliHz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-2-2000x1333.webp");
}
.cid-shrruJliHz .mbr-text,
.cid-shrruJliHz .link {
  text-align: left;
  color: #fafafa;
}
.cid-shrruJliHz .mbr-section-subtitle {
  color: #fafafa;
}
.cid-shrruJGB17 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-shrruJGB17 img,
.cid-shrruJGB17 .item-img {
  width: 100%;
}
.cid-shrruJGB17 .item:focus,
.cid-shrruJGB17 span:focus {
  outline: none;
}
.cid-shrruJGB17 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-shrruJGB17 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #041c48;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-shrruJGB17 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-shrruJGB17 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-shrruJGB17 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-shrruJGB17 .mbr-section-title {
  color: #ffffff;
}
.cid-shrruJGB17 .mbr-text,
.cid-shrruJGB17 .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-shrruJGB17 .item-title {
  text-align: center;
}
.cid-shrruJGB17 .item-subtitle {
  text-align: left;
}
.cid-si1AQZzY9y {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/6-waterfront-2000x338.webp");
}
.cid-si1AQZzY9y .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-si1AQZzY9y .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-si1BwuLfCL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #082d6e;
}
.cid-si1BwuLfCL .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-si1BwuLfCL .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-si1BwuLfCL .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-si1BwuLfCL .card-text {
  text-align: center;
  color: #47b5ed;
}
.cid-soCEkIyII2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/meer5-3-2000x1333.webp");
}
.cid-soCEkIyII2 .video-wrapper iframe {
  width: 100%;
}
.cid-soCEkIyII2 .mbr-section-title,
.cid-soCEkIyII2 .mbr-section-subtitle,
.cid-soCEkIyII2 .mbr-text {
  text-align: center;
}
.cid-soCEkIyII2 .mbr-text {
  color: #fafafa;
}
.cid-soCEkIyII2 .mbr-section-subtitle {
  color: #fafafa;
}
.cid-shrruK01zs {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-2-2000x1333.webp");
}
.cid-shrruK01zs .mbr-text,
.cid-shrruK01zs .link {
  text-align: left;
  color: #fafafa;
}
.cid-shrruK01zs .mbr-section-subtitle {
  color: #fafafa;
}
.cid-shrruKoxJl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-shrruKoxJl img,
.cid-shrruKoxJl .item-img {
  width: 100%;
}
.cid-shrruKoxJl .item:focus,
.cid-shrruKoxJl span:focus {
  outline: none;
}
.cid-shrruKoxJl .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-shrruKoxJl .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #041c48;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-shrruKoxJl .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-shrruKoxJl .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-shrruKoxJl .mbr-section-btn {
  margin-top: auto !important;
}
.cid-shrruKoxJl .mbr-section-title {
  color: #ffffff;
}
.cid-shrruKoxJl .mbr-text,
.cid-shrruKoxJl .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-shrruKoxJl .item-title {
  text-align: center;
}
.cid-shrruKoxJl .item-subtitle {
  text-align: left;
}
.cid-si1OLX5cBS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-si1OLX5cBS img,
.cid-si1OLX5cBS .item-img {
  width: 100%;
}
.cid-si1OLX5cBS .item:focus,
.cid-si1OLX5cBS span:focus {
  outline: none;
}
.cid-si1OLX5cBS .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-si1OLX5cBS .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #041c48;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-si1OLX5cBS .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-si1OLX5cBS .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-si1OLX5cBS .mbr-section-btn {
  margin-top: auto !important;
}
.cid-si1OLX5cBS .mbr-section-title {
  color: #ffffff;
}
.cid-si1OLX5cBS .mbr-text,
.cid-si1OLX5cBS .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-si1OLX5cBS .item-title {
  text-align: center;
}
.cid-si1OLX5cBS .item-subtitle {
  text-align: left;
}
.cid-si1F9VTpVG {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/6-sebana4-2000x388.webp");
}
.cid-si1F9VTpVG .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-si1F9VTpVG .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-si1FmSgMWt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #082d6e;
}
.cid-si1FmSgMWt .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-si1FmSgMWt .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-si1FmSgMWt .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-si1FmSgMWt .card-text {
  text-align: center;
  color: #47b5ed;
}
.cid-shrruNw5Fr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #041c48;
}
.cid-shrruNw5Fr .media-container-row .mbr-text {
  color: #22a5e5;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.6;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-si60mkstD6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-si60mkstD6 nav.navbar {
  position: fixed;
}
.cid-si60mkstD6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-si60mkstD6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-si60mkstD6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-si60mkstD6 .dropdown-item:hover,
.cid-si60mkstD6 .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-si60mkstD6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-si60mkstD6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-si60mkstD6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-si60mkstD6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-si60mkstD6 .nav-link {
  position: relative;
}
.cid-si60mkstD6 .container {
  display: flex;
  margin: auto;
}
.cid-si60mkstD6 .iconfont-wrapper {
  color: #041c48 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-si60mkstD6 .dropdown-menu,
.cid-si60mkstD6 .navbar.opened {
  background: #041c48 !important;
}
.cid-si60mkstD6 .nav-item:focus,
.cid-si60mkstD6 .nav-link:focus {
  outline: none;
}
.cid-si60mkstD6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-si60mkstD6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-si60mkstD6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-si60mkstD6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-si60mkstD6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-si60mkstD6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-si60mkstD6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #041c48;
}
.cid-si60mkstD6 .navbar.opened {
  transition: all 0.3s;
}
.cid-si60mkstD6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-si60mkstD6 .navbar .navbar-logo img {
  width: auto;
}
.cid-si60mkstD6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-si60mkstD6 .navbar.collapsed {
  justify-content: center;
}
.cid-si60mkstD6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-si60mkstD6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-si60mkstD6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-si60mkstD6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-si60mkstD6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-si60mkstD6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-si60mkstD6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-si60mkstD6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-si60mkstD6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-si60mkstD6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-si60mkstD6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-si60mkstD6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-si60mkstD6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-si60mkstD6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-si60mkstD6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-si60mkstD6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-si60mkstD6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-si60mkstD6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-si60mkstD6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-si60mkstD6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-si60mkstD6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-si60mkstD6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-si60mkstD6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-si60mkstD6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-si60mkstD6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-si60mkstD6 .dropdown-item.active,
.cid-si60mkstD6 .dropdown-item:active {
  background-color: transparent;
}
.cid-si60mkstD6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-si60mkstD6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-si60mkstD6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-si60mkstD6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #041c48;
}
.cid-si60mkstD6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-si60mkstD6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-si60mkstD6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-si60mkstD6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-si60mkstD6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-si60mkstD6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-si60mkstD6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-si60mkstD6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-si60mkstD6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-si60mkstD6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-si60mkstD6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-si60mkstD6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-si60mkstD6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-si60mkstD6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-si60mkstD6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-si60mkstD6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-si60mkstD6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-si60mkstD6 .navbar {
    height: 70px;
  }
  .cid-si60mkstD6 .navbar.opened {
    height: auto;
  }
  .cid-si60mkstD6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-si60mkZNc1 {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/6-3-titel-2000x938.webp");
}
.cid-si60mkZNc1 .mbr-overlay {
  background-color: #353535;
  opacity: 0.3;
}
.cid-si60mkZNc1 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-si60mkZNc1 {
    align-items: flex-end;
  }
  .cid-si60mkZNc1 .row {
    justify-content: center;
  }
  .cid-si60mkZNc1 .content-wrap {
    width: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-si60mkZNc1 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-si60mkZNc1 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-si60mkZNc1 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-si60mkZNc1 .content-wrap {
    width: 100%;
  }
}
.cid-si60mkZNc1 .mbr-section-title {
  text-align: center;
  color: #fff0b0;
}
.cid-si60mkZNc1 .mbr-text,
.cid-si60mkZNc1 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-sj9O9RvwY2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #082d6e;
}
.cid-sj9O9RvwY2 .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sj9O9RvwY2 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sj9O9RvwY2 .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-sj9O9RvwY2 .card-text {
  text-align: center;
  color: #6ec7f2;
}
.cid-si60mlBkcl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #082d6e;
}
.cid-si60mlBkcl .line {
  background-color: #47b5ed;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-si60mlBkcl .mbr-text {
  color: #fafafa;
}
.cid-si7XGZVt6b {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/6-3-hintergrund-2000x1333.webp");
}
@media (max-width: 991px) {
  .cid-si7XGZVt6b .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-si7XGZVt6b img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-si7XGZVt6b .text-wrapper {
    padding: 2rem;
  }
}
.cid-si7XGZVt6b .mbr-text {
  color: #fafafa;
}
.cid-si7XGZVt6b .mbr-section-title {
  text-align: center;
  color: #fafafa;
}
.cid-sj2E6ooAFc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-sj2E6ooAFc img,
.cid-sj2E6ooAFc .item-img {
  width: 100%;
}
.cid-sj2E6ooAFc .item:focus,
.cid-sj2E6ooAFc span:focus {
  outline: none;
}
.cid-sj2E6ooAFc .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sj2E6ooAFc .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sj2E6ooAFc .item {
  padding: 0;
  margin: 0;
}
.cid-sj2E6ooAFc .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sj2E6ooAFc .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sj2E6ooAFc .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sj2E6ooAFc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sj2E6ooAFc .mbr-section-title {
  color: #232323;
}
.cid-si60mmbjyN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-si60mmbjyN .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-si60mmbjyN .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-si60mmbjyN .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-si60mmbjyN .card-text {
  text-align: center;
  color: #6ec7f2;
}
.cid-si60mmsUpa {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-2-2000x1333.webp");
}
.cid-si60mmsUpa .mbr-text,
.cid-si60mmsUpa .link {
  text-align: left;
  color: #fafafa;
}
.cid-si60mmsUpa .mbr-section-subtitle {
  color: #fafafa;
}
.cid-si60mmKthC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-si60mmKthC img,
.cid-si60mmKthC .item-img {
  width: 100%;
}
.cid-si60mmKthC .item:focus,
.cid-si60mmKthC span:focus {
  outline: none;
}
.cid-si60mmKthC .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-si60mmKthC .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #041c48;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-si60mmKthC .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-si60mmKthC .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-si60mmKthC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-si60mmKthC .mbr-section-title {
  color: #ffffff;
}
.cid-si60mmKthC .mbr-text,
.cid-si60mmKthC .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-si60mmKthC .item-title {
  text-align: center;
}
.cid-si60mmKthC .item-subtitle {
  text-align: left;
}
.cid-sj3cmFPTNq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #041c48;
}
.cid-sj3cmFPTNq img,
.cid-sj3cmFPTNq .item-img {
  width: 100%;
}
.cid-sj3cmFPTNq .item:focus,
.cid-sj3cmFPTNq span:focus {
  outline: none;
}
.cid-sj3cmFPTNq .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sj3cmFPTNq .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sj3cmFPTNq .item {
  padding: 0;
  margin: 0;
}
.cid-sj3cmFPTNq .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sj3cmFPTNq .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sj3cmFPTNq .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sj3cmFPTNq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sj3cmFPTNq .mbr-section-title {
  color: #232323;
}
.cid-sj3dO0uIN4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-sj3dO0uIN4 .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sj3dO0uIN4 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sj3dO0uIN4 .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-sj3dO0uIN4 .card-text {
  text-align: center;
  color: #6ec7f2;
}
.cid-si60mn2If6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-2-2000x1333.webp");
}
.cid-si60mn2If6 .mbr-text,
.cid-si60mn2If6 .link {
  text-align: left;
  color: #fafafa;
}
.cid-si60mn2If6 .mbr-section-subtitle {
  color: #fafafa;
}
.cid-sj9cHCuh3L {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/6-3-singapur-schiffe-2000x489.webp");
}
.cid-sj9cHCuh3L .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sj9cHCuh3L .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-sj9cZkmVe3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #082d6e;
}
.cid-sj9cZkmVe3 .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sj9cZkmVe3 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sj9cZkmVe3 .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-sj9cZkmVe3 .card-text {
  text-align: center;
  color: #47b5ed;
}
.cid-si60mnpNHw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-si60mnpNHw img,
.cid-si60mnpNHw .item-img {
  width: 100%;
}
.cid-si60mnpNHw .item:focus,
.cid-si60mnpNHw span:focus {
  outline: none;
}
.cid-si60mnpNHw .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-si60mnpNHw .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #041c48;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-si60mnpNHw .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-si60mnpNHw .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-si60mnpNHw .mbr-section-btn {
  margin-top: auto !important;
}
.cid-si60mnpNHw .mbr-section-title {
  color: #ffffff;
}
.cid-si60mnpNHw .mbr-text,
.cid-si60mnpNHw .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-si60mnpNHw .item-title {
  text-align: center;
}
.cid-si60mnpNHw .item-subtitle {
  text-align: left;
  color: #fafafa;
}
.cid-si60mnJSNd {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/6-3-sonnenuntergang-2000x582.webp");
}
.cid-si60mnJSNd .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-si60mnJSNd .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-si60mnYQpc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-si60mnYQpc .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-si60mnYQpc .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-si60mnYQpc .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-si60mnYQpc .card-text {
  text-align: center;
  color: #47b5ed;
}
.cid-si60mp710S {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-2-2000x1333.webp");
}
.cid-si60mp710S .mbr-text,
.cid-si60mp710S .link {
  text-align: left;
  color: #fafafa;
}
.cid-si60mp710S .mbr-section-subtitle {
  color: #fafafa;
}
.cid-si60moC86T {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/6-3-penang-fischereihafen-2000x515.webp");
}
.cid-si60moC86T .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-si60moC86T .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-si60mpFw2g {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #082d6e;
}
.cid-si60mpFw2g .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-si60mpFw2g .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-si60mpFw2g .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-si60mpFw2g .card-text {
  text-align: center;
  color: #9fdbf8;
}
.cid-si60mpXbJJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-si60mpXbJJ img,
.cid-si60mpXbJJ .item-img {
  width: 100%;
}
.cid-si60mpXbJJ .item:focus,
.cid-si60mpXbJJ span:focus {
  outline: none;
}
.cid-si60mpXbJJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-si60mpXbJJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #041c48;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-si60mpXbJJ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-si60mpXbJJ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-si60mpXbJJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-si60mpXbJJ .mbr-section-title {
  color: #ffffff;
}
.cid-si60mpXbJJ .mbr-text,
.cid-si60mpXbJJ .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-si60mpXbJJ .item-title {
  text-align: center;
}
.cid-si60mpXbJJ .item-subtitle {
  text-align: left;
}
.cid-sowF2HRa0f {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/meer5-3-2000x1333.webp");
}
.cid-sowF2HRa0f .video-wrapper iframe {
  width: 100%;
}
.cid-sowF2HRa0f .mbr-section-title,
.cid-sowF2HRa0f .mbr-section-subtitle,
.cid-sowF2HRa0f .mbr-text {
  text-align: center;
}
.cid-sowF2HRa0f .mbr-text {
  color: #fafafa;
}
.cid-sowF2HRa0f .mbr-section-subtitle {
  color: #fafafa;
}
.cid-sjx0pyy37j {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-sjx0pyy37j img,
.cid-sjx0pyy37j .item-img {
  width: 100%;
}
.cid-sjx0pyy37j .item:focus,
.cid-sjx0pyy37j span:focus {
  outline: none;
}
.cid-sjx0pyy37j .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjx0pyy37j .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #041c48;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjx0pyy37j .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjx0pyy37j .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sjx0pyy37j .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjx0pyy37j .mbr-section-title {
  color: #ffffff;
}
.cid-sjx0pyy37j .mbr-text,
.cid-sjx0pyy37j .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-sjx0pyy37j .item-title {
  text-align: center;
}
.cid-sjx0pyy37j .item-subtitle {
  text-align: left;
}
.cid-si60mqgG30 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-2-2000x1333.webp");
}
.cid-si60mqgG30 .mbr-text,
.cid-si60mqgG30 .link {
  text-align: left;
  color: #fafafa;
}
.cid-si60mqgG30 .mbr-section-subtitle {
  color: #fafafa;
}
.cid-si60mqC6vj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-si60mqC6vj img,
.cid-si60mqC6vj .item-img {
  width: 100%;
}
.cid-si60mqC6vj .item:focus,
.cid-si60mqC6vj span:focus {
  outline: none;
}
.cid-si60mqC6vj .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-si60mqC6vj .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #041c48;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-si60mqC6vj .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-si60mqC6vj .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-si60mqC6vj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-si60mqC6vj .mbr-section-title {
  color: #ffffff;
}
.cid-si60mqC6vj .mbr-text,
.cid-si60mqC6vj .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-si60mqC6vj .item-title {
  text-align: center;
}
.cid-si60mqC6vj .item-subtitle {
  text-align: left;
}
.cid-sjIbTaVgfI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-sjIbTaVgfI img,
.cid-sjIbTaVgfI .item-img {
  width: 100%;
}
.cid-sjIbTaVgfI .item:focus,
.cid-sjIbTaVgfI span:focus {
  outline: none;
}
.cid-sjIbTaVgfI .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjIbTaVgfI .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sjIbTaVgfI .item {
  padding: 0;
  margin: 0;
}
.cid-sjIbTaVgfI .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjIbTaVgfI .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjIbTaVgfI .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sjIbTaVgfI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjIbTaVgfI .mbr-section-title {
  color: #232323;
}
.cid-si60mreaPS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-si60mreaPS .mbr-section-title {
  text-align: center;
}
.cid-si60mreaPS .mbr-text {
  color: #98dee8;
  text-align: center;
}
.cid-sowrBwSjjs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/meer5-3-2000x1333.webp");
}
.cid-sowrBwSjjs .video-wrapper iframe {
  width: 100%;
}
.cid-sowrBwSjjs .mbr-section-title,
.cid-sowrBwSjjs .mbr-section-subtitle,
.cid-sowrBwSjjs .mbr-text {
  text-align: center;
}
.cid-sowrBwSjjs .mbr-text {
  color: #fafafa;
}
.cid-sowrBwSjjs .mbr-section-subtitle {
  color: #fafafa;
}
.cid-si60mrq94P {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-2-2000x1333.webp");
}
.cid-si60mrq94P .mbr-text,
.cid-si60mrq94P .link {
  text-align: left;
  color: #fafafa;
}
.cid-si60mrq94P .mbr-section-subtitle {
  color: #fafafa;
}
.cid-si60mrN8Sd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-si60mrN8Sd img,
.cid-si60mrN8Sd .item-img {
  width: 100%;
}
.cid-si60mrN8Sd .item:focus,
.cid-si60mrN8Sd span:focus {
  outline: none;
}
.cid-si60mrN8Sd .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-si60mrN8Sd .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #041c48;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-si60mrN8Sd .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-si60mrN8Sd .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-si60mrN8Sd .mbr-section-btn {
  margin-top: auto !important;
}
.cid-si60mrN8Sd .mbr-section-title {
  color: #ffffff;
}
.cid-si60mrN8Sd .mbr-text,
.cid-si60mrN8Sd .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-si60mrN8Sd .item-title {
  text-align: center;
}
.cid-si60mrN8Sd .item-subtitle {
  text-align: left;
}
.cid-si60ms9lp3 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/6-3-langkawi-strand-2000x467.webp");
}
.cid-si60ms9lp3 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-si60ms9lp3 .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-si60msqSmZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #082d6e;
}
.cid-si60msqSmZ .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-si60msqSmZ .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-si60msqSmZ .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-si60msqSmZ .card-text {
  text-align: center;
  color: #47b5ed;
}
.cid-si60msOH2r {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-2-2000x1333.webp");
}
.cid-si60msOH2r .mbr-text,
.cid-si60msOH2r .link {
  text-align: left;
  color: #fafafa;
}
.cid-si60msOH2r .mbr-section-subtitle {
  color: #fafafa;
}
.cid-si60mt9acC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-si60mt9acC img,
.cid-si60mt9acC .item-img {
  width: 100%;
}
.cid-si60mt9acC .item:focus,
.cid-si60mt9acC span:focus {
  outline: none;
}
.cid-si60mt9acC .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-si60mt9acC .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #041c48;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-si60mt9acC .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-si60mt9acC .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-si60mt9acC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-si60mt9acC .mbr-section-title {
  color: #ffffff;
}
.cid-si60mt9acC .mbr-text,
.cid-si60mt9acC .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-si60mt9acC .item-title {
  text-align: center;
}
.cid-si60mt9acC .item-subtitle {
  text-align: left;
}
.cid-slehIIfXYZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-slehIIfXYZ .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-slehIIfXYZ .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-slehIIfXYZ .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-slehIIfXYZ .card-text {
  text-align: center;
  color: #6ec7f2;
}
.cid-slk5w2S1f5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #041c48;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-slk5w2S1f5 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-slk5w2S1f5 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-slk5w2S1f5 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-slk5w2S1f5 .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-slk5w2S1f5 .container {
  padding: 0;
}
.cid-slk5w2S1f5 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-slk5w2S1f5 .icon-focus {
  display: none;
}
.cid-slk5w2S1f5 .btn[class*=-outline] {
  border: none!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  color: #ffffff !important;
  font-weight: 400;
  box-shadow: none !important;
}
.cid-slk5w2S1f5 .btn[class*=-outline]:hover,
.cid-slk5w2S1f5 .btn[class*=-outline]:active {
  background: transparent!important;
}
.cid-slk5w2S1f5 li:hover .btn-primary-outline,
.cid-slk5w2S1f5 li:active .btn-primary-outline,
.cid-slk5w2S1f5 li.active .btn-primary-outline {
  color: #ffffff !important;
}
.cid-slk5w2S1f5 li:hover .btn-secondary-outline,
.cid-slk5w2S1f5 li:active .btn-secondary-outline,
.cid-slk5w2S1f5 li.active .btn-secondary-outline {
  color: #ff6666 !important;
}
.cid-slk5w2S1f5 li:hover .btn-info-outline,
.cid-slk5w2S1f5 li:active .btn-info-outline,
.cid-slk5w2S1f5 li.active .btn-info-outline {
  color: #6ec7f2 !important;
}
.cid-slk5w2S1f5 li:hover .btn-warning-outline,
.cid-slk5w2S1f5 li:active .btn-warning-outline,
.cid-slk5w2S1f5 li.active .btn-warning-outline {
  color: #ffe161 !important;
}
.cid-slk5w2S1f5 li:hover .btn-white-outline,
.cid-slk5w2S1f5 li:active .btn-white-outline,
.cid-slk5w2S1f5 li.active .btn-white-outline {
  color: #ffffff !important;
}
.cid-slk5w2S1f5 li:hover .btn-black-outline,
.cid-slk5w2S1f5 li:active .btn-black-outline,
.cid-slk5w2S1f5 li.active .btn-black-outline {
  color: #000000 !important;
}
.cid-slk5w2S1f5 li:hover .btn-success-outline,
.cid-slk5w2S1f5 li:active .btn-success-outline,
.cid-slk5w2S1f5 li.active .btn-success-outline {
  color: #40b0bf !important;
}
.cid-slk5w2S1f5 li:hover .btn-danger-outline,
.cid-slk5w2S1f5 li:active .btn-danger-outline,
.cid-slk5w2S1f5 li.active .btn-danger-outline {
  color: #ff9966 !important;
}
.cid-slk5w2S1f5 li {
  position: relative;
}
.cid-slk5w2S1f5 .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 6px;
  top: 50%;
  background: #ffffff !important;
  transform: rotate(35deg) translateY(-59%);
}
.cid-slk5w2S1f5 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-slk5w2S1f5 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-slk5w2S1f5 .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-slk5w2S1f5 .btn {
  font-family: Jost !important;
}
.cid-slk5w2S1f5 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-slk5w2S1f5 .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-slk5w2S1f5 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-slk5w2S1f5 .btn[class*="-outline"] {
    padding: 0rem 1rem;
    margin: 0!important;
  }
}
.cid-si60muR9eR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-2-2000x1333.webp");
}
.cid-si60muR9eR .mbr-text,
.cid-si60muR9eR .link {
  text-align: left;
  color: #fafafa;
}
.cid-si60muR9eR .mbr-section-subtitle {
  color: #fafafa;
}
.cid-sl2V2peDiR {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #0c1e3e;
}
.cid-sl2V2peDiR img,
.cid-sl2V2peDiR .item-img {
  width: 100%;
}
.cid-sl2V2peDiR .item:focus,
.cid-sl2V2peDiR span:focus {
  outline: none;
}
.cid-sl2V2peDiR .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sl2V2peDiR .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #0c1e3e;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sl2V2peDiR .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sl2V2peDiR .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sl2V2peDiR .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sl2V2peDiR .mbr-section-title {
  color: #ffe885;
}
.cid-sl2V2peDiR .mbr-text,
.cid-sl2V2peDiR .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-sl2V2peDiR .item-title {
  text-align: left;
}
.cid-sl2V2peDiR .item-subtitle {
  text-align: center;
}
.cid-soBlUrdZxi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/meer5-3-2000x1333.webp");
}
.cid-soBlUrdZxi .video-wrapper iframe {
  width: 100%;
}
.cid-soBlUrdZxi .mbr-section-title,
.cid-soBlUrdZxi .mbr-section-subtitle,
.cid-soBlUrdZxi .mbr-text {
  text-align: center;
}
.cid-soBlUrdZxi .mbr-text {
  color: #fafafa;
}
.cid-soBlUrdZxi .mbr-section-subtitle {
  color: #fafafa;
}
.cid-sl8HiDVhqR {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #0c1e3e;
}
.cid-sl8HiDVhqR img,
.cid-sl8HiDVhqR .item-img {
  width: 100%;
}
.cid-sl8HiDVhqR .item:focus,
.cid-sl8HiDVhqR span:focus {
  outline: none;
}
.cid-sl8HiDVhqR .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sl8HiDVhqR .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #0c1e3e;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sl8HiDVhqR .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sl8HiDVhqR .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sl8HiDVhqR .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sl8HiDVhqR .mbr-section-title {
  color: #ffe885;
}
.cid-sl8HiDVhqR .mbr-text,
.cid-sl8HiDVhqR .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-sl8HiDVhqR .item-title {
  text-align: left;
}
.cid-sl8HiDVhqR .item-subtitle {
  text-align: center;
}
.cid-soC9UriHIp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/meer5-3-2000x1333.webp");
}
.cid-soC9UriHIp .video-wrapper iframe {
  width: 100%;
}
.cid-soC9UriHIp .mbr-section-title,
.cid-soC9UriHIp .mbr-section-subtitle,
.cid-soC9UriHIp .mbr-text {
  text-align: center;
}
.cid-soC9UriHIp .mbr-text {
  color: #fafafa;
}
.cid-soC9UriHIp .mbr-section-subtitle {
  color: #fafafa;
}
.cid-sl7Ywx9UYX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-3-2000x1333.webp");
}
.cid-sl7Ywx9UYX .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sl7Ywx9UYX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sl7Ywx9UYX img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sl7Ywx9UYX .text-wrapper {
    padding: 2rem;
  }
}
.cid-sl7Ywx9UYX .mbr-text {
  color: #fafafa;
}
.cid-sl7Ywx9UYX .mbr-description {
  color: #fafafa;
}
.cid-slea45LVPx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-slea45LVPx .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-slea45LVPx .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-slea45LVPx .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-slea45LVPx .card-text {
  text-align: center;
  color: #6ec7f2;
}
.cid-sldZaxRQE4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #041c48;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sldZaxRQE4 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sldZaxRQE4 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sldZaxRQE4 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sldZaxRQE4 .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sldZaxRQE4 .container {
  padding: 0;
}
.cid-sldZaxRQE4 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sldZaxRQE4 .icon-focus {
  display: none;
}
.cid-sldZaxRQE4 .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-sldZaxRQE4 .btn-primary-outline:hover {
  background: transparent !important;
  color: #ffffff !important;
}
.cid-sldZaxRQE4 li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-sldZaxRQE4 li {
  position: relative;
}
.cid-sldZaxRQE4 .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-sldZaxRQE4 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sldZaxRQE4 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sldZaxRQE4 .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-sldZaxRQE4 .btn {
  font-family: Jost !important;
}
.cid-sldZaxRQE4 .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-sldZaxRQE4 .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-sldZaxRQE4 .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-sldZaxRQE4 li:not(:last-child):after {
    top: 9px;
  }
  .cid-sldZaxRQE4 .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
}
.cid-sldZaxRQE4 .mbr-gallery-item > div > span {
  text-align: center;
}
.cid-skztimdHyi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #041c48;
}
.cid-skztimdHyi .line {
  background-color: #47b5ed;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-skztimdHyi .mbr-text {
  color: #ff9966;
}
.cid-si60mwMxw8 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/6-3-phuket-chalon-2-2000x329.webp");
}
.cid-si60mwMxw8 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-si60mwMxw8 .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-si60mx4jLX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #082d6e;
}
.cid-si60mx4jLX .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-si60mx4jLX .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-si60mx4jLX .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-si60mx4jLX .card-text {
  text-align: center;
  color: #6ec7f2;
}
.cid-si60mxqYly {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #041c48;
}
.cid-si60mxqYly .media-container-row .mbr-text {
  color: #22a5e5;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.6;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-si609o6xTY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-si609o6xTY nav.navbar {
  position: fixed;
}
.cid-si609o6xTY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-si609o6xTY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-si609o6xTY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-si609o6xTY .dropdown-item:hover,
.cid-si609o6xTY .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-si609o6xTY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-si609o6xTY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-si609o6xTY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-si609o6xTY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-si609o6xTY .nav-link {
  position: relative;
}
.cid-si609o6xTY .container {
  display: flex;
  margin: auto;
}
.cid-si609o6xTY .iconfont-wrapper {
  color: #041c48 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-si609o6xTY .dropdown-menu,
.cid-si609o6xTY .navbar.opened {
  background: #041c48 !important;
}
.cid-si609o6xTY .nav-item:focus,
.cid-si609o6xTY .nav-link:focus {
  outline: none;
}
.cid-si609o6xTY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-si609o6xTY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-si609o6xTY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-si609o6xTY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-si609o6xTY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-si609o6xTY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-si609o6xTY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #041c48;
}
.cid-si609o6xTY .navbar.opened {
  transition: all 0.3s;
}
.cid-si609o6xTY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-si609o6xTY .navbar .navbar-logo img {
  width: auto;
}
.cid-si609o6xTY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-si609o6xTY .navbar.collapsed {
  justify-content: center;
}
.cid-si609o6xTY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-si609o6xTY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-si609o6xTY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-si609o6xTY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-si609o6xTY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-si609o6xTY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-si609o6xTY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-si609o6xTY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-si609o6xTY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-si609o6xTY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-si609o6xTY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-si609o6xTY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-si609o6xTY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-si609o6xTY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-si609o6xTY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-si609o6xTY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-si609o6xTY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-si609o6xTY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-si609o6xTY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-si609o6xTY .navbar.navbar-short {
  min-height: 60px;
}
.cid-si609o6xTY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-si609o6xTY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-si609o6xTY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-si609o6xTY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-si609o6xTY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-si609o6xTY .dropdown-item.active,
.cid-si609o6xTY .dropdown-item:active {
  background-color: transparent;
}
.cid-si609o6xTY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-si609o6xTY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-si609o6xTY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-si609o6xTY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #041c48;
}
.cid-si609o6xTY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-si609o6xTY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-si609o6xTY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-si609o6xTY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-si609o6xTY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-si609o6xTY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-si609o6xTY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-si609o6xTY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-si609o6xTY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-si609o6xTY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-si609o6xTY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-si609o6xTY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-si609o6xTY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-si609o6xTY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-si609o6xTY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-si609o6xTY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-si609o6xTY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-si609o6xTY .navbar {
    height: 70px;
  }
  .cid-si609o6xTY .navbar.opened {
    height: auto;
  }
  .cid-si609o6xTY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-si609oF3z6 {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/6-singapur-2000x999.webp");
}
.cid-si609oF3z6 .mbr-overlay {
  background-color: #353535;
  opacity: 0.3;
}
.cid-si609oF3z6 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-si609oF3z6 {
    align-items: flex-end;
  }
  .cid-si609oF3z6 .row {
    justify-content: flex-start;
  }
  .cid-si609oF3z6 .content-wrap {
    width: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-si609oF3z6 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-si609oF3z6 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-si609oF3z6 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-si609oF3z6 .content-wrap {
    width: 100%;
  }
}
.cid-si609oF3z6 .mbr-section-title {
  text-align: center;
}
.cid-si609oF3z6 .mbr-text,
.cid-si609oF3z6 .mbr-section-btn {
  text-align: center;
  color: #fff0b0;
}
.cid-sioAIUwa7E {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #082d6e;
}
.cid-sioAIUwa7E .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sioAIUwa7E .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sioAIUwa7E .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-sioAIUwa7E .card-text {
  text-align: center;
  color: #6ec7f2;
}
.cid-si609pjhbb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #082d6e;
}
.cid-si609pjhbb .line {
  background-color: #47b5ed;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-si609pjhbb .mbr-text {
  color: #fafafa;
}
.cid-sid9qYy5RG {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/6-malaysia-2000x1335.webp");
}
.cid-sid9qYy5RG .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sid9qYy5RG .card {
    margin-bottom: 2rem!important;
  }
  .cid-sid9qYy5RG .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sid9qYy5RG .link-wrap {
    align-items: center;
  }
}
.cid-sid9qYy5RG .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sid9qYy5RG .mbr-text,
.cid-sid9qYy5RG .link-wrap,
.cid-sid9qYy5RG .mbr-section-btn {
  color: #fafafa;
}
.cid-sio72MpZXH {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/6-chinatown-2000x286.webp");
}
.cid-sio72MpZXH .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sio72MpZXH .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-sipcsePzpc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-sipcsePzpc .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sipcsePzpc .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sipcsePzpc .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-sipcsePzpc .card-text {
  text-align: center;
  color: #6ec7f2;
}
.cid-si609q8SKO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/6-hintergrund-dschungel-1920x1440.webp");
}
.cid-si609q8SKO .mbr-text,
.cid-si609q8SKO .link {
  text-align: left;
  color: #fafafa;
}
.cid-si609q8SKO .mbr-section-subtitle {
  color: #fafafa;
}
.cid-sip8BerPqL {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/6-singapur-marina-bay-7-2000x441.webp");
}
.cid-sip8BerPqL .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sip8BerPqL .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-sipbxRLgtv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-sipbxRLgtv .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sipbxRLgtv .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sipbxRLgtv .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-sipbxRLgtv .card-text {
  text-align: center;
  color: #6ec7f2;
}
.cid-si609qtvbq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-si609qtvbq img,
.cid-si609qtvbq .item-img {
  width: 100%;
}
.cid-si609qtvbq .item:focus,
.cid-si609qtvbq span:focus {
  outline: none;
}
.cid-si609qtvbq .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-si609qtvbq .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #041c48;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-si609qtvbq .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-si609qtvbq .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-si609qtvbq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-si609qtvbq .mbr-section-title {
  color: #ffffff;
}
.cid-si609qtvbq .mbr-text,
.cid-si609qtvbq .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-si609qtvbq .item-title {
  text-align: center;
}
.cid-si609qtvbq .item-subtitle {
  text-align: left;
}
.cid-si609qMuCw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/6-hintergrund-dschungel-1920x1440.webp");
}
.cid-si609qMuCw .mbr-text,
.cid-si609qMuCw .link {
  text-align: left;
  color: #fafafa;
}
.cid-si609qMuCw .mbr-section-subtitle {
  color: #fafafa;
}
.cid-siFvMG4Ow5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-siFvMG4Ow5 img,
.cid-siFvMG4Ow5 .item-img {
  width: 100%;
}
.cid-siFvMG4Ow5 .item:focus,
.cid-siFvMG4Ow5 span:focus {
  outline: none;
}
.cid-siFvMG4Ow5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-siFvMG4Ow5 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-siFvMG4Ow5 .item {
  padding: 0;
  margin: 0;
}
.cid-siFvMG4Ow5 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-siFvMG4Ow5 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-siFvMG4Ow5 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-siFvMG4Ow5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-siFvMG4Ow5 .mbr-section-title {
  color: #232323;
}
.cid-si609rInA0 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #041c48;
}
.cid-si609rInA0 .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-si609rInA0 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-si609rInA0 .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-si609rInA0 .card-text {
  text-align: center;
  color: #47b5ed;
}
.cid-siu2AIU0Ss {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/6-hintergrund-dschungel-1920x1440.webp");
}
.cid-siu2AIU0Ss .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-siu2AIU0Ss .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-siu2AIU0Ss img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-siu2AIU0Ss .text-wrapper {
    padding: 2rem;
  }
}
.cid-siu2AIU0Ss .mbr-text {
  color: #fafafa;
}
.cid-siu2AIU0Ss .mbr-section-title {
  text-align: center;
  color: #fafafa;
}
.cid-si609r7FQ3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-si609r7FQ3 img,
.cid-si609r7FQ3 .item-img {
  width: 100%;
}
.cid-si609r7FQ3 .item:focus,
.cid-si609r7FQ3 span:focus {
  outline: none;
}
.cid-si609r7FQ3 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-si609r7FQ3 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #041c48;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-si609r7FQ3 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-si609r7FQ3 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-si609r7FQ3 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-si609r7FQ3 .mbr-section-title {
  color: #ffffff;
}
.cid-si609r7FQ3 .mbr-text,
.cid-si609r7FQ3 .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-si609r7FQ3 .item-title {
  text-align: center;
}
.cid-si609r7FQ3 .item-subtitle {
  text-align: left;
  color: #fafafa;
}
.cid-si609tjIZ4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/6-hintergrund-dschungel-1920x1440.webp");
}
.cid-si609tjIZ4 .mbr-text,
.cid-si609tjIZ4 .link {
  text-align: left;
  color: #fafafa;
}
.cid-si609tjIZ4 .mbr-section-subtitle {
  color: #fafafa;
}
.cid-soC35cctRG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/meer5-3-2000x1333.webp");
}
.cid-soC35cctRG .video-wrapper iframe {
  width: 100%;
}
.cid-soC35cctRG .mbr-section-title,
.cid-soC35cctRG .mbr-section-subtitle,
.cid-soC35cctRG .mbr-text {
  text-align: center;
}
.cid-soC35cctRG .mbr-text {
  color: #fafafa;
}
.cid-soC35cctRG .mbr-section-subtitle {
  color: #fafafa;
}
.cid-siFsdZrbtS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-siFsdZrbtS img,
.cid-siFsdZrbtS .item-img {
  width: 100%;
}
.cid-siFsdZrbtS .item:focus,
.cid-siFsdZrbtS span:focus {
  outline: none;
}
.cid-siFsdZrbtS .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-siFsdZrbtS .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-siFsdZrbtS .item {
  padding: 0;
  margin: 0;
}
.cid-siFsdZrbtS .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-siFsdZrbtS .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-siFsdZrbtS .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-siFsdZrbtS .mbr-section-btn {
  margin-top: auto !important;
}
.cid-siFsdZrbtS .mbr-section-title {
  color: #232323;
}
.cid-si609sOqSl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-si609sOqSl .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-si609sOqSl .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-si609sOqSl .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-si609sOqSl .card-text {
  text-align: center;
  color: #6ec7f2;
}
.cid-si609u98cf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-si609u98cf img,
.cid-si609u98cf .item-img {
  width: 100%;
}
.cid-si609u98cf .item:focus,
.cid-si609u98cf span:focus {
  outline: none;
}
.cid-si609u98cf .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-si609u98cf .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #041c48;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-si609u98cf .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-si609u98cf .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-si609u98cf .mbr-section-btn {
  margin-top: auto !important;
}
.cid-si609u98cf .mbr-section-title {
  color: #ffffff;
}
.cid-si609u98cf .mbr-text,
.cid-si609u98cf .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-si609u98cf .item-title {
  text-align: center;
}
.cid-si609u98cf .item-subtitle {
  text-align: left;
}
.cid-siAodai06S {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #082d6e;
}
.cid-siAodai06S .carousel {
  height: 800px;
}
.cid-siAodai06S .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-siAodai06S .carousel-item,
.cid-siAodai06S .carousel-inner {
  height: 100%;
}
.cid-siAodai06S .carousel-caption {
  bottom: 40px;
}
.cid-siAodai06S .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-siAodai06S .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-siAodai06S .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-siAodai06S .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-siAodai06S .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-siAodai06S .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-siAodai06S .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-siAodai06S .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-siAodai06S .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-siAodai06S .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-siAodai06S .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-siAodai06S .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-siAodai06S .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-siAodai06S .carousel-indicators li.active,
.cid-siAodai06S .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-siAodai06S .carousel-indicators li::after,
.cid-siAodai06S .carousel-indicators li::before {
  content: none;
}
.cid-siAodai06S .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-siAodai06S .carousel-indicators {
    display: none !important;
  }
}
.cid-siAodai06S P {
  color: #ffffff;
}
.cid-si609uvpzz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-2-2000x1333.webp");
}
.cid-si609uvpzz .mbr-text,
.cid-si609uvpzz .link {
  text-align: left;
  color: #fafafa;
}
.cid-si609uvpzz .mbr-section-subtitle {
  color: #fafafa;
}
.cid-si609uPfgB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-si609uPfgB img,
.cid-si609uPfgB .item-img {
  width: 100%;
}
.cid-si609uPfgB .item:focus,
.cid-si609uPfgB span:focus {
  outline: none;
}
.cid-si609uPfgB .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-si609uPfgB .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #041c48;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-si609uPfgB .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-si609uPfgB .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-si609uPfgB .mbr-section-btn {
  margin-top: auto !important;
}
.cid-si609uPfgB .mbr-section-title {
  color: #ffffff;
}
.cid-si609uPfgB .mbr-text,
.cid-si609uPfgB .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-si609uPfgB .item-title {
  text-align: center;
}
.cid-si609uPfgB .item-subtitle {
  text-align: left;
}
.cid-siM9OR2mcY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #082d6e;
}
.cid-siM9OR2mcY .carousel {
  height: 800px;
}
.cid-siM9OR2mcY .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-siM9OR2mcY .carousel-item,
.cid-siM9OR2mcY .carousel-inner {
  height: 100%;
}
.cid-siM9OR2mcY .carousel-caption {
  bottom: 40px;
}
.cid-siM9OR2mcY .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-siM9OR2mcY .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-siM9OR2mcY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-siM9OR2mcY .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-siM9OR2mcY .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-siM9OR2mcY .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-siM9OR2mcY .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-siM9OR2mcY .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-siM9OR2mcY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-siM9OR2mcY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-siM9OR2mcY .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-siM9OR2mcY .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-siM9OR2mcY .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-siM9OR2mcY .carousel-indicators li.active,
.cid-siM9OR2mcY .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-siM9OR2mcY .carousel-indicators li::after,
.cid-siM9OR2mcY .carousel-indicators li::before {
  content: none;
}
.cid-siM9OR2mcY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-siM9OR2mcY .carousel-indicators {
    display: none !important;
  }
}
.cid-siM9OR2mcY P {
  color: #ffffff;
}
.cid-siWNpgVV7B {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #082d6e;
}
.cid-siWNpgVV7B .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-siWNpgVV7B .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-siWNpgVV7B .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-siWNpgVV7B .card-text {
  text-align: center;
  color: #6ec7f2;
}
.cid-si609vAo0X {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-2-2000x1333.webp");
}
.cid-si609vAo0X .mbr-text,
.cid-si609vAo0X .link {
  text-align: left;
  color: #fafafa;
}
.cid-si609vAo0X .mbr-section-subtitle {
  color: #fafafa;
}
.cid-siFqdssbrA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-siFqdssbrA img,
.cid-siFqdssbrA .item-img {
  width: 100%;
}
.cid-siFqdssbrA .item:focus,
.cid-siFqdssbrA span:focus {
  outline: none;
}
.cid-siFqdssbrA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-siFqdssbrA .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-siFqdssbrA .item {
  padding: 0;
  margin: 0;
}
.cid-siFqdssbrA .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-siFqdssbrA .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-siFqdssbrA .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-siFqdssbrA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-siFqdssbrA .mbr-section-title {
  color: #232323;
}
.cid-si609voTA4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-si609voTA4 .mbr-section-title {
  text-align: center;
}
.cid-si609voTA4 .mbr-text {
  color: #98dee8;
  text-align: center;
}
.cid-si609w0Jf3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-si609w0Jf3 img,
.cid-si609w0Jf3 .item-img {
  width: 100%;
}
.cid-si609w0Jf3 .item:focus,
.cid-si609w0Jf3 span:focus {
  outline: none;
}
.cid-si609w0Jf3 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-si609w0Jf3 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #041c48;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-si609w0Jf3 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-si609w0Jf3 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-si609w0Jf3 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-si609w0Jf3 .mbr-section-title {
  color: #ffffff;
}
.cid-si609w0Jf3 .mbr-text,
.cid-si609w0Jf3 .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-si609w0Jf3 .item-title {
  text-align: center;
}
.cid-si609w0Jf3 .item-subtitle {
  text-align: left;
}
.cid-soClsoNAEI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/meer5-3-2000x1333.webp");
}
.cid-soClsoNAEI .video-wrapper iframe {
  width: 100%;
}
.cid-soClsoNAEI .mbr-section-title,
.cid-soClsoNAEI .mbr-section-subtitle,
.cid-soClsoNAEI .mbr-text {
  text-align: center;
}
.cid-soClsoNAEI .mbr-text {
  color: #fafafa;
}
.cid-soClsoNAEI .mbr-section-subtitle {
  color: #fafafa;
}
.cid-siWO3iPDD0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-siWO3iPDD0 img,
.cid-siWO3iPDD0 .item-img {
  width: 100%;
}
.cid-siWO3iPDD0 .item:focus,
.cid-siWO3iPDD0 span:focus {
  outline: none;
}
.cid-siWO3iPDD0 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-siWO3iPDD0 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #041c48;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-siWO3iPDD0 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-siWO3iPDD0 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-siWO3iPDD0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-siWO3iPDD0 .mbr-section-title {
  color: #ffffff;
}
.cid-siWO3iPDD0 .mbr-text,
.cid-siWO3iPDD0 .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-siWO3iPDD0 .item-title {
  text-align: center;
}
.cid-siWO3iPDD0 .item-subtitle {
  text-align: left;
}
.cid-siMwdAAYYj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-siMwdAAYYj img,
.cid-siMwdAAYYj .item-img {
  width: 100%;
}
.cid-siMwdAAYYj .item:focus,
.cid-siMwdAAYYj span:focus {
  outline: none;
}
.cid-siMwdAAYYj .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-siMwdAAYYj .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-siMwdAAYYj .item {
  padding: 0;
  margin: 0;
}
.cid-siMwdAAYYj .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-siMwdAAYYj .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-siMwdAAYYj .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-siMwdAAYYj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-siMwdAAYYj .mbr-section-title {
  color: #232323;
}
.cid-si609BbPmp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-si609BbPmp .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-si609BbPmp .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-si609BbPmp .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-si609BbPmp .card-text {
  text-align: center;
  color: #6ec7f2;
}
.cid-si609BAWxZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #041c48;
}
.cid-si609BAWxZ .media-container-row .mbr-text {
  color: #22a5e5;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.6;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-slvQUrjokr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-slvQUrjokr nav.navbar {
  position: fixed;
}
.cid-slvQUrjokr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-slvQUrjokr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-slvQUrjokr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-slvQUrjokr .dropdown-item:hover,
.cid-slvQUrjokr .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-slvQUrjokr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-slvQUrjokr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-slvQUrjokr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-slvQUrjokr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-slvQUrjokr .nav-link {
  position: relative;
}
.cid-slvQUrjokr .container {
  display: flex;
  margin: auto;
}
.cid-slvQUrjokr .iconfont-wrapper {
  color: #041c48 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-slvQUrjokr .dropdown-menu,
.cid-slvQUrjokr .navbar.opened {
  background: #041c48 !important;
}
.cid-slvQUrjokr .nav-item:focus,
.cid-slvQUrjokr .nav-link:focus {
  outline: none;
}
.cid-slvQUrjokr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-slvQUrjokr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-slvQUrjokr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-slvQUrjokr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-slvQUrjokr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-slvQUrjokr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-slvQUrjokr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #041c48;
}
.cid-slvQUrjokr .navbar.opened {
  transition: all 0.3s;
}
.cid-slvQUrjokr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-slvQUrjokr .navbar .navbar-logo img {
  width: auto;
}
.cid-slvQUrjokr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-slvQUrjokr .navbar.collapsed {
  justify-content: center;
}
.cid-slvQUrjokr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-slvQUrjokr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-slvQUrjokr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-slvQUrjokr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-slvQUrjokr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-slvQUrjokr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-slvQUrjokr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-slvQUrjokr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-slvQUrjokr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-slvQUrjokr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-slvQUrjokr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-slvQUrjokr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-slvQUrjokr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-slvQUrjokr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-slvQUrjokr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-slvQUrjokr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-slvQUrjokr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-slvQUrjokr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-slvQUrjokr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-slvQUrjokr .navbar.navbar-short {
  min-height: 60px;
}
.cid-slvQUrjokr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-slvQUrjokr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-slvQUrjokr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-slvQUrjokr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-slvQUrjokr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-slvQUrjokr .dropdown-item.active,
.cid-slvQUrjokr .dropdown-item:active {
  background-color: transparent;
}
.cid-slvQUrjokr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-slvQUrjokr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-slvQUrjokr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-slvQUrjokr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #041c48;
}
.cid-slvQUrjokr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-slvQUrjokr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-slvQUrjokr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-slvQUrjokr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-slvQUrjokr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-slvQUrjokr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-slvQUrjokr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-slvQUrjokr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-slvQUrjokr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-slvQUrjokr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-slvQUrjokr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-slvQUrjokr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-slvQUrjokr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-slvQUrjokr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-slvQUrjokr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-slvQUrjokr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-slvQUrjokr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-slvQUrjokr .navbar {
    height: 70px;
  }
  .cid-slvQUrjokr .navbar.opened {
    height: auto;
  }
  .cid-slvQUrjokr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-slvQUrObaS {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/7-hintergrund-tioman-2000x1173.webp");
}
.cid-slvQUrObaS .mbr-overlay {
  background-color: #353535;
  opacity: 0.3;
}
.cid-slvQUrObaS .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-slvQUrObaS {
    align-items: flex-end;
  }
  .cid-slvQUrObaS .row {
    justify-content: center;
  }
  .cid-slvQUrObaS .content-wrap {
    width: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-slvQUrObaS .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-slvQUrObaS {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-slvQUrObaS .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-slvQUrObaS .content-wrap {
    width: 100%;
  }
}
.cid-slvQUrObaS .mbr-section-title {
  text-align: center;
  color: #fff0b0;
}
.cid-slvQUrObaS .mbr-text,
.cid-slvQUrObaS .mbr-section-btn {
  text-align: center;
  color: #041c48;
}
.cid-slvQUs5MuT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #082d6e;
}
.cid-slvQUs5MuT .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-slvQUs5MuT .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-slvQUs5MuT .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-slvQUs5MuT .card-text {
  text-align: center;
  color: #6ec7f2;
}
.cid-slvQUsrgk7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #082d6e;
}
.cid-slvQUsrgk7 .line {
  background-color: #47b5ed;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-slvQUsrgk7 .mbr-text {
  color: #fafafa;
}
.cid-slvQUsAsA3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/7-sundowner-2000x1500.webp");
}
@media (max-width: 991px) {
  .cid-slvQUsAsA3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-slvQUsAsA3 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-slvQUsAsA3 .text-wrapper {
    padding: 2rem;
  }
}
.cid-slvQUsAsA3 .mbr-text {
  color: #041c48;
}
.cid-slvQUsAsA3 .mbr-section-title {
  text-align: center;
  color: #fafafa;
}
.cid-slALfHoh7H {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/7-ko-samui-sandstrand-2000x659.webp");
}
.cid-slALfHoh7H .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-slALfHoh7H .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-slvQUsZO7J {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-slvQUsZO7J .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-slvQUsZO7J .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-slvQUsZO7J .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-slvQUsZO7J .card-text {
  text-align: center;
  color: #6ec7f2;
}
.cid-slvQUtglJ4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-2-2000x1333.webp");
}
.cid-slvQUtglJ4 .mbr-text,
.cid-slvQUtglJ4 .link {
  text-align: left;
  color: #fafafa;
}
.cid-slvQUtglJ4 .mbr-section-subtitle {
  color: #fafafa;
}
.cid-slvQUtEClp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-slvQUtEClp img,
.cid-slvQUtEClp .item-img {
  width: 100%;
}
.cid-slvQUtEClp .item:focus,
.cid-slvQUtEClp span:focus {
  outline: none;
}
.cid-slvQUtEClp .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-slvQUtEClp .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #041c48;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-slvQUtEClp .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-slvQUtEClp .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-slvQUtEClp .mbr-section-btn {
  margin-top: auto !important;
}
.cid-slvQUtEClp .mbr-section-title {
  color: #ffffff;
}
.cid-slvQUtEClp .mbr-text,
.cid-slvQUtEClp .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-slvQUtEClp .item-title {
  text-align: center;
}
.cid-slvQUtEClp .item-subtitle {
  text-align: left;
}
.cid-slH4ru6og8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-slH4ru6og8 img,
.cid-slH4ru6og8 .item-img {
  width: 100%;
}
.cid-slH4ru6og8 .item:focus,
.cid-slH4ru6og8 span:focus {
  outline: none;
}
.cid-slH4ru6og8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-slH4ru6og8 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-slH4ru6og8 .item {
  padding: 0;
  margin: 0;
}
.cid-slH4ru6og8 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-slH4ru6og8 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-slH4ru6og8 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-slH4ru6og8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-slH4ru6og8 .mbr-section-title {
  color: #232323;
}
.cid-slvQUuHp0m {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-slvQUuHp0m .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-slvQUuHp0m .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-slvQUuHp0m .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-slvQUuHp0m .card-text {
  text-align: center;
  color: #6ec7f2;
}
.cid-slvQUuZZ9V {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-2-2000x1333.webp");
}
.cid-slvQUuZZ9V .mbr-text,
.cid-slvQUuZZ9V .link {
  text-align: left;
  color: #fafafa;
}
.cid-slvQUuZZ9V .mbr-section-subtitle {
  color: #fafafa;
}
.cid-slHzQPzdnU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0c1e3e;
}
.cid-slHzQPzdnU img,
.cid-slHzQPzdnU .item-img {
  width: 100%;
}
.cid-slHzQPzdnU .item:focus,
.cid-slHzQPzdnU span:focus {
  outline: none;
}
.cid-slHzQPzdnU .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-slHzQPzdnU .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #0c1e3e;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-slHzQPzdnU .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-slHzQPzdnU .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-slHzQPzdnU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-slHzQPzdnU .mbr-section-title {
  color: #ffe885;
}
.cid-slHzQPzdnU .mbr-text,
.cid-slHzQPzdnU .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-slHzQPzdnU .item-title {
  text-align: left;
}
.cid-slHzQPzdnU .item-subtitle {
  text-align: center;
}
.cid-slvQUw9URI {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/7-big-buddha-beach-2000x438.webp");
}
.cid-slvQUw9URI .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-slvQUw9URI .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-slvQUwmuRv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-slvQUwmuRv .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-slvQUwmuRv .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-slvQUwmuRv .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-slvQUwmuRv .card-text {
  text-align: center;
  color: #47b5ed;
}
.cid-slvQUwHD9t {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-2-2000x1333.webp");
}
.cid-slvQUwHD9t .mbr-text,
.cid-slvQUwHD9t .link {
  text-align: left;
  color: #fafafa;
}
.cid-slvQUwHD9t .mbr-section-subtitle {
  color: #fafafa;
}
.cid-slvQUxy1kW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-slvQUxy1kW img,
.cid-slvQUxy1kW .item-img {
  width: 100%;
}
.cid-slvQUxy1kW .item:focus,
.cid-slvQUxy1kW span:focus {
  outline: none;
}
.cid-slvQUxy1kW .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-slvQUxy1kW .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #041c48;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-slvQUxy1kW .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-slvQUxy1kW .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-slvQUxy1kW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-slvQUxy1kW .mbr-section-title {
  color: #ffffff;
}
.cid-slvQUxy1kW .mbr-text,
.cid-slvQUxy1kW .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-slvQUxy1kW .item-title {
  text-align: center;
}
.cid-slvQUxy1kW .item-subtitle {
  text-align: left;
}
.cid-soZvCsOXuX {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #041c48;
}
.cid-soZvCsOXuX .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #041c48;
  color: #444444;
  padding: 0;
}
.cid-soZvCsOXuX .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-soZvCsOXuX p {
  line-height: 1.6;
}
.cid-soZvCsOXuX .rev,
.cid-soZvCsOXuX .mbr-iconfont {
  display: inline-block;
}
.cid-soZvCsOXuX .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-soZvCsOXuX .card-box {
  padding: 1.5rem;
}
.cid-soZvCsOXuX .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-soZvCsOXuX .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-soZvCsOXuX .mbr-section-title,
.cid-soZvCsOXuX .line-wrap {
  text-align: center;
  color: #ff9966;
}
.cid-soZvCsOXuX .rev {
  color: #0a1c44;
}
.cid-soZvCsOXuX .card-text,
.cid-soZvCsOXuX .mbr-section-btn,
.cid-soZvCsOXuX .ico-line {
  color: #fafafa;
  text-align: center;
}
.cid-slvQUybHlC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-slvQUybHlC img,
.cid-slvQUybHlC .item-img {
  width: 100%;
}
.cid-slvQUybHlC .item:focus,
.cid-slvQUybHlC span:focus {
  outline: none;
}
.cid-slvQUybHlC .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-slvQUybHlC .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #041c48;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-slvQUybHlC .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-slvQUybHlC .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-slvQUybHlC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-slvQUybHlC .mbr-section-title {
  color: #ffffff;
}
.cid-slvQUybHlC .mbr-text,
.cid-slvQUybHlC .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-slvQUybHlC .item-title {
  text-align: center;
}
.cid-slvQUybHlC .item-subtitle {
  text-align: left;
}
.cid-soUndym2Nf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-2-2000x1333.webp");
}
.cid-soUndym2Nf .mbr-text,
.cid-soUndym2Nf .link {
  text-align: left;
  color: #fafafa;
}
.cid-soUndym2Nf .mbr-section-subtitle {
  color: #fafafa;
}
.cid-slvQUyW141 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-slvQUyW141 img,
.cid-slvQUyW141 .item-img {
  width: 100%;
}
.cid-slvQUyW141 .item:focus,
.cid-slvQUyW141 span:focus {
  outline: none;
}
.cid-slvQUyW141 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-slvQUyW141 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #041c48;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-slvQUyW141 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-slvQUyW141 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-slvQUyW141 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-slvQUyW141 .mbr-section-title {
  color: #ffffff;
}
.cid-slvQUyW141 .mbr-text,
.cid-slvQUyW141 .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-slvQUyW141 .item-title {
  text-align: center;
}
.cid-slvQUyW141 .item-subtitle {
  text-align: left;
}
.cid-sms8RCyQN7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/7-blaues-meer-2000x667.webp");
}
@media (min-width: 992px) {
  .cid-sms8RCyQN7 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sms8RCyQN7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sms8RCyQN7 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-slvQUzx5W6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-slvQUzx5W6 .mbr-section-title {
  text-align: center;
}
.cid-slvQUzx5W6 .mbr-text {
  color: #98dee8;
  text-align: center;
}
.cid-slvQUzKJfS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-2-2000x1333.webp");
}
.cid-slvQUzKJfS .mbr-text,
.cid-slvQUzKJfS .link {
  text-align: left;
  color: #fafafa;
}
.cid-slvQUzKJfS .mbr-section-subtitle {
  color: #fafafa;
}
.cid-slvQUA8lKj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-slvQUA8lKj img,
.cid-slvQUA8lKj .item-img {
  width: 100%;
}
.cid-slvQUA8lKj .item:focus,
.cid-slvQUA8lKj span:focus {
  outline: none;
}
.cid-slvQUA8lKj .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-slvQUA8lKj .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #041c48;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-slvQUA8lKj .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-slvQUA8lKj .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-slvQUA8lKj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-slvQUA8lKj .mbr-section-title {
  color: #ffffff;
}
.cid-slvQUA8lKj .mbr-text,
.cid-slvQUA8lKj .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-slvQUA8lKj .item-title {
  text-align: center;
}
.cid-slvQUA8lKj .item-subtitle {
  text-align: left;
}
.cid-sp0s84jNs3 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #041c48;
}
.cid-sp0s84jNs3 .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #041c48;
  color: #444444;
  padding: 0;
}
.cid-sp0s84jNs3 .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-sp0s84jNs3 p {
  line-height: 1.6;
}
.cid-sp0s84jNs3 .rev,
.cid-sp0s84jNs3 .mbr-iconfont {
  display: inline-block;
}
.cid-sp0s84jNs3 .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-sp0s84jNs3 .card-box {
  padding: 1.5rem;
}
.cid-sp0s84jNs3 .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-sp0s84jNs3 .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-sp0s84jNs3 .mbr-section-title,
.cid-sp0s84jNs3 .line-wrap {
  text-align: center;
  color: #ff9966;
}
.cid-sp0s84jNs3 .rev {
  color: #0a1c44;
}
.cid-sp0s84jNs3 .card-text,
.cid-sp0s84jNs3 .mbr-section-btn,
.cid-sp0s84jNs3 .ico-line {
  color: #fafafa;
  text-align: center;
}
.cid-slvQUB2WSH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-2-2000x1333.webp");
}
.cid-slvQUB2WSH .mbr-text,
.cid-slvQUB2WSH .link {
  text-align: left;
  color: #fafafa;
}
.cid-slvQUB2WSH .mbr-section-subtitle {
  color: #fafafa;
}
.cid-slvQUBpEd6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-slvQUBpEd6 img,
.cid-slvQUBpEd6 .item-img {
  width: 100%;
}
.cid-slvQUBpEd6 .item:focus,
.cid-slvQUBpEd6 span:focus {
  outline: none;
}
.cid-slvQUBpEd6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-slvQUBpEd6 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #041c48;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-slvQUBpEd6 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-slvQUBpEd6 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-slvQUBpEd6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-slvQUBpEd6 .mbr-section-title {
  color: #ffffff;
}
.cid-slvQUBpEd6 .mbr-text,
.cid-slvQUBpEd6 .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-slvQUBpEd6 .item-title {
  text-align: center;
}
.cid-slvQUBpEd6 .item-subtitle {
  text-align: left;
}
.cid-smVPaZx2z5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-smVPaZx2z5 img,
.cid-smVPaZx2z5 .item-img {
  width: 100%;
}
.cid-smVPaZx2z5 .item:focus,
.cid-smVPaZx2z5 span:focus {
  outline: none;
}
.cid-smVPaZx2z5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-smVPaZx2z5 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #041c48;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-smVPaZx2z5 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-smVPaZx2z5 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-smVPaZx2z5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-smVPaZx2z5 .mbr-section-title {
  color: #ffffff;
}
.cid-smVPaZx2z5 .mbr-text,
.cid-smVPaZx2z5 .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-smVPaZx2z5 .item-title {
  text-align: center;
}
.cid-smVPaZx2z5 .item-subtitle {
  text-align: left;
}
.cid-smVPaZx2z5 .mbr-section-subtitle {
  color: #fafafa;
}
.cid-slvQUCANRt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-2-2000x1333.webp");
}
.cid-slvQUCANRt .mbr-text,
.cid-slvQUCANRt .link {
  text-align: left;
  color: #fafafa;
}
.cid-slvQUCANRt .mbr-section-subtitle {
  color: #fafafa;
}
.cid-smJVHtZafD {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/meer5-3-2000x1333.webp");
}
@media (max-width: 991px) {
  .cid-smJVHtZafD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-smJVHtZafD .row {
  flex-direction: row-reverse;
}
.cid-smJVHtZafD img {
  width: 100%;
}
.cid-smJVHtZafD .mbr-text {
  color: #fafafa;
}
.cid-smUOmy4fW1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-smUOmy4fW1 img,
.cid-smUOmy4fW1 .item-img {
  width: 100%;
}
.cid-smUOmy4fW1 .item:focus,
.cid-smUOmy4fW1 span:focus {
  outline: none;
}
.cid-smUOmy4fW1 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-smUOmy4fW1 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-smUOmy4fW1 .item {
  padding: 0;
  margin: 0;
}
.cid-smUOmy4fW1 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-smUOmy4fW1 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-smUOmy4fW1 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-smUOmy4fW1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-smUOmy4fW1 .mbr-section-title {
  color: #232323;
}
.cid-smUOCV5sQp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #082d6e;
}
.cid-smUOCV5sQp .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-smUOCV5sQp .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-smUOCV5sQp .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-smUOCV5sQp .card-text {
  text-align: center;
  color: #fafafa;
}
.cid-slvQUCZvJA {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #0c1e3e;
}
.cid-slvQUCZvJA img,
.cid-slvQUCZvJA .item-img {
  width: 100%;
}
.cid-slvQUCZvJA .item:focus,
.cid-slvQUCZvJA span:focus {
  outline: none;
}
.cid-slvQUCZvJA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-slvQUCZvJA .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #0c1e3e;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-slvQUCZvJA .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-slvQUCZvJA .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-slvQUCZvJA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-slvQUCZvJA .mbr-section-title {
  color: #ffe885;
}
.cid-slvQUCZvJA .mbr-text,
.cid-slvQUCZvJA .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-slvQUCZvJA .item-title {
  text-align: left;
}
.cid-slvQUCZvJA .item-subtitle {
  text-align: center;
}
.cid-slvQUDSEsg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-3-2000x1333.webp");
}
.cid-slvQUDSEsg .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-slvQUDSEsg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-slvQUDSEsg img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-slvQUDSEsg .text-wrapper {
    padding: 2rem;
  }
}
.cid-slvQUDSEsg .mbr-text {
  color: #fafafa;
}
.cid-slvQUDSEsg .mbr-description {
  color: #fafafa;
}
.cid-smULe5we7Q {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-2-2000x1333.webp");
}
.cid-smULe5we7Q .mbr-text,
.cid-smULe5we7Q .link {
  text-align: left;
  color: #fafafa;
}
.cid-smULe5we7Q .mbr-section-subtitle {
  color: #fafafa;
}
.cid-sp57UKznt6 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #041c48;
}
.cid-sp57UKznt6 .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #041c48;
  color: #444444;
  padding: 0;
}
.cid-sp57UKznt6 .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-sp57UKznt6 p {
  line-height: 1.6;
}
.cid-sp57UKznt6 .rev,
.cid-sp57UKznt6 .mbr-iconfont {
  display: inline-block;
}
.cid-sp57UKznt6 .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-sp57UKznt6 .card-box {
  padding: 1.5rem;
}
.cid-sp57UKznt6 .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-sp57UKznt6 .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-sp57UKznt6 .mbr-section-title,
.cid-sp57UKznt6 .line-wrap {
  text-align: center;
  color: #ff9966;
}
.cid-sp57UKznt6 .rev {
  color: #0a1c44;
}
.cid-sp57UKznt6 .card-text,
.cid-sp57UKznt6 .mbr-section-btn,
.cid-sp57UKznt6 .ico-line {
  color: #fafafa;
  text-align: center;
}
.cid-sn13zLy0RK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-sn13zLy0RK img,
.cid-sn13zLy0RK .item-img {
  width: 100%;
}
.cid-sn13zLy0RK .item:focus,
.cid-sn13zLy0RK span:focus {
  outline: none;
}
.cid-sn13zLy0RK .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sn13zLy0RK .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #041c48;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sn13zLy0RK .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sn13zLy0RK .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sn13zLy0RK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sn13zLy0RK .mbr-section-title {
  color: #ffffff;
}
.cid-sn13zLy0RK .mbr-text,
.cid-sn13zLy0RK .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-sn13zLy0RK .item-title {
  text-align: center;
}
.cid-sn13zLy0RK .item-subtitle {
  text-align: left;
}
.cid-sn0xUgkMie {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-2-2000x1333.webp");
}
.cid-sn0xUgkMie .mbr-text,
.cid-sn0xUgkMie .link {
  text-align: left;
  color: #fafafa;
}
.cid-sn0xUgkMie .mbr-section-subtitle {
  color: #fafafa;
}
.cid-sp58FXJ1mv {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #041c48;
}
.cid-sp58FXJ1mv .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #041c48;
  color: #444444;
  padding: 0;
}
.cid-sp58FXJ1mv .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-sp58FXJ1mv p {
  line-height: 1.6;
}
.cid-sp58FXJ1mv .rev,
.cid-sp58FXJ1mv .mbr-iconfont {
  display: inline-block;
}
.cid-sp58FXJ1mv .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-sp58FXJ1mv .card-box {
  padding: 1.5rem;
}
.cid-sp58FXJ1mv .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-sp58FXJ1mv .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-sp58FXJ1mv .mbr-section-title,
.cid-sp58FXJ1mv .line-wrap {
  text-align: center;
  color: #ff9966;
}
.cid-sp58FXJ1mv .rev {
  color: #0a1c44;
}
.cid-sp58FXJ1mv .card-text,
.cid-sp58FXJ1mv .mbr-section-btn,
.cid-sp58FXJ1mv .ico-line {
  color: #fafafa;
  text-align: center;
}
.cid-sn13GYjRkW {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #0c1e3e;
}
.cid-sn13GYjRkW img,
.cid-sn13GYjRkW .item-img {
  width: 100%;
}
.cid-sn13GYjRkW .item:focus,
.cid-sn13GYjRkW span:focus {
  outline: none;
}
.cid-sn13GYjRkW .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sn13GYjRkW .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #0c1e3e;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sn13GYjRkW .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sn13GYjRkW .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sn13GYjRkW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sn13GYjRkW .mbr-section-title {
  color: #ffe885;
}
.cid-sn13GYjRkW .mbr-text,
.cid-sn13GYjRkW .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-sn13GYjRkW .item-title {
  text-align: left;
}
.cid-sn13GYjRkW .item-subtitle {
  text-align: center;
}
.cid-sn0BaG56ZR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meer5-2-2000x1333.webp");
}
.cid-sn0BaG56ZR .mbr-text,
.cid-sn0BaG56ZR .link {
  text-align: left;
  color: #fafafa;
}
.cid-sn0BaG56ZR .mbr-section-subtitle {
  color: #fafafa;
}
.cid-sncHWOtULC {
  padding-top: 0px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/meer5-3-2000x1333.webp");
}
.cid-sncHWOtULC .container {
  max-width: 1500px;
}
.cid-sncHWOtULC img {
  width: 100%;
}
.cid-sncHWOtULC h2 {
  padding: 0;
  margin: 0;
}
.cid-sncHWOtULC .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-sncHWOtULC .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-sncHWOtULC .img-col {
  position: relative;
}
.cid-sncHWOtULC .img2 {
  position: absolute;
  left: -6rem;
  top: 4rem;
  width: 280px;
}
@media (max-width: 1200px) {
  .cid-sncHWOtULC .img2 {
    left: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-sncHWOtULC .img-col {
    margin-bottom: 3rem;
  }
  .cid-sncHWOtULC .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-sncHWOtULC .img2 {
    width: 50%;
    top: 2rem;
  }
  .cid-sncHWOtULC .number {
    margin: auto;
  }
}
.cid-sncHWOtULC .mbr-text {
  color: #fafafa;
}
.cid-sn1Dv9vJi8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-sn1Dv9vJi8 img,
.cid-sn1Dv9vJi8 .item-img {
  width: 100%;
}
.cid-sn1Dv9vJi8 .item:focus,
.cid-sn1Dv9vJi8 span:focus {
  outline: none;
}
.cid-sn1Dv9vJi8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sn1Dv9vJi8 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sn1Dv9vJi8 .item {
  padding: 0;
  margin: 0;
}
.cid-sn1Dv9vJi8 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sn1Dv9vJi8 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sn1Dv9vJi8 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sn1Dv9vJi8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sn1Dv9vJi8 .mbr-section-title {
  color: #fafafa;
}
.cid-slvQUFA8dg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #041c48;
}
.cid-slvQUFA8dg .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-slvQUFA8dg .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-slvQUFA8dg .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-slvQUFA8dg .card-text {
  text-align: center;
  color: #6ec7f2;
}
.cid-slvQUF2Gwd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #041c48;
}
.cid-slvQUF2Gwd .line {
  background-color: #47b5ed;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-slvQUF2Gwd .mbr-text {
  color: #ff9966;
}
.cid-slvQUG00h3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #041c48;
}
.cid-slvQUG00h3 .media-container-row .mbr-text {
  color: #22a5e5;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.6;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-sLPcpqLEHc {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sLPcpqLEHc nav.navbar {
  position: fixed;
}
.cid-sLPcpqLEHc .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sLPcpqLEHc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sLPcpqLEHc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sLPcpqLEHc .dropdown-item:hover,
.cid-sLPcpqLEHc .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-sLPcpqLEHc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sLPcpqLEHc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sLPcpqLEHc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sLPcpqLEHc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sLPcpqLEHc .nav-link {
  position: relative;
}
.cid-sLPcpqLEHc .container {
  display: flex;
  margin: auto;
}
.cid-sLPcpqLEHc .iconfont-wrapper {
  color: #041c48 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sLPcpqLEHc .dropdown-menu,
.cid-sLPcpqLEHc .navbar.opened {
  background: #041c48 !important;
}
.cid-sLPcpqLEHc .nav-item:focus,
.cid-sLPcpqLEHc .nav-link:focus {
  outline: none;
}
.cid-sLPcpqLEHc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sLPcpqLEHc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLPcpqLEHc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sLPcpqLEHc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sLPcpqLEHc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sLPcpqLEHc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sLPcpqLEHc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #041c48;
}
.cid-sLPcpqLEHc .navbar.opened {
  transition: all 0.3s;
}
.cid-sLPcpqLEHc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sLPcpqLEHc .navbar .navbar-logo img {
  width: auto;
}
.cid-sLPcpqLEHc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sLPcpqLEHc .navbar.collapsed {
  justify-content: center;
}
.cid-sLPcpqLEHc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sLPcpqLEHc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sLPcpqLEHc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sLPcpqLEHc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sLPcpqLEHc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sLPcpqLEHc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sLPcpqLEHc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sLPcpqLEHc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sLPcpqLEHc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sLPcpqLEHc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sLPcpqLEHc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sLPcpqLEHc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sLPcpqLEHc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sLPcpqLEHc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sLPcpqLEHc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sLPcpqLEHc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sLPcpqLEHc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sLPcpqLEHc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sLPcpqLEHc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sLPcpqLEHc .navbar.navbar-short {
  min-height: 60px;
}
.cid-sLPcpqLEHc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sLPcpqLEHc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sLPcpqLEHc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sLPcpqLEHc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sLPcpqLEHc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sLPcpqLEHc .dropdown-item.active,
.cid-sLPcpqLEHc .dropdown-item:active {
  background-color: transparent;
}
.cid-sLPcpqLEHc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sLPcpqLEHc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sLPcpqLEHc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sLPcpqLEHc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #041c48;
}
.cid-sLPcpqLEHc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sLPcpqLEHc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLPcpqLEHc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sLPcpqLEHc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sLPcpqLEHc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sLPcpqLEHc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-sLPcpqLEHc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sLPcpqLEHc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLPcpqLEHc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLPcpqLEHc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sLPcpqLEHc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLPcpqLEHc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sLPcpqLEHc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sLPcpqLEHc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLPcpqLEHc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sLPcpqLEHc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sLPcpqLEHc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sLPcpqLEHc .navbar {
    height: 70px;
  }
  .cid-sLPcpqLEHc .navbar.opened {
    height: auto;
  }
  .cid-sLPcpqLEHc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sLPg5Q2pJR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/meer5-4-2000x1333.webp");
}
.cid-sLPg5Q2pJR .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sLPg5Q2pJR form .mbr-section-btn .btn {
  display: inline-flex;
  border-radius: 2rem;
}
.cid-sLPg5Q2pJR input,
.cid-sLPg5Q2pJR textarea {
  border-radius: 0.5rem;
}
.cid-sLPg5Q2pJR textarea {
  min-height: 10rem;
}
.cid-sLPg5Q2pJR .mbr-form {
  background: #093d99;
  border-radius: 2rem;
  padding: 3rem;
}
@media (max-width: 767px) {
  .cid-sLPg5Q2pJR .mbr-form {
    padding: 2rem 1rem;
  }
}
.cid-sLPg5Q2pJR .form-control:hover,
.cid-sLPg5Q2pJR .form-control:focus {
  border-color: transparent !important;
}
.cid-sLPg5Q2pJR .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-sLPcprrrPq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #041c48;
}
.cid-sLPcprrrPq .media-container-row .mbr-text {
  color: #22a5e5;
}
