body {
  font-family: Nunito;
}
.display-1 {
  font-family: 'KronaOne-Regular';
  font-size: 1.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-2 {
  font-family: 'KronaOne-Regular';
  font-size: 1.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-4 {
  font-family: 'KronaOne-Regular';
  font-size: 0.7rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.12rem;
}
.display-5 {
  font-family: 'FiraSans-Regular';
  font-size: 1.5rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'FiraSans-Regular';
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 1.28rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.12rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.56rem;
    font-size: calc( 0.895rem + (0.7 - 0.895) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.895rem + (0.7 - 0.895) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.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: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 20px 30px;
  border-radius: 8px;
}
.bg-primary {
  background-color: #98bec8 !important;
}
.bg-success {
  background-color: #1a51ab !important;
}
.bg-info {
  background-color: #ccd2d2 !important;
}
.bg-warning {
  background-color: #77b1c2 !important;
}
.bg-danger {
  background-color: #e94e1a !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #98bec8 !important;
  border-color: #98bec8 !important;
  color: #ffffff !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #669fad !important;
  border-color: #669fad !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #c6e3ea !important;
  border-color: #c6e3ea !important;
  color: #307181 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #307181 !important;
  background-color: #8ec8d5 !important;
  border-color: #8ec8d5 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ccd2d2 !important;
  border-color: #ccd2d2 !important;
  color: #4b5454 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #4b5454 !important;
  background-color: #a3aeae !important;
  border-color: #a3aeae !important;
}
.btn-success,
.btn-success:active {
  background-color: #1a51ab !important;
  border-color: #1a51ab !important;
  color: #ffffff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #103269 !important;
  border-color: #103269 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #77b1c2 !important;
  border-color: #77b1c2 !important;
  color: #ffffff !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #498fa3 !important;
  border-color: #498fa3 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e94e1a !important;
  border-color: #e94e1a !important;
  color: #ffffff !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a73610 !important;
  border-color: #a73610 !important;
}
.btn-white {
  color: #404040 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #98bec8;
  color: #98bec8;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #98bec8;
  border-color: #98bec8;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #98bec8 !important;
  border-color: #98bec8 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #c6e3ea;
  color: #c6e3ea;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #307181;
  background-color: #c6e3ea;
  border-color: #c6e3ea;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #307181 !important;
  background-color: #c6e3ea !important;
  border-color: #c6e3ea !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #ccd2d2;
  color: #ccd2d2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #4b5454;
  background-color: #ccd2d2;
  border-color: #ccd2d2;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #4b5454 !important;
  background-color: #ccd2d2 !important;
  border-color: #ccd2d2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #1a51ab;
  color: #1a51ab;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #1a51ab;
  border-color: #1a51ab;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #1a51ab !important;
  border-color: #1a51ab !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #77b1c2;
  color: #77b1c2;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #77b1c2;
  border-color: #77b1c2;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #77b1c2 !important;
  border-color: #77b1c2 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #e94e1a;
  color: #e94e1a;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #e94e1a;
  border-color: #e94e1a;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e94e1a !important;
  border-color: #e94e1a !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #98bec8 !important;
}
.text-secondary {
  color: #c6e3ea !important;
}
.text-success {
  color: #1a51ab !important;
}
.text-info {
  color: #ccd2d2 !important;
}
.text-warning {
  color: #77b1c2 !important;
}
.text-danger {
  color: #e94e1a !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #dae8ec !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ffffff !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #4883e3 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #ffffff !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #bdd9e2 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #f29677 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ccd2d2;
}
.alert-warning {
  background-color: #77b1c2;
}
.alert-danger {
  background-color: #e94e1a;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.5) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.5) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #98bec8;
  border-color: #98bec8;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #98bec8;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ebf2f4;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #5e92e7;
}
.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: #cfe3e9;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fbded4;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'KronaOne-Regular';
  font-size: 0.7rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.12rem;
}
blockquote {
  border-color: #98bec8;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.5);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.5);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #98bec8;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #98bec8;
  border-bottom-color: #98bec8;
}
.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: #98bec8 !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: #c6e3ea !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='%2398bec8' %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-rVs1JRXiBo .dropdown-menu {
  padding: 12px 0;
}
.cid-rVs1JRXiBo .dropdown-item:hover,
.cid-rVs1JRXiBo .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-rVs1JRXiBo .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-rVs1JRXiBo .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-rVs1JRXiBo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-rVs1JRXiBo .nav-link {
  position: relative;
}
.cid-rVs1JRXiBo .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-rVs1JRXiBo .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-rVs1JRXiBo .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-rVs1JRXiBo .dropdown-menu,
.cid-rVs1JRXiBo .navbar.opened {
  background: #c6e3ea !important;
}
.cid-rVs1JRXiBo .nav-item:focus,
.cid-rVs1JRXiBo .nav-link:focus {
  outline: none;
}
.cid-rVs1JRXiBo .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-rVs1JRXiBo .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-rVs1JRXiBo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rVs1JRXiBo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rVs1JRXiBo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rVs1JRXiBo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rVs1JRXiBo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rVs1JRXiBo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rVs1JRXiBo .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #c6e3ea;
}
.cid-rVs1JRXiBo .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-rVs1JRXiBo .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-rVs1JRXiBo .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-rVs1JRXiBo .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-rVs1JRXiBo .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-rVs1JRXiBo .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-rVs1JRXiBo .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-rVs1JRXiBo .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-rVs1JRXiBo .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-rVs1JRXiBo .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-rVs1JRXiBo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rVs1JRXiBo .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-rVs1JRXiBo .navbar.collapsed.opened {
  position: fixed;
}
.cid-rVs1JRXiBo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-rVs1JRXiBo .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-rVs1JRXiBo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rVs1JRXiBo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rVs1JRXiBo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rVs1JRXiBo .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: 55%;
}
.cid-rVs1JRXiBo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rVs1JRXiBo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-rVs1JRXiBo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-rVs1JRXiBo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rVs1JRXiBo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rVs1JRXiBo .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-rVs1JRXiBo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rVs1JRXiBo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rVs1JRXiBo .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: 41%;
  }
  .cid-rVs1JRXiBo .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-rVs1JRXiBo .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rVs1JRXiBo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rVs1JRXiBo .navbar .navbar-brand {
    margin-right: auto;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-rVs1JRXiBo .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-rVs1JRXiBo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-rVs1JRXiBo .navbar.navbar-short {
  background: #c6e3ea !important;
  min-height: 60px;
}
.cid-rVs1JRXiBo .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rVs1JRXiBo .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rVs1JRXiBo .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rVs1JRXiBo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rVs1JRXiBo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rVs1JRXiBo .dropdown-item.active,
.cid-rVs1JRXiBo .dropdown-item:active {
  background-color: transparent;
}
.cid-rVs1JRXiBo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rVs1JRXiBo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rVs1JRXiBo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rVs1JRXiBo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c6e3ea;
}
.cid-rVs1JRXiBo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rVs1JRXiBo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rVs1JRXiBo ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rVs1JRXiBo .navbar-buttons {
  text-align: center;
}
.cid-rVs1JRXiBo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rVs1JRXiBo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rVs1JRXiBo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-rVs1JRXiBo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rVs1JRXiBo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rVs1JRXiBo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-rVs1JRXiBo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rVs1JRXiBo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-rVs1JRXiBo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-rVs1JRXiBo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rVs1JRXiBo .navbar-dropdown {
  position: fixed;
}
.cid-rVs1JRXiBo a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rVs1JRXiBo .icons-menu {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-rVs1JRXiBo .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-rVs1JRXiBo .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rVs1JRXiBo .navbar {
    height: 77px;
  }
  .cid-rVs1JRXiBo .navbar.opened {
    height: auto;
  }
  .cid-rVs1JRXiBo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzRUtOlWPp {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #c6e3ea;
}
.cid-uzRUtOlWPp .mbr-section-title.display-2 {
  font-size: 40px;
  line-height: 1.25;
}
.cid-uzRUtOlWPp .mbr-section-subtitle.display-5 {
  font-size: 26px;
  line-height: 1.385;
}
.cid-uzRUtOlWPp .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-uzRUtOlWPp .mbr-section-btn .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}
.cid-uzRUtOlWPp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzRUtOlWPp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE0xKmGmDw {
  padding-top: 300px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/101-nordbuch-start3-1-2000x1215.webp");
  overflow: hidden;
}
.cid-uE0xKmGmDw svg {
  fill: #f9fafb !important;
  pointer-events: none;
}
.cid-uE0xKmGmDw #e2_shape {
  fill: #f9fafb !important;
}
.cid-uE0xKmGmDw .mbr-section-title.display-1 {
  line-height: 1.24;
}
.cid-uE0xKmGmDw .mbr-text {
  font-weight: 300;
}
.cid-uE0xKmGmDw .mbr-text.display-5 {
  font-size: 24px;
  line-height: 1.416;
}
.cid-uE0xKmGmDw .btn-white {
  color: #d60b52 !important;
}
.cid-uE0xKmGmDw .btn.display-4 {
  font-size: 14px;
  line-height: 1.2;
  padding: 12px 40px 12px;
}
.cid-uE0xKmGmDw .btn.display-4 .mbr-iconfont {
  font-size: 0.9rem;
  margin-right: 0px;
}
@media (max-width: 991px) {
  .cid-uE0xKmGmDw .img-wrap {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-uE0xKmGmDw {
    padding: 30px;
  }
  .cid-uE0xKmGmDw svg {
    display: none;
  }
}
.cid-uE0xKmGmDw .mbr-text,
.cid-uE0xKmGmDw .mbr-section-btn {
  color: #ffffff;
}
.cid-uE0xKmGmDw .mbr-section-title,
.cid-uE0xKmGmDw .mbr-section-btn {
  color: #ffffff;
}
.cid-snynQhYzOa {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9fafb;
}
.cid-snynQhYzOa .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-snynQhYzOa .mbr-figure img {
  height: 200px;
  width: 200px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-snynQhYzOa .mbr-text,
.cid-snynQhYzOa .mbr-section-btn {
  color: #879a9f;
}
@media (max-width: 767px) {
  .cid-snynQhYzOa img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-snynQhYzOa H1 {
  color: #77b1c2;
}
.cid-snynQhYzOa DIV {
  text-align: center;
}
.cid-tgbpKl41VD {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f9fafb;
}
@media (min-width: 1500px) {
  .cid-tgbpKl41VD .container {
    max-width: 1400px;
  }
}
.cid-tgbpKl41VD .card-text_padding-bottom {
  padding-bottom: 5rem;
}
.cid-tgbpKl41VD .card-img {
  margin-left: auto;
  margin-bottom: 2rem;
  margin-right: auto;
}
.cid-tgbpKl41VD .card-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
}
.cid-tgbpKl41VD .btn-bottom {
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 1620px) {
  .cid-tgbpKl41VD .card {
    padding: 0 4rem;
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 1250px) {
  .cid-tgbpKl41VD .card {
    padding: 0 2rem;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .cid-tgbpKl41VD .card {
    padding: 0 1rem;
    padding-bottom: 4rem;
  }
}
.cid-tgbpKl41VD .row {
  justify-content: center;
}
.cid-tgbpKl41VD .mbr-section-title {
  color: #2e6b75;
  text-align: center;
}
.cid-tgbpKl41VD .card-title {
  color: #2e6b75;
  text-align: center;
  width: 100%;
}
.cid-tgbpKl41VD .mbr-section-subtitle {
  color: #6c7577;
  text-align: center;
}
.cid-tgbpKl41VD .card-text {
  color: #6c7577;
  text-align: center;
  width: 100%;
}
.cid-tgbpKl41VD .card-title,
.cid-tgbpKl41VD .iconfont-wrapper {
  color: #1a51ab;
}
.cid-tgbpKl41VD .card-text,
.cid-tgbpKl41VD .mbr-section-btn {
  color: #404040;
}
.cid-smx40m9z8s {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f9fafb;
}
.cid-smx40m9z8s .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #98bec8;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-smx40m9z8s .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-smx40m9z8s .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-smx40m9z8s .main-title.display-2 {
  line-height: 1.375;
}
.cid-smx40m9z8s .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-smx40m9z8s .mbr-text {
  color: #606060;
}
.cid-smx40m9z8s .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-smx40m9z8s .mbr-section-btn {
  margin-top: 24px;
}
.cid-smx40m9z8s .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-smx40m9z8s .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-smx40m9z8s .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-smx40m9z8s .main-title,
.cid-smx40m9z8s .mbr-section-btn {
  color: #1a51ab;
  text-align: center;
}
.cid-smx40m9z8s .mbr-text,
.cid-smx40m9z8s .mbr-section-btn {
  text-align: center;
  color: #404040;
}
.cid-smx4Xh54hd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9fafb;
}
.cid-smx4Xh54hd .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #98bec8;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-smx4Xh54hd .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-smx4Xh54hd .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-smx4Xh54hd .main-title.display-2 {
  line-height: 1.375;
}
.cid-smx4Xh54hd .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-smx4Xh54hd .mbr-text {
  color: #606060;
}
.cid-smx4Xh54hd .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-smx4Xh54hd .mbr-section-btn {
  margin-top: 24px;
}
.cid-smx4Xh54hd .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-smx4Xh54hd .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-smx4Xh54hd .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-smx4Xh54hd .main-title,
.cid-smx4Xh54hd .mbr-section-btn {
  color: #1a51ab;
  text-align: center;
}
.cid-smx4Xh54hd .mbr-text,
.cid-smx4Xh54hd .mbr-section-btn {
  text-align: center;
  color: #404040;
}
.cid-smx4XVlLIZ {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f9fafb;
}
.cid-smx4XVlLIZ .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #98bec8;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-smx4XVlLIZ .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-smx4XVlLIZ .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-smx4XVlLIZ .main-title.display-2 {
  line-height: 1.375;
}
.cid-smx4XVlLIZ .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-smx4XVlLIZ .mbr-text {
  color: #606060;
}
.cid-smx4XVlLIZ .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-smx4XVlLIZ .mbr-section-btn {
  margin-top: 24px;
}
.cid-smx4XVlLIZ .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-smx4XVlLIZ .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-smx4XVlLIZ .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-smx4XVlLIZ .main-title,
.cid-smx4XVlLIZ .mbr-section-btn {
  color: #1a51ab;
  text-align: center;
}
.cid-smx4XVlLIZ .mbr-text,
.cid-smx4XVlLIZ .mbr-section-btn {
  text-align: center;
  color: #404040;
}
.cid-smx9SpzJoZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9fafb;
  overflow: hidden;
}
.cid-smx9SpzJoZ svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-smx9SpzJoZ #e2_shape {
  fill: #c6e3ea !important;
}
.cid-smx9SpzJoZ .mbr-text.display-5 {
  font-size: 26px;
}
.cid-smx9SpzJoZ .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-smx9SpzJoZ img {
  margin-left: auto;
  margin-right: auto;
}
.cid-slYWphf1tP {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #c6e3ea;
}
.cid-slYWphf1tP .card {
  -webkit-align-items: center;
  align-items: center;
}
.cid-slYWphf1tP .card-box {
  width: 100%;
}
.cid-slYWphf1tP .card-img {
  padding: 1rem;
  border: 8px solid #f9fafb;
  border-radius: 100%;
  height: 120px;
  width: 120px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-slYWphf1tP .card-img span {
  color: #77b1c2;
  font-size: 3.8rem;
}
.cid-slYWphf1tP .mbr-text {
  color: #767676;
}
.cid-slYWphf1tP p {
  margin: 0;
}
@media (max-width: 576px) {
  .cid-slYWphf1tP .card {
    margin-bottom: 2rem;
  }
}
.cid-slYWphf1tP .card-title,
.cid-slYWphf1tP .card-img {
  color: #1a51ab;
  text-align: center;
}
.cid-slYWphf1tP .mbr-section-title {
  text-align: center;
}
.cid-slYWphf1tP .mbr-section-sub-title {
  text-align: center;
  color: #13b4db;
}
.cid-slYWphf1tP .line-wrap2 {
  display: inline-block;
  width: 100%;
}
.cid-slYWphf1tP .line2 {
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #1168ad;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.cid-slYWphf1tP .mbr-section-title,
.cid-slYWphf1tP .line-wrap {
  text-align: center;
  color: #1168ad;
}
.cid-slYWphf1tP .mbr-text,
.cid-slYWphf1tP .line-wrap2 {
  text-align: center;
  color: #404040;
}
.cid-so2Y6gQnui {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #f9fafb;
  overflow: hidden;
}
.cid-so2Y6gQnui svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-so2Y6gQnui #e2_shape {
  fill: #f9fafb !important;
}
.cid-so2Y6gQnui .mbr-text.display-5 {
  font-size: 26px;
}
.cid-so2Y6gQnui .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-so2Y6gQnui img {
  margin-left: auto;
  margin-right: auto;
}
.cid-so2Y6gQnui .mbr-section-title,
.cid-so2Y6gQnui .icon-wrap {
  color: #1a51ab;
  font-weight: 400;
}
.cid-so2Y6gQnui .mbr-text,
.cid-so2Y6gQnui .mbr-section-btn {
  color: #404040;
  font-weight: 400;
}
.cid-so1jXk4Mkb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9fafb;
  overflow: hidden;
}
.cid-so1jXk4Mkb svg {
  fill: #c6e3ea !important;
  pointer-events: none;
}
.cid-so1jXk4Mkb #e2_shape {
  fill: #c6e3ea !important;
}
.cid-so1jXk4Mkb .mbr-section-title.display-1 {
  line-height: 1.24;
}
.cid-so1jXk4Mkb .mbr-text {
  font-weight: 300;
}
.cid-so1jXk4Mkb .mbr-text.display-5 {
  font-size: 24px;
  line-height: 1.416;
}
.cid-so1jXk4Mkb .btn-white {
  color: #404040 !important;
}
.cid-so1jXk4Mkb .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  padding: 21px 30px 20px;
}
.cid-so1jXk4Mkb .btn.display-4 .mbr-iconfont {
  font-size: 0.9rem;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .cid-so1jXk4Mkb .img-wrap {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-so1jXk4Mkb {
    padding: 30px;
  }
  .cid-so1jXk4Mkb svg {
    display: none;
  }
}
.cid-so1l0PnVWs {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #c6e3ea;
}
.cid-so1l0PnVWs section {
  position: relative;
}
.cid-so1l0PnVWs h4 {
  margin: 0;
}
.cid-so1l0PnVWs img {
  height: 120px;
  padding-right: 0px;
  width: auto;
}
.cid-so1l0PnVWs a {
  font-weight: 500;
}
.cid-so1l0PnVWs .img1 {
  color: #ffffff;
}
.cid-so1l0PnVWs .img2 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-so1l0PnVWs .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-so1l0PnVWs .item,
.cid-so1l0PnVWs .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-so1l0PnVWs .item h4,
.cid-so1l0PnVWs .link h4 {
  padding-left: 0px;
  margin: 0;
}
.cid-so1l0PnVWs .card-img {
  width: auto;
}
.cid-so1l0PnVWs .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-so1l0PnVWs .item {
    justify-content: center;
  }
}
.cid-so1l0PnVWs .item-title {
  color: #1a51ab;
  text-align: left;
}
.cid-so1l0PnVWs .items-title,
.cid-so1l0PnVWs .items-title + .line-wrap {
  color: #000000;
  text-align: left;
}
.cid-so1l0PnVWs .links-title,
.cid-so1l0PnVWs .links-title + .line-wrap {
  color: #000000;
  text-align: left;
}
.cid-so1l0PnVWs .link-title {
  color: #1a51ab;
}
.cid-so1l0PnVWs H4 {
  text-align: left;
}
.cid-so2OJn43bU {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #c6e3ea;
}
@media (min-width: 1500px) {
  .cid-so2OJn43bU .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-so2OJn43bU .copyright {
    margin-bottom: 1rem;
  }
}
.cid-so2OJn43bU p {
  color: #ffffff;
}
.cid-so2OJn43bU .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-sm463dhVMp .dropdown-menu {
  padding: 12px 0;
}
.cid-sm463dhVMp .dropdown-item:hover,
.cid-sm463dhVMp .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-sm463dhVMp .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-sm463dhVMp .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-sm463dhVMp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sm463dhVMp .nav-link {
  position: relative;
}
.cid-sm463dhVMp .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-sm463dhVMp .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sm463dhVMp .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-sm463dhVMp .dropdown-menu,
.cid-sm463dhVMp .navbar.opened {
  background: #c6e3ea !important;
}
.cid-sm463dhVMp .nav-item:focus,
.cid-sm463dhVMp .nav-link:focus {
  outline: none;
}
.cid-sm463dhVMp .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-sm463dhVMp .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-sm463dhVMp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sm463dhVMp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sm463dhVMp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sm463dhVMp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sm463dhVMp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sm463dhVMp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sm463dhVMp .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #c6e3ea;
}
.cid-sm463dhVMp .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-sm463dhVMp .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-sm463dhVMp .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-sm463dhVMp .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-sm463dhVMp .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-sm463dhVMp .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-sm463dhVMp .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-sm463dhVMp .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-sm463dhVMp .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-sm463dhVMp .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sm463dhVMp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sm463dhVMp .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-sm463dhVMp .navbar.collapsed.opened {
  position: fixed;
}
.cid-sm463dhVMp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-sm463dhVMp .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-sm463dhVMp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sm463dhVMp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sm463dhVMp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sm463dhVMp .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: 55%;
}
.cid-sm463dhVMp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sm463dhVMp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sm463dhVMp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sm463dhVMp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sm463dhVMp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sm463dhVMp .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-sm463dhVMp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sm463dhVMp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sm463dhVMp .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: 41%;
  }
  .cid-sm463dhVMp .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-sm463dhVMp .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sm463dhVMp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sm463dhVMp .navbar .navbar-brand {
    margin-right: auto;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sm463dhVMp .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-sm463dhVMp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sm463dhVMp .navbar.navbar-short {
  background: #c6e3ea !important;
  min-height: 60px;
}
.cid-sm463dhVMp .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sm463dhVMp .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sm463dhVMp .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sm463dhVMp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sm463dhVMp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sm463dhVMp .dropdown-item.active,
.cid-sm463dhVMp .dropdown-item:active {
  background-color: transparent;
}
.cid-sm463dhVMp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sm463dhVMp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sm463dhVMp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sm463dhVMp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c6e3ea;
}
.cid-sm463dhVMp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sm463dhVMp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sm463dhVMp ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sm463dhVMp .navbar-buttons {
  text-align: center;
}
.cid-sm463dhVMp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sm463dhVMp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sm463dhVMp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sm463dhVMp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sm463dhVMp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sm463dhVMp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sm463dhVMp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sm463dhVMp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sm463dhVMp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sm463dhVMp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sm463dhVMp .navbar-dropdown {
  position: fixed;
}
.cid-sm463dhVMp a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sm463dhVMp .icons-menu {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sm463dhVMp .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-sm463dhVMp .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sm463dhVMp .navbar {
    height: 77px;
  }
  .cid-sm463dhVMp .navbar.opened {
    height: auto;
  }
  .cid-sm463dhVMp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sp59FQrdea {
  padding-top: 300px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/201-steuerrad-2000x1215.webp");
  overflow: hidden;
}
.cid-sp59FQrdea svg {
  fill: #f9fafb !important;
  pointer-events: none;
}
.cid-sp59FQrdea #e2_shape {
  fill: #f9fafb !important;
}
.cid-sp59FQrdea .mbr-section-title.display-1 {
  line-height: 1.24;
}
.cid-sp59FQrdea .mbr-text {
  font-weight: 300;
}
.cid-sp59FQrdea .mbr-text.display-5 {
  font-size: 24px;
  line-height: 1.416;
}
.cid-sp59FQrdea .btn-white {
  color: #404040 !important;
}
.cid-sp59FQrdea .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  padding: 21px 30px 20px;
}
.cid-sp59FQrdea .btn.display-4 .mbr-iconfont {
  font-size: 0.9rem;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .cid-sp59FQrdea .img-wrap {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-sp59FQrdea {
    padding: 30px;
  }
  .cid-sp59FQrdea svg {
    display: none;
  }
}
.cid-sp59FQrdea .mbr-section-title,
.cid-sp59FQrdea .mbr-section-btn {
  color: #1a51ab;
}
.cid-sp59FQrdea .mbr-text,
.cid-sp59FQrdea .mbr-section-btn {
  color: #ffffff;
}
.cid-sp5mqMSYfP {
  padding-top: 60px;
  padding-bottom: 135px;
  background-color: #f9fafb;
}
.cid-sp5mqMSYfP .carousel-item {
  padding: 0 10%;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sp5mqMSYfP .carousel-item.active,
.cid-sp5mqMSYfP .carousel-item-next,
.cid-sp5mqMSYfP .carousel-item-prev {
  display: flex;
}
.cid-sp5mqMSYfP .img-box {
  position: relative;
  width: fit-content;
  margin: auto;
}
.cid-sp5mqMSYfP .carousel-controls .mbr-iconfont {
  font-family: Moririse2 !important;
  font-size: 1rem;
  font-weight: 900;
  transition: opacity .3s;
}
.cid-sp5mqMSYfP .carousel-controls a {
  transition: all .3s;
  border-radius: 50%;
  border: none;
  background-color: transparent;
}
.cid-sp5mqMSYfP .carousel-controls a span {
  color: #77b1c2 !important;
  font-size: 25px !important;
}
.cid-sp5mqMSYfP .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-sp5mqMSYfP .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-sp5mqMSYfP .carousel-controls .carousel-control-next,
.cid-sp5mqMSYfP .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-sp5mqMSYfP .carousel-controls .carousel-control-next {
  bottom: auto;
  top: 44%;
}
.cid-sp5mqMSYfP .carousel-controls .carousel-control-prev {
  bottom: auto;
  top: 44%;
}
.cid-sp5mqMSYfP .author-box {
  margin-bottom: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-sp5mqMSYfP .face {
  width: 130px;
  height: 130px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  object-fit: cover;
}
.cid-sp5mqMSYfP .author {
  margin: auto 0;
}
.cid-sp5mqMSYfP .mbr-text {
  margin-bottom: 34px !important;
}
.cid-sp5mqMSYfP h3,
.cid-sp5mqMSYfP h4 {
  margin: 0;
  padding: 0;
}
.cid-sp5mqMSYfP .mbr-bottom {
  color: #767676;
}
.cid-sp5mqMSYfP .box {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px!important;
}
@media (max-width: 992px) {
  .cid-sp5mqMSYfP .carousel-controls a span {
    bottom: auto;
    top: 30%;
  }
}
@media (max-width: 767px) {
  .cid-sp5mqMSYfP .carousel-controls a span {
    bottom: auto;
    top: 20%;
  }
}
.cid-sp5mqMSYfP .carousel-indicators {
  bottom: -65px;
}
@media (max-width: 786px) {
  .cid-sp5mqMSYfP .carousel-indicators {
    bottom: -75px;
  }
}
.cid-sp5mqMSYfP .carousel-indicators li {
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #1a51ab;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-sp5mqMSYfP .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-sp5mqMSYfP .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #77b1c2;
  stroke: none;
  overflow: visible;
}
.cid-sp5mqMSYfP .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #77b1c2;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-sp5mqMSYfP .carousel-indicators li.active {
  background: #77b1c2;
}
.cid-sp5mqMSYfP .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-sp5mqMSYfP .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-sp5mqMSYfP .mbr-text,
.cid-sp5mqMSYfP .mbr-section-btn {
  text-align: center;
}
.cid-sow6gbtkKV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9fafb;
}
.cid-sow6gbtkKV h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sow6gbtkKV p {
  color: #767676;
  text-align: left;
}
.cid-sow6gbtkKV .card-box {
  padding-top: 2rem;
}
.cid-sow6gbtkKV .card-wrapper {
  height: 100%;
}
.cid-sow6gbtkKV img {
  border-radius: 100%;
  height: 250px;
  width: 250px;
  object-fit: cover;
}
.cid-sow6gbtkKV P {
  text-align: center;
  color: #404040;
}
.cid-sow6gbtkKV .card-title {
  text-align: center;
  color: #1a51ab;
}
.cid-sow6gbtkKV .card-img {
  position: relative;
}
.cid-sow6gbtkKV .card-icon {
  position: absolute;
  background: #77b1c2;
  height: 70px;
  width: 70px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.22);
  border-radius: 100%;
  padding: 1rem;
  left: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 1rem;
}
.cid-sow6gbtkKV .card-icon .mbr-iconfont {
  font-size: 2rem;
  color: #98bec8;
}
.cid-smxTx3VJiL {
  padding-top: 135px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/209-108984387-l-2000x1333.webp");
  overflow: hidden;
}
.cid-smxTx3VJiL svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-smxTx3VJiL #e2_shape {
  fill: #f9fafb !important;
}
.cid-smxTx3VJiL .mbr-text.display-5 {
  font-size: 26px;
}
.cid-smxTx3VJiL .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-smxTx3VJiL img {
  margin-left: auto;
  margin-right: auto;
}
.cid-smxTx3VJiL .mbr-section-title,
.cid-smxTx3VJiL .icon-wrap {
  color: #1168ad;
}
.cid-smxTx3VJiL .mbr-text,
.cid-smxTx3VJiL .mbr-section-btn {
  color: #000000;
}
.cid-smxTjjvO40 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f9fafb;
}
.cid-smxTjjvO40 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #98bec8;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-smxTjjvO40 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-smxTjjvO40 .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-smxTjjvO40 .main-title.display-2 {
  line-height: 1.375;
}
.cid-smxTjjvO40 .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-smxTjjvO40 .mbr-text {
  color: #606060;
}
.cid-smxTjjvO40 .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-smxTjjvO40 .mbr-section-btn {
  margin-top: 24px;
}
.cid-smxTjjvO40 .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-smxTjjvO40 .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-smxTjjvO40 .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-smxTjjvO40 .main-title,
.cid-smxTjjvO40 .mbr-section-btn {
  color: #1a51ab;
  text-align: center;
}
.cid-smxTjjvO40 .mbr-text,
.cid-smxTjjvO40 .mbr-section-btn {
  text-align: center;
  color: #404040;
}
.cid-smxUc0g9jg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9fafb;
}
.cid-smxUc0g9jg .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #98bec8;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-smxUc0g9jg .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-smxUc0g9jg .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-smxUc0g9jg .main-title.display-2 {
  line-height: 1.375;
}
.cid-smxUc0g9jg .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-smxUc0g9jg .mbr-text {
  color: #606060;
}
.cid-smxUc0g9jg .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-smxUc0g9jg .mbr-section-btn {
  margin-top: 24px;
}
.cid-smxUc0g9jg .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-smxUc0g9jg .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-smxUc0g9jg .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-smxUc0g9jg .main-title,
.cid-smxUc0g9jg .mbr-section-btn {
  color: #1a51ab;
  text-align: center;
}
.cid-smxUc0g9jg .mbr-text,
.cid-smxUc0g9jg .mbr-section-btn {
  text-align: center;
  color: #404040;
}
.cid-smxUcBjXyY {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f9fafb;
}
.cid-smxUcBjXyY .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #98bec8;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-smxUcBjXyY .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-smxUcBjXyY .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-smxUcBjXyY .main-title.display-2 {
  line-height: 1.375;
}
.cid-smxUcBjXyY .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-smxUcBjXyY .mbr-text {
  color: #606060;
}
.cid-smxUcBjXyY .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-smxUcBjXyY .mbr-section-btn {
  margin-top: 24px;
}
.cid-smxUcBjXyY .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-smxUcBjXyY .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-smxUcBjXyY .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-smxUcBjXyY .main-title,
.cid-smxUcBjXyY .mbr-section-btn {
  color: #1a51ab;
  text-align: center;
}
.cid-smxUcBjXyY .mbr-text,
.cid-smxUcBjXyY .mbr-section-btn {
  text-align: center;
  color: #404040;
}
.cid-snvcOpadUj {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f9fafb;
}
@media (min-width: 1500px) {
  .cid-snvcOpadUj .container {
    max-width: 1400px;
  }
}
.cid-snvcOpadUj .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #98bec8;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-snvcOpadUj .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-snvcOpadUj .mbr-section-subtitle {
  color: #1a51ab;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-snvcOpadUj .main-title {
  margin-bottom: 16px;
}
.cid-snvcOpadUj .card {
  transition: all 0.3s;
}
.cid-snvcOpadUj .card .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 10px;
  cursor: pointer;
  background: #f9fafb;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-snvcOpadUj .card .card-wrapper .img-wrapper {
  width: auto;
  height: 559px;
  margin-bottom: 30px;
}
.cid-snvcOpadUj .card .card-wrapper .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.cid-snvcOpadUj .card .card-wrapper .card-box {
  padding-top: 30px;
}
.cid-snvcOpadUj .card .card-wrapper .card-box .card-title {
  font-weight: 600;
  margin-bottom: 16px;
}
.cid-snvcOpadUj .card .card-wrapper .card-box .mbr-text {
  font-weight: 400;
}
.cid-snvcOpadUj .card .card-wrapper .card-box .btn.display-4 {
  font-size: 13px;
}
@media (max-width: 767px) {
  .cid-snvcOpadUj .card-box {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-snvcOpadUj .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem !important;
  box-shadow: none !important;
}
.cid-snvcOpadUj .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  padding-left: 0.4rem;
  transition: padding 0.3s !important;
}
.cid-snvcOpadUj .btn[class*="-outline"]:hover span {
  padding-left: 15px;
}
.cid-snvcOpadUj .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #000000 !important;
  box-shadow: none !important;
}
.cid-snvcOpadUj .btn[class*="-outline"]:active,
.cid-snvcOpadUj .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-snvcOpadUj .badge,
.cid-snvcOpadUj .badge_wrap {
  color: #1168ad;
}
.cid-so3UaHwLl1 {
  padding-top: 150px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/213-311-nordbuch-segelschiff-2000x1364.webp");
  overflow: hidden;
}
.cid-so3UaHwLl1 .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-so3UaHwLl1 svg {
  fill: #c6e3ea !important;
  pointer-events: none;
}
.cid-so3UaHwLl1 #e2_shape {
  fill: #c6e3ea !important;
}
.cid-so3UaHwLl1 .mbr-section-title.display-1 {
  line-height: 1.24;
}
.cid-so3UaHwLl1 .mbr-text {
  font-weight: 300;
}
.cid-so3UaHwLl1 .mbr-text.display-5 {
  font-size: 24px;
  line-height: 1.416;
}
.cid-so3UaHwLl1 .btn-white {
  color: #404040 !important;
}
.cid-so3UaHwLl1 .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  padding: 21px 30px 20px;
}
.cid-so3UaHwLl1 .btn.display-4 .mbr-iconfont {
  font-size: 0.9rem;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .cid-so3UaHwLl1 .img-wrap {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-so3UaHwLl1 {
    padding: 30px;
  }
  .cid-so3UaHwLl1 svg {
    display: none;
  }
}
.cid-so3UaHwLl1 .mbr-text,
.cid-so3UaHwLl1 .mbr-section-btn {
  color: #1a51ab;
}
.cid-so3UaHwLl1 .mbr-section-title,
.cid-so3UaHwLl1 .mbr-section-btn {
  color: #1a51ab;
}
.cid-so3SCIeMfW {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #c6e3ea;
}
.cid-so3SCIeMfW section {
  position: relative;
}
.cid-so3SCIeMfW h4 {
  margin: 0;
}
.cid-so3SCIeMfW img {
  height: 120px;
  padding-right: 0px;
  width: auto;
}
.cid-so3SCIeMfW a {
  font-weight: 500;
}
.cid-so3SCIeMfW .img1 {
  color: #ffffff;
}
.cid-so3SCIeMfW .img2 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-so3SCIeMfW .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-so3SCIeMfW .item,
.cid-so3SCIeMfW .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-so3SCIeMfW .item h4,
.cid-so3SCIeMfW .link h4 {
  padding-left: 0px;
  margin: 0;
}
.cid-so3SCIeMfW .card-img {
  width: auto;
}
.cid-so3SCIeMfW .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-so3SCIeMfW .item {
    justify-content: center;
  }
}
.cid-so3SCIeMfW .item-title {
  color: #1a51ab;
  text-align: left;
}
.cid-so3SCIeMfW .items-title,
.cid-so3SCIeMfW .items-title + .line-wrap {
  color: #000000;
  text-align: left;
}
.cid-so3SCIeMfW .links-title,
.cid-so3SCIeMfW .links-title + .line-wrap {
  color: #000000;
  text-align: left;
}
.cid-so3SCIeMfW .link-title {
  color: #1a51ab;
}
.cid-so3SCIeMfW H4 {
  text-align: left;
}
.cid-so2OJn43bU {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #c6e3ea;
}
@media (min-width: 1500px) {
  .cid-so2OJn43bU .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-so2OJn43bU .copyright {
    margin-bottom: 1rem;
  }
}
.cid-so2OJn43bU p {
  color: #ffffff;
}
.cid-so2OJn43bU .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-smrn4lXFP6 .dropdown-menu {
  padding: 12px 0;
}
.cid-smrn4lXFP6 .dropdown-item:hover,
.cid-smrn4lXFP6 .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-smrn4lXFP6 .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-smrn4lXFP6 .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-smrn4lXFP6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-smrn4lXFP6 .nav-link {
  position: relative;
}
.cid-smrn4lXFP6 .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-smrn4lXFP6 .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-smrn4lXFP6 .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-smrn4lXFP6 .dropdown-menu,
.cid-smrn4lXFP6 .navbar.opened {
  background: #c6e3ea !important;
}
.cid-smrn4lXFP6 .nav-item:focus,
.cid-smrn4lXFP6 .nav-link:focus {
  outline: none;
}
.cid-smrn4lXFP6 .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-smrn4lXFP6 .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-smrn4lXFP6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-smrn4lXFP6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-smrn4lXFP6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-smrn4lXFP6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-smrn4lXFP6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-smrn4lXFP6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-smrn4lXFP6 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #c6e3ea;
}
.cid-smrn4lXFP6 .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-smrn4lXFP6 .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-smrn4lXFP6 .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-smrn4lXFP6 .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-smrn4lXFP6 .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-smrn4lXFP6 .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-smrn4lXFP6 .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-smrn4lXFP6 .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-smrn4lXFP6 .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-smrn4lXFP6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-smrn4lXFP6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-smrn4lXFP6 .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-smrn4lXFP6 .navbar.collapsed.opened {
  position: fixed;
}
.cid-smrn4lXFP6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-smrn4lXFP6 .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-smrn4lXFP6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-smrn4lXFP6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-smrn4lXFP6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-smrn4lXFP6 .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: 55%;
}
.cid-smrn4lXFP6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-smrn4lXFP6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-smrn4lXFP6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-smrn4lXFP6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-smrn4lXFP6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-smrn4lXFP6 .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-smrn4lXFP6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-smrn4lXFP6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-smrn4lXFP6 .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: 41%;
  }
  .cid-smrn4lXFP6 .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-smrn4lXFP6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-smrn4lXFP6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-smrn4lXFP6 .navbar .navbar-brand {
    margin-right: auto;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-smrn4lXFP6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-smrn4lXFP6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-smrn4lXFP6 .navbar.navbar-short {
  background: #c6e3ea !important;
  min-height: 60px;
}
.cid-smrn4lXFP6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-smrn4lXFP6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-smrn4lXFP6 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-smrn4lXFP6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-smrn4lXFP6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-smrn4lXFP6 .dropdown-item.active,
.cid-smrn4lXFP6 .dropdown-item:active {
  background-color: transparent;
}
.cid-smrn4lXFP6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-smrn4lXFP6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-smrn4lXFP6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-smrn4lXFP6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c6e3ea;
}
.cid-smrn4lXFP6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-smrn4lXFP6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-smrn4lXFP6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-smrn4lXFP6 .navbar-buttons {
  text-align: center;
}
.cid-smrn4lXFP6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-smrn4lXFP6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-smrn4lXFP6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-smrn4lXFP6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smrn4lXFP6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smrn4lXFP6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-smrn4lXFP6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smrn4lXFP6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-smrn4lXFP6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-smrn4lXFP6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smrn4lXFP6 .navbar-dropdown {
  position: fixed;
}
.cid-smrn4lXFP6 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-smrn4lXFP6 .icons-menu {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-smrn4lXFP6 .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-smrn4lXFP6 .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-smrn4lXFP6 .navbar {
    height: 77px;
  }
  .cid-smrn4lXFP6 .navbar.opened {
    height: auto;
  }
  .cid-smrn4lXFP6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-snv5MqoOsD {
  padding-top: 300px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/301-verlagestartmotiv-2000x884.webp");
  overflow: hidden;
}
.cid-snv5MqoOsD svg {
  fill: #f9fafb !important;
  pointer-events: none;
}
.cid-snv5MqoOsD #e2_shape {
  fill: #f9fafb !important;
}
.cid-snv5MqoOsD .mbr-section-title.display-1 {
  line-height: 1.24;
}
.cid-snv5MqoOsD .mbr-text {
  font-weight: 300;
}
.cid-snv5MqoOsD .mbr-text.display-5 {
  font-size: 24px;
  line-height: 1.416;
}
.cid-snv5MqoOsD .btn-white {
  color: #404040 !important;
}
.cid-snv5MqoOsD .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  padding: 21px 30px 20px;
}
.cid-snv5MqoOsD .btn.display-4 .mbr-iconfont {
  font-size: 0.9rem;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .cid-snv5MqoOsD .img-wrap {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-snv5MqoOsD {
    padding: 30px;
  }
  .cid-snv5MqoOsD svg {
    display: none;
  }
}
.cid-snv5MqoOsD .mbr-section-title,
.cid-snv5MqoOsD .mbr-section-btn {
  color: #ffffff;
}
.cid-snv5MqoOsD .mbr-text,
.cid-snv5MqoOsD .mbr-section-btn {
  color: #1a51ab;
}
.cid-sp69XA9lJ2 {
  padding-top: 60px;
  padding-bottom: 135px;
  background-color: #f9fafb;
}
.cid-sp69XA9lJ2 .carousel-item {
  padding: 0 10%;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sp69XA9lJ2 .carousel-item.active,
.cid-sp69XA9lJ2 .carousel-item-next,
.cid-sp69XA9lJ2 .carousel-item-prev {
  display: flex;
}
.cid-sp69XA9lJ2 .img-box {
  position: relative;
  width: fit-content;
  margin: auto;
}
.cid-sp69XA9lJ2 .carousel-controls .mbr-iconfont {
  font-family: Moririse2 !important;
  font-size: 1rem;
  font-weight: 900;
  transition: opacity .3s;
}
.cid-sp69XA9lJ2 .carousel-controls a {
  transition: all .3s;
  border-radius: 50%;
  border: none;
  background-color: transparent;
}
.cid-sp69XA9lJ2 .carousel-controls a span {
  color: #77b1c2 !important;
  font-size: 25px !important;
}
.cid-sp69XA9lJ2 .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-sp69XA9lJ2 .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-sp69XA9lJ2 .carousel-controls .carousel-control-next,
.cid-sp69XA9lJ2 .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-sp69XA9lJ2 .carousel-controls .carousel-control-next {
  bottom: auto;
  top: 44%;
}
.cid-sp69XA9lJ2 .carousel-controls .carousel-control-prev {
  bottom: auto;
  top: 44%;
}
.cid-sp69XA9lJ2 .author-box {
  margin-bottom: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-sp69XA9lJ2 .face {
  width: 130px;
  height: 130px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  object-fit: cover;
}
.cid-sp69XA9lJ2 .author {
  margin: auto 0;
}
.cid-sp69XA9lJ2 .mbr-text {
  margin-bottom: 34px !important;
}
.cid-sp69XA9lJ2 h3,
.cid-sp69XA9lJ2 h4 {
  margin: 0;
  padding: 0;
}
.cid-sp69XA9lJ2 .mbr-bottom {
  color: #767676;
}
.cid-sp69XA9lJ2 .box {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px!important;
}
@media (max-width: 992px) {
  .cid-sp69XA9lJ2 .carousel-controls a span {
    bottom: auto;
    top: 30%;
  }
}
@media (max-width: 767px) {
  .cid-sp69XA9lJ2 .carousel-controls a span {
    bottom: auto;
    top: 20%;
  }
}
.cid-sp69XA9lJ2 .carousel-indicators {
  bottom: -65px;
}
@media (max-width: 786px) {
  .cid-sp69XA9lJ2 .carousel-indicators {
    bottom: -75px;
  }
}
.cid-sp69XA9lJ2 .carousel-indicators li {
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #1a51ab;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-sp69XA9lJ2 .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-sp69XA9lJ2 .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #77b1c2;
  stroke: none;
  overflow: visible;
}
.cid-sp69XA9lJ2 .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #77b1c2;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-sp69XA9lJ2 .carousel-indicators li.active {
  background: #77b1c2;
}
.cid-sp69XA9lJ2 .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-sp69XA9lJ2 .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-sp69XA9lJ2 .mbr-text,
.cid-sp69XA9lJ2 .mbr-section-btn {
  text-align: center;
}
.cid-smrn4nrUrw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9fafb;
}
.cid-smrn4nrUrw h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-smrn4nrUrw p {
  color: #767676;
  text-align: left;
}
.cid-smrn4nrUrw .card-box {
  padding-top: 2rem;
}
.cid-smrn4nrUrw .card-wrapper {
  height: 100%;
}
.cid-smrn4nrUrw img {
  border-radius: 100%;
  height: 250px;
  width: 250px;
  object-fit: cover;
}
.cid-smrn4nrUrw P {
  text-align: center;
  color: #404040;
}
.cid-smrn4nrUrw .card-title {
  text-align: center;
  color: #1a51ab;
}
.cid-smrn4nrUrw .card-img {
  position: relative;
}
.cid-smrn4nrUrw .card-icon {
  position: absolute;
  background: #77b1c2;
  height: 70px;
  width: 70px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.22);
  border-radius: 100%;
  padding: 1rem;
  left: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 1rem;
}
.cid-smrn4nrUrw .card-icon .mbr-iconfont {
  font-size: 2rem;
  color: #98bec8;
}
.cid-smyxJcwml5 {
  padding-top: 135px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/307-verlageundnordbuch-2000x1333.webp");
  overflow: hidden;
}
.cid-smyxJcwml5 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-smyxJcwml5 #e2_shape {
  fill: #f9fafb !important;
}
.cid-smyxJcwml5 .mbr-text.display-5 {
  font-size: 26px;
}
.cid-smyxJcwml5 .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-smyxJcwml5 img {
  margin-left: auto;
  margin-right: auto;
}
.cid-smyxJcwml5 .mbr-section-title,
.cid-smyxJcwml5 .icon-wrap {
  color: #1a51ab;
  text-align: center;
}
.cid-smyxJcwml5 .mbr-text,
.cid-smyxJcwml5 .mbr-section-btn {
  color: #404040;
}
.cid-smywtBSUIE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9fafb;
}
.cid-smywtBSUIE .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #98bec8;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-smywtBSUIE .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-smywtBSUIE .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-smywtBSUIE .main-title.display-2 {
  line-height: 1.375;
}
.cid-smywtBSUIE .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-smywtBSUIE .mbr-text {
  color: #606060;
}
.cid-smywtBSUIE .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-smywtBSUIE .mbr-section-btn {
  margin-top: 24px;
}
.cid-smywtBSUIE .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-smywtBSUIE .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-smywtBSUIE .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-smywtBSUIE .main-title,
.cid-smywtBSUIE .mbr-section-btn {
  color: #1a51ab;
  text-align: center;
}
.cid-smywtBSUIE .mbr-text,
.cid-smywtBSUIE .mbr-section-btn {
  text-align: center;
  color: #404040;
}
.cid-smywuj8uPV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9fafb;
}
.cid-smywuj8uPV .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #98bec8;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-smywuj8uPV .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-smywuj8uPV .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-smywuj8uPV .main-title.display-2 {
  line-height: 1.375;
}
.cid-smywuj8uPV .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-smywuj8uPV .mbr-text {
  color: #606060;
}
.cid-smywuj8uPV .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-smywuj8uPV .mbr-section-btn {
  margin-top: 24px;
}
.cid-smywuj8uPV .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-smywuj8uPV .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-smywuj8uPV .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-smywuj8uPV .main-title,
.cid-smywuj8uPV .mbr-section-btn {
  color: #1a51ab;
  text-align: center;
}
.cid-smywuj8uPV .mbr-text,
.cid-smywuj8uPV .mbr-section-btn {
  text-align: center;
  color: #404040;
}
.cid-smywv8v17E {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #f9fafb;
}
.cid-smywv8v17E .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #98bec8;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-smywv8v17E .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-smywv8v17E .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-smywv8v17E .main-title.display-2 {
  line-height: 1.375;
}
.cid-smywv8v17E .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-smywv8v17E .mbr-text {
  color: #606060;
}
.cid-smywv8v17E .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-smywv8v17E .mbr-section-btn {
  margin-top: 24px;
}
.cid-smywv8v17E .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-smywv8v17E .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-smywv8v17E .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-smywv8v17E .main-title,
.cid-smywv8v17E .mbr-section-btn {
  color: #1a51ab;
  text-align: center;
}
.cid-smywv8v17E .mbr-text,
.cid-smywv8v17E .mbr-section-btn {
  text-align: center;
  color: #404040;
}
.cid-so9hRTM75X {
  padding-top: 150px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/213-311-nordbuch-segelschiff-2000x1364.webp");
  overflow: hidden;
}
.cid-so9hRTM75X .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-so9hRTM75X svg {
  fill: #c6e3ea !important;
  pointer-events: none;
}
.cid-so9hRTM75X #e2_shape {
  fill: #c6e3ea !important;
}
.cid-so9hRTM75X .mbr-section-title.display-1 {
  line-height: 1.24;
}
.cid-so9hRTM75X .mbr-text {
  font-weight: 300;
}
.cid-so9hRTM75X .mbr-text.display-5 {
  font-size: 24px;
  line-height: 1.416;
}
.cid-so9hRTM75X .btn-white {
  color: #404040 !important;
}
.cid-so9hRTM75X .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  padding: 21px 30px 20px;
}
.cid-so9hRTM75X .btn.display-4 .mbr-iconfont {
  font-size: 0.9rem;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .cid-so9hRTM75X .img-wrap {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-so9hRTM75X {
    padding: 30px;
  }
  .cid-so9hRTM75X svg {
    display: none;
  }
}
.cid-so9hRTM75X .mbr-text,
.cid-so9hRTM75X .mbr-section-btn {
  color: #1a51ab;
}
.cid-so9hRTM75X .mbr-section-title,
.cid-so9hRTM75X .mbr-section-btn {
  color: #1a51ab;
}
.cid-so9icUdYfD {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #c6e3ea;
}
.cid-so9icUdYfD section {
  position: relative;
}
.cid-so9icUdYfD h4 {
  margin: 0;
}
.cid-so9icUdYfD img {
  height: 120px;
  padding-right: 0px;
  width: auto;
}
.cid-so9icUdYfD a {
  font-weight: 500;
}
.cid-so9icUdYfD .img1 {
  color: #ffffff;
}
.cid-so9icUdYfD .img2 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-so9icUdYfD .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-so9icUdYfD .item,
.cid-so9icUdYfD .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-so9icUdYfD .item h4,
.cid-so9icUdYfD .link h4 {
  padding-left: 0px;
  margin: 0;
}
.cid-so9icUdYfD .card-img {
  width: auto;
}
.cid-so9icUdYfD .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-so9icUdYfD .item {
    justify-content: center;
  }
}
.cid-so9icUdYfD .item-title {
  color: #1a51ab;
  text-align: left;
}
.cid-so9icUdYfD .items-title,
.cid-so9icUdYfD .items-title + .line-wrap {
  color: #000000;
  text-align: left;
}
.cid-so9icUdYfD .links-title,
.cid-so9icUdYfD .links-title + .line-wrap {
  color: #000000;
  text-align: left;
}
.cid-so9icUdYfD .link-title {
  color: #1a51ab;
}
.cid-so9icUdYfD H4 {
  text-align: left;
}
.cid-so2OJn43bU {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #c6e3ea;
}
@media (min-width: 1500px) {
  .cid-so2OJn43bU .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-so2OJn43bU .copyright {
    margin-bottom: 1rem;
  }
}
.cid-so2OJn43bU p {
  color: #ffffff;
}
.cid-so2OJn43bU .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-smyFo95g90 .dropdown-menu {
  padding: 12px 0;
}
.cid-smyFo95g90 .dropdown-item:hover,
.cid-smyFo95g90 .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-smyFo95g90 .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-smyFo95g90 .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-smyFo95g90 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-smyFo95g90 .nav-link {
  position: relative;
}
.cid-smyFo95g90 .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-smyFo95g90 .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-smyFo95g90 .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-smyFo95g90 .dropdown-menu,
.cid-smyFo95g90 .navbar.opened {
  background: #c6e3ea !important;
}
.cid-smyFo95g90 .nav-item:focus,
.cid-smyFo95g90 .nav-link:focus {
  outline: none;
}
.cid-smyFo95g90 .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-smyFo95g90 .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-smyFo95g90 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-smyFo95g90 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-smyFo95g90 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-smyFo95g90 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-smyFo95g90 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-smyFo95g90 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-smyFo95g90 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #c6e3ea;
}
.cid-smyFo95g90 .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-smyFo95g90 .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-smyFo95g90 .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-smyFo95g90 .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-smyFo95g90 .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-smyFo95g90 .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-smyFo95g90 .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-smyFo95g90 .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-smyFo95g90 .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-smyFo95g90 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-smyFo95g90 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-smyFo95g90 .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-smyFo95g90 .navbar.collapsed.opened {
  position: fixed;
}
.cid-smyFo95g90 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-smyFo95g90 .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-smyFo95g90 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-smyFo95g90 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-smyFo95g90 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-smyFo95g90 .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: 55%;
}
.cid-smyFo95g90 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-smyFo95g90 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-smyFo95g90 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-smyFo95g90 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-smyFo95g90 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-smyFo95g90 .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-smyFo95g90 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-smyFo95g90 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-smyFo95g90 .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: 41%;
  }
  .cid-smyFo95g90 .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-smyFo95g90 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-smyFo95g90 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-smyFo95g90 .navbar .navbar-brand {
    margin-right: auto;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-smyFo95g90 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-smyFo95g90 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-smyFo95g90 .navbar.navbar-short {
  background: #c6e3ea !important;
  min-height: 60px;
}
.cid-smyFo95g90 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-smyFo95g90 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-smyFo95g90 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-smyFo95g90 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-smyFo95g90 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-smyFo95g90 .dropdown-item.active,
.cid-smyFo95g90 .dropdown-item:active {
  background-color: transparent;
}
.cid-smyFo95g90 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-smyFo95g90 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-smyFo95g90 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-smyFo95g90 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c6e3ea;
}
.cid-smyFo95g90 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-smyFo95g90 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-smyFo95g90 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-smyFo95g90 .navbar-buttons {
  text-align: center;
}
.cid-smyFo95g90 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-smyFo95g90 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-smyFo95g90 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-smyFo95g90 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smyFo95g90 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smyFo95g90 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-smyFo95g90 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smyFo95g90 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-smyFo95g90 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-smyFo95g90 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smyFo95g90 .navbar-dropdown {
  position: fixed;
}
.cid-smyFo95g90 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-smyFo95g90 .icons-menu {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-smyFo95g90 .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-smyFo95g90 .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-smyFo95g90 .navbar {
    height: 77px;
  }
  .cid-smyFo95g90 .navbar.opened {
    height: auto;
  }
  .cid-smyFo95g90 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-smyFoabJv7 {
  padding-top: 300px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/501-partnerstartmotiv-1-2000x1333.webp");
  overflow: hidden;
}
.cid-smyFoabJv7 svg {
  fill: #f9fafb !important;
  pointer-events: none;
}
.cid-smyFoabJv7 #e2_shape {
  fill: #f9fafb !important;
}
.cid-smyFoabJv7 .mbr-section-title.display-1 {
  line-height: 1.24;
}
.cid-smyFoabJv7 .mbr-text {
  font-weight: 300;
}
.cid-smyFoabJv7 .mbr-text.display-5 {
  font-size: 24px;
  line-height: 1.416;
}
.cid-smyFoabJv7 .btn-white {
  color: #404040 !important;
}
.cid-smyFoabJv7 .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  padding: 21px 30px 20px;
}
.cid-smyFoabJv7 .btn.display-4 .mbr-iconfont {
  font-size: 0.9rem;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .cid-smyFoabJv7 .img-wrap {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-smyFoabJv7 {
    padding: 30px;
  }
  .cid-smyFoabJv7 svg {
    display: none;
  }
}
.cid-smyFoabJv7 .mbr-section-title,
.cid-smyFoabJv7 .mbr-section-btn {
  color: #1a51ab;
}
.cid-smyFoabJv7 .mbr-text,
.cid-smyFoabJv7 .mbr-section-btn {
  color: #000000;
}
.cid-snpbYj2WTF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9fafb;
}
.cid-snpbYj2WTF .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #98bec8;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-snpbYj2WTF .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-snpbYj2WTF .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-snpbYj2WTF .main-title.display-2 {
  line-height: 1.375;
}
.cid-snpbYj2WTF .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-snpbYj2WTF .mbr-text {
  color: #606060;
}
.cid-snpbYj2WTF .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-snpbYj2WTF .mbr-section-btn {
  margin-top: 24px;
}
.cid-snpbYj2WTF .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-snpbYj2WTF .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-snpbYj2WTF .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-snpbYj2WTF .mbr-text,
.cid-snpbYj2WTF .mbr-section-btn {
  text-align: center;
  color: #404040;
}
.cid-snpbYj2WTF .mbr-section-subtitle,
.cid-snpbYj2WTF .mbr-section-btn {
  text-align: center;
  color: #1a51ab;
}
.cid-spbQIic2lp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9fafb;
}
.cid-spbQIic2lp .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-spbQIic2lp .card .card-wrapper {
  background: #ffffff;
  height: 1%;
}
.cid-spbQIic2lp .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.cid-spbQIic2lp .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-spbQIic2lp .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1;
  border-radius: 100px;
  background-color: #1168ad;
}
.cid-spbQIic2lp .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-spbQIic2lp .card .card-wrapper .card-box {
  padding: 1.5rem;
}
.cid-spbQIic2lp .mbr-card-text {
  margin: 0;
}
.cid-spbQIic2lp .mbr-section-title {
  text-align: center;
}
.cid-spbQIic2lp .mbr-title {
  color: #1a51ab;
}
.cid-spbQIic2lp .mbr-card-text,
.cid-spbQIic2lp .mbr-section-btn {
  text-align: left;
  color: #404040;
}
.cid-spbQIic2lp .img-text {
  color: #ffffff;
}
.cid-udHfGB0uQK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9fafb;
}
.cid-udHfGB0uQK .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-udHfGB0uQK .card .card-wrapper {
  background: #ffffff;
  height: 1%;
}
.cid-udHfGB0uQK .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.cid-udHfGB0uQK .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-udHfGB0uQK .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1;
  border-radius: 100px;
  background-color: #1168ad;
}
.cid-udHfGB0uQK .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-udHfGB0uQK .card .card-wrapper .card-box {
  padding: 1.5rem;
}
.cid-udHfGB0uQK .mbr-card-text {
  margin: 0;
}
.cid-udHfGB0uQK .mbr-section-title {
  text-align: center;
}
.cid-udHfGB0uQK .mbr-title {
  color: #1a51ab;
}
.cid-udHfGB0uQK .mbr-card-text,
.cid-udHfGB0uQK .mbr-section-btn {
  text-align: left;
  color: #404040;
}
.cid-udHfGB0uQK .img-text {
  color: #ffffff;
}
.cid-spbT2bVzEI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9fafb;
}
.cid-spbT2bVzEI .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-spbT2bVzEI .card .card-wrapper {
  background: #ffffff;
  height: 1%;
}
.cid-spbT2bVzEI .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.cid-spbT2bVzEI .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-spbT2bVzEI .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1;
  border-radius: 100px;
  background-color: #1168ad;
}
.cid-spbT2bVzEI .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-spbT2bVzEI .card .card-wrapper .card-box {
  padding: 1.5rem;
}
.cid-spbT2bVzEI .mbr-card-text {
  margin: 0;
}
.cid-spbT2bVzEI .mbr-section-title {
  text-align: center;
}
.cid-spbT2bVzEI .mbr-title {
  color: #1a51ab;
}
.cid-spbT2bVzEI .mbr-card-text,
.cid-spbT2bVzEI .mbr-section-btn {
  text-align: left;
  color: #404040;
}
.cid-spbT2bVzEI .img-text {
  color: #ffffff;
}
.cid-udHhBmVIH6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9fafb;
}
.cid-udHhBmVIH6 .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-udHhBmVIH6 .card .card-wrapper {
  background: #ffffff;
  height: 1%;
}
.cid-udHhBmVIH6 .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.cid-udHhBmVIH6 .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-udHhBmVIH6 .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1;
  border-radius: 100px;
  background-color: #1168ad;
}
.cid-udHhBmVIH6 .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-udHhBmVIH6 .card .card-wrapper .card-box {
  padding: 1.5rem;
}
.cid-udHhBmVIH6 .mbr-card-text {
  margin: 0;
}
.cid-udHhBmVIH6 .mbr-section-title {
  text-align: center;
}
.cid-udHhBmVIH6 .mbr-title {
  color: #1a51ab;
}
.cid-udHhBmVIH6 .mbr-card-text,
.cid-udHhBmVIH6 .mbr-section-btn {
  text-align: left;
  color: #404040;
}
.cid-udHhBmVIH6 .img-text {
  color: #ffffff;
}
.cid-sowJaewsoD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9fafb;
  overflow: hidden;
}
.cid-sowJaewsoD svg {
  fill: #c6e3ea !important;
  pointer-events: none;
}
.cid-sowJaewsoD #e2_shape {
  fill: #c6e3ea !important;
}
.cid-sowJaewsoD .mbr-section-title.display-1 {
  line-height: 1.24;
}
.cid-sowJaewsoD .mbr-text {
  font-weight: 300;
}
.cid-sowJaewsoD .mbr-text.display-5 {
  font-size: 24px;
  line-height: 1.416;
}
.cid-sowJaewsoD .btn-white {
  color: #404040 !important;
}
.cid-sowJaewsoD .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  padding: 21px 30px 20px;
}
.cid-sowJaewsoD .btn.display-4 .mbr-iconfont {
  font-size: 0.9rem;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .cid-sowJaewsoD .img-wrap {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-sowJaewsoD {
    padding: 30px;
  }
  .cid-sowJaewsoD svg {
    display: none;
  }
}
.cid-sowJ592tYN {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #c6e3ea;
}
.cid-sowJ592tYN section {
  position: relative;
}
.cid-sowJ592tYN h4 {
  margin: 0;
}
.cid-sowJ592tYN img {
  height: 120px;
  padding-right: 0px;
  width: auto;
}
.cid-sowJ592tYN a {
  font-weight: 500;
}
.cid-sowJ592tYN .img1 {
  color: #ffffff;
}
.cid-sowJ592tYN .img2 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sowJ592tYN .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sowJ592tYN .item,
.cid-sowJ592tYN .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sowJ592tYN .item h4,
.cid-sowJ592tYN .link h4 {
  padding-left: 0px;
  margin: 0;
}
.cid-sowJ592tYN .card-img {
  width: auto;
}
.cid-sowJ592tYN .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-sowJ592tYN .item {
    justify-content: center;
  }
}
.cid-sowJ592tYN .item-title {
  color: #1a51ab;
  text-align: left;
}
.cid-sowJ592tYN .items-title,
.cid-sowJ592tYN .items-title + .line-wrap {
  color: #000000;
  text-align: left;
}
.cid-sowJ592tYN .links-title,
.cid-sowJ592tYN .links-title + .line-wrap {
  color: #000000;
  text-align: left;
}
.cid-sowJ592tYN .link-title {
  color: #1a51ab;
}
.cid-sowJ592tYN H4 {
  text-align: left;
}
.cid-so2OJn43bU {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #c6e3ea;
}
@media (min-width: 1500px) {
  .cid-so2OJn43bU .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-so2OJn43bU .copyright {
    margin-bottom: 1rem;
  }
}
.cid-so2OJn43bU p {
  color: #ffffff;
}
.cid-so2OJn43bU .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-smyV1uWXLc .dropdown-menu {
  padding: 12px 0;
}
.cid-smyV1uWXLc .dropdown-item:hover,
.cid-smyV1uWXLc .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-smyV1uWXLc .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-smyV1uWXLc .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-smyV1uWXLc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-smyV1uWXLc .nav-link {
  position: relative;
}
.cid-smyV1uWXLc .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-smyV1uWXLc .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-smyV1uWXLc .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-smyV1uWXLc .dropdown-menu,
.cid-smyV1uWXLc .navbar.opened {
  background: #c6e3ea !important;
}
.cid-smyV1uWXLc .nav-item:focus,
.cid-smyV1uWXLc .nav-link:focus {
  outline: none;
}
.cid-smyV1uWXLc .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-smyV1uWXLc .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-smyV1uWXLc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-smyV1uWXLc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-smyV1uWXLc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-smyV1uWXLc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-smyV1uWXLc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-smyV1uWXLc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-smyV1uWXLc .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #c6e3ea;
}
.cid-smyV1uWXLc .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-smyV1uWXLc .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-smyV1uWXLc .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-smyV1uWXLc .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-smyV1uWXLc .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-smyV1uWXLc .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-smyV1uWXLc .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-smyV1uWXLc .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-smyV1uWXLc .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-smyV1uWXLc .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-smyV1uWXLc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-smyV1uWXLc .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-smyV1uWXLc .navbar.collapsed.opened {
  position: fixed;
}
.cid-smyV1uWXLc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-smyV1uWXLc .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-smyV1uWXLc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-smyV1uWXLc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-smyV1uWXLc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-smyV1uWXLc .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: 55%;
}
.cid-smyV1uWXLc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-smyV1uWXLc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-smyV1uWXLc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-smyV1uWXLc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-smyV1uWXLc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-smyV1uWXLc .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-smyV1uWXLc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-smyV1uWXLc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-smyV1uWXLc .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: 41%;
  }
  .cid-smyV1uWXLc .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-smyV1uWXLc .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-smyV1uWXLc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-smyV1uWXLc .navbar .navbar-brand {
    margin-right: auto;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-smyV1uWXLc .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-smyV1uWXLc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-smyV1uWXLc .navbar.navbar-short {
  background: #c6e3ea !important;
  min-height: 60px;
}
.cid-smyV1uWXLc .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-smyV1uWXLc .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-smyV1uWXLc .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-smyV1uWXLc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-smyV1uWXLc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-smyV1uWXLc .dropdown-item.active,
.cid-smyV1uWXLc .dropdown-item:active {
  background-color: transparent;
}
.cid-smyV1uWXLc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-smyV1uWXLc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-smyV1uWXLc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-smyV1uWXLc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c6e3ea;
}
.cid-smyV1uWXLc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-smyV1uWXLc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-smyV1uWXLc ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-smyV1uWXLc .navbar-buttons {
  text-align: center;
}
.cid-smyV1uWXLc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-smyV1uWXLc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-smyV1uWXLc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-smyV1uWXLc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smyV1uWXLc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smyV1uWXLc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-smyV1uWXLc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smyV1uWXLc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-smyV1uWXLc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-smyV1uWXLc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smyV1uWXLc .navbar-dropdown {
  position: fixed;
}
.cid-smyV1uWXLc a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-smyV1uWXLc .icons-menu {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-smyV1uWXLc .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-smyV1uWXLc .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-smyV1uWXLc .navbar {
    height: 77px;
  }
  .cid-smyV1uWXLc .navbar.opened {
    height: auto;
  }
  .cid-smyV1uWXLc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-smyV1vvT5H {
  padding-top: 300px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/401-produkte-startmotiv-2000x1333.webp");
  overflow: hidden;
}
.cid-smyV1vvT5H svg {
  fill: #c6e3ea !important;
  pointer-events: none;
}
.cid-smyV1vvT5H #e2_shape {
  fill: #c6e3ea !important;
}
.cid-smyV1vvT5H .mbr-section-title.display-1 {
  line-height: 1.24;
}
.cid-smyV1vvT5H .mbr-text {
  font-weight: 300;
}
.cid-smyV1vvT5H .mbr-text.display-5 {
  font-size: 24px;
  line-height: 1.416;
}
.cid-smyV1vvT5H .btn-white {
  color: #404040 !important;
}
.cid-smyV1vvT5H .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  padding: 21px 30px 20px;
}
.cid-smyV1vvT5H .btn.display-4 .mbr-iconfont {
  font-size: 0.9rem;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .cid-smyV1vvT5H .img-wrap {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-smyV1vvT5H {
    padding: 30px;
  }
  .cid-smyV1vvT5H svg {
    display: none;
  }
}
.cid-smyV1vvT5H .mbr-section-title,
.cid-smyV1vvT5H .mbr-section-btn {
  color: #1a51ab;
}
.cid-smyV1vvT5H .mbr-text,
.cid-smyV1vvT5H .mbr-section-btn {
  color: #000000;
}
.cid-snotXoTqAy {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #c6e3ea;
}
.cid-snotXoTqAy .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #98bec8;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-snotXoTqAy .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-snotXoTqAy .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-snotXoTqAy .main-title.display-2 {
  line-height: 1.375;
}
.cid-snotXoTqAy .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-snotXoTqAy .mbr-text {
  color: #606060;
}
.cid-snotXoTqAy .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-snotXoTqAy .mbr-section-btn {
  margin-top: 24px;
}
.cid-snotXoTqAy .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-snotXoTqAy .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-snotXoTqAy .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-snotXoTqAy .mbr-text,
.cid-snotXoTqAy .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-snotXoTqAy .mbr-section-subtitle,
.cid-snotXoTqAy .mbr-section-btn {
  text-align: center;
  color: #1a51ab;
}
.cid-snooy8cpsH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #c6e3ea;
  overflow: hidden;
}
.cid-snooy8cpsH svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-snooy8cpsH #e2_shape {
  fill: #f9fafb !important;
}
.cid-snooy8cpsH .mbr-text.display-5 {
  font-size: 26px;
}
.cid-snooy8cpsH .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-snooy8cpsH img {
  margin-left: auto;
  margin-right: auto;
}
.cid-snooy8cpsH .mbr-section-title,
.cid-snooy8cpsH .icon-wrap {
  color: #1168ad;
}
.cid-snu7GCQGm3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9fafb;
}
.cid-snu7GCQGm3 .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snu7GCQGm3 .card .card-wrapper {
  background: #ffffff;
  height: 1%;
}
.cid-snu7GCQGm3 .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.cid-snu7GCQGm3 .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-snu7GCQGm3 .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1;
  border-radius: 100px;
  background-color: #1168ad;
}
.cid-snu7GCQGm3 .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-snu7GCQGm3 .card .card-wrapper .card-box {
  padding: 1.5rem;
}
.cid-snu7GCQGm3 .mbr-card-text {
  margin: 0;
}
.cid-snu7GCQGm3 .mbr-section-title {
  text-align: center;
}
.cid-snu7GCQGm3 .mbr-title {
  color: #1a51ab;
}
.cid-snu7GCQGm3 .mbr-card-text,
.cid-snu7GCQGm3 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-snu7GCQGm3 .img-text {
  color: #ffffff;
}
.cid-snoyyS9Ukc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9fafb;
}
.cid-snoyyS9Ukc .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snoyyS9Ukc .card .card-wrapper {
  background: #ffffff;
  height: 1%;
}
.cid-snoyyS9Ukc .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.cid-snoyyS9Ukc .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-snoyyS9Ukc .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1;
  border-radius: 100px;
  background-color: #1168ad;
}
.cid-snoyyS9Ukc .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-snoyyS9Ukc .card .card-wrapper .card-box {
  padding: 1.5rem;
}
.cid-snoyyS9Ukc .mbr-card-text {
  margin: 0;
}
.cid-snoyyS9Ukc .mbr-section-title {
  text-align: center;
}
.cid-snoyyS9Ukc .mbr-title {
  color: #1a51ab;
}
.cid-snoyyS9Ukc .mbr-card-text,
.cid-snoyyS9Ukc .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-snoyyS9Ukc .img-text {
  color: #ffffff;
}
.cid-snoCTjwgi8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9fafb;
}
.cid-snoCTjwgi8 .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snoCTjwgi8 .card .card-wrapper {
  background: #ffffff;
  height: 1%;
}
.cid-snoCTjwgi8 .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.cid-snoCTjwgi8 .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-snoCTjwgi8 .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1;
  border-radius: 100px;
  background-color: #1168ad;
}
.cid-snoCTjwgi8 .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-snoCTjwgi8 .card .card-wrapper .card-box {
  padding: 1.5rem;
}
.cid-snoCTjwgi8 .mbr-card-text {
  margin: 0;
}
.cid-snoCTjwgi8 .mbr-section-title {
  text-align: center;
}
.cid-snoCTjwgi8 .mbr-title {
  color: #1a51ab;
}
.cid-snoCTjwgi8 .mbr-card-text,
.cid-snoCTjwgi8 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-snoCTjwgi8 .img-text {
  color: #ffffff;
}
.cid-sogkRLcq3s {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9fafb;
  overflow: hidden;
}
.cid-sogkRLcq3s svg {
  fill: #c6e3ea !important;
  pointer-events: none;
}
.cid-sogkRLcq3s #e2_shape {
  fill: #c6e3ea !important;
}
.cid-sogkRLcq3s .mbr-section-title.display-1 {
  line-height: 1.24;
}
.cid-sogkRLcq3s .mbr-text {
  font-weight: 300;
}
.cid-sogkRLcq3s .mbr-text.display-5 {
  font-size: 24px;
  line-height: 1.416;
}
.cid-sogkRLcq3s .btn-white {
  color: #404040 !important;
}
.cid-sogkRLcq3s .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  padding: 21px 30px 20px;
}
.cid-sogkRLcq3s .btn.display-4 .mbr-iconfont {
  font-size: 0.9rem;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .cid-sogkRLcq3s .img-wrap {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-sogkRLcq3s {
    padding: 30px;
  }
  .cid-sogkRLcq3s svg {
    display: none;
  }
}
.cid-sogkPNmUTW {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #c6e3ea;
}
.cid-sogkPNmUTW section {
  position: relative;
}
.cid-sogkPNmUTW h4 {
  margin: 0;
}
.cid-sogkPNmUTW img {
  height: 120px;
  padding-right: 0px;
  width: auto;
}
.cid-sogkPNmUTW a {
  font-weight: 500;
}
.cid-sogkPNmUTW .img1 {
  color: #ffffff;
}
.cid-sogkPNmUTW .img2 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sogkPNmUTW .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sogkPNmUTW .item,
.cid-sogkPNmUTW .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sogkPNmUTW .item h4,
.cid-sogkPNmUTW .link h4 {
  padding-left: 0px;
  margin: 0;
}
.cid-sogkPNmUTW .card-img {
  width: auto;
}
.cid-sogkPNmUTW .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-sogkPNmUTW .item {
    justify-content: center;
  }
}
.cid-sogkPNmUTW .item-title {
  color: #1a51ab;
  text-align: left;
}
.cid-sogkPNmUTW .items-title,
.cid-sogkPNmUTW .items-title + .line-wrap {
  color: #000000;
  text-align: left;
}
.cid-sogkPNmUTW .links-title,
.cid-sogkPNmUTW .links-title + .line-wrap {
  color: #000000;
  text-align: left;
}
.cid-sogkPNmUTW .link-title {
  color: #1a51ab;
}
.cid-sogkPNmUTW H4 {
  text-align: left;
}
.cid-so2OJn43bU {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #c6e3ea;
}
@media (min-width: 1500px) {
  .cid-so2OJn43bU .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-so2OJn43bU .copyright {
    margin-bottom: 1rem;
  }
}
.cid-so2OJn43bU p {
  color: #ffffff;
}
.cid-so2OJn43bU .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-snyiTq4gqW .dropdown-menu {
  padding: 12px 0;
}
.cid-snyiTq4gqW .dropdown-item:hover,
.cid-snyiTq4gqW .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-snyiTq4gqW .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-snyiTq4gqW .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-snyiTq4gqW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-snyiTq4gqW .nav-link {
  position: relative;
}
.cid-snyiTq4gqW .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-snyiTq4gqW .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-snyiTq4gqW .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-snyiTq4gqW .dropdown-menu,
.cid-snyiTq4gqW .navbar.opened {
  background: #c6e3ea !important;
}
.cid-snyiTq4gqW .nav-item:focus,
.cid-snyiTq4gqW .nav-link:focus {
  outline: none;
}
.cid-snyiTq4gqW .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-snyiTq4gqW .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-snyiTq4gqW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snyiTq4gqW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-snyiTq4gqW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-snyiTq4gqW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snyiTq4gqW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-snyiTq4gqW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-snyiTq4gqW .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #c6e3ea;
}
.cid-snyiTq4gqW .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-snyiTq4gqW .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-snyiTq4gqW .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-snyiTq4gqW .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-snyiTq4gqW .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-snyiTq4gqW .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-snyiTq4gqW .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-snyiTq4gqW .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-snyiTq4gqW .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-snyiTq4gqW .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-snyiTq4gqW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-snyiTq4gqW .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-snyiTq4gqW .navbar.collapsed.opened {
  position: fixed;
}
.cid-snyiTq4gqW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-snyiTq4gqW .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-snyiTq4gqW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-snyiTq4gqW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-snyiTq4gqW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-snyiTq4gqW .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: 55%;
}
.cid-snyiTq4gqW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-snyiTq4gqW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-snyiTq4gqW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-snyiTq4gqW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-snyiTq4gqW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-snyiTq4gqW .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-snyiTq4gqW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-snyiTq4gqW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-snyiTq4gqW .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: 41%;
  }
  .cid-snyiTq4gqW .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-snyiTq4gqW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-snyiTq4gqW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-snyiTq4gqW .navbar .navbar-brand {
    margin-right: auto;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-snyiTq4gqW .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-snyiTq4gqW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-snyiTq4gqW .navbar.navbar-short {
  background: #c6e3ea !important;
  min-height: 60px;
}
.cid-snyiTq4gqW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-snyiTq4gqW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-snyiTq4gqW .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-snyiTq4gqW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-snyiTq4gqW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-snyiTq4gqW .dropdown-item.active,
.cid-snyiTq4gqW .dropdown-item:active {
  background-color: transparent;
}
.cid-snyiTq4gqW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-snyiTq4gqW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-snyiTq4gqW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-snyiTq4gqW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c6e3ea;
}
.cid-snyiTq4gqW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-snyiTq4gqW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snyiTq4gqW ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-snyiTq4gqW .navbar-buttons {
  text-align: center;
}
.cid-snyiTq4gqW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-snyiTq4gqW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-snyiTq4gqW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-snyiTq4gqW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snyiTq4gqW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snyiTq4gqW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-snyiTq4gqW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snyiTq4gqW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-snyiTq4gqW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-snyiTq4gqW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snyiTq4gqW .navbar-dropdown {
  position: fixed;
}
.cid-snyiTq4gqW a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snyiTq4gqW .icons-menu {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-snyiTq4gqW .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-snyiTq4gqW .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-snyiTq4gqW .navbar {
    height: 77px;
  }
  .cid-snyiTq4gqW .navbar.opened {
    height: auto;
  }
  .cid-snyiTq4gqW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-snyiTqARjM {
  padding-top: 300px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/601-partner-startmotiv-2-2000x1470.webp");
  overflow: hidden;
}
.cid-snyiTqARjM svg {
  fill: #f9fafb !important;
  pointer-events: none;
}
.cid-snyiTqARjM #e2_shape {
  fill: #f9fafb !important;
}
.cid-snyiTqARjM .mbr-section-title.display-1 {
  line-height: 1.24;
}
.cid-snyiTqARjM .mbr-text {
  font-weight: 300;
}
.cid-snyiTqARjM .mbr-text.display-5 {
  font-size: 24px;
  line-height: 1.416;
}
.cid-snyiTqARjM .btn-white {
  color: #404040 !important;
}
.cid-snyiTqARjM .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  padding: 21px 30px 20px;
}
.cid-snyiTqARjM .btn.display-4 .mbr-iconfont {
  font-size: 0.9rem;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .cid-snyiTqARjM .img-wrap {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-snyiTqARjM {
    padding: 30px;
  }
  .cid-snyiTqARjM svg {
    display: none;
  }
}
.cid-snyiTqARjM .mbr-text,
.cid-snyiTqARjM .mbr-section-btn {
  color: #102f62;
}
.cid-snyiTqARjM .mbr-section-title,
.cid-snyiTqARjM .mbr-section-btn {
  color: #ffffff;
}
.cid-snyj8SYyoF {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #f9fafb;
}
.cid-snyj8SYyoF .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #98bec8;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-snyj8SYyoF .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-snyj8SYyoF .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-snyj8SYyoF .main-title.display-2 {
  line-height: 1.375;
}
.cid-snyj8SYyoF .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-snyj8SYyoF .mbr-text {
  color: #606060;
}
.cid-snyj8SYyoF .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-snyj8SYyoF .mbr-section-btn {
  margin-top: 24px;
}
.cid-snyj8SYyoF .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-snyj8SYyoF .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-snyj8SYyoF .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-snyj8SYyoF .mbr-text,
.cid-snyj8SYyoF .mbr-section-btn {
  text-align: center;
  color: #404040;
}
.cid-snyj8SYyoF .mbr-section-subtitle,
.cid-snyj8SYyoF .mbr-section-btn {
  text-align: center;
  color: #1a51ab;
}
.cid-snyj8SYyoF .main-title,
.cid-snyj8SYyoF .mbr-section-btn {
  text-align: center;
  color: #1a51ab;
}
.cid-soj5E3RPsR {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f9fafb;
}
.cid-soj5E3RPsR .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-soj5E3RPsR .card-img {
  padding-bottom: 2rem;
  border-radius: .25rem;
}
.cid-soj5E3RPsR .card-img img {
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 0px rgba(207, 207, 207, 0.3);
  box-shadow: 0px 0px 0px rgba(207, 207, 207, 0.3);
}
.cid-soj5E3RPsR .section-text,
.cid-soj5E3RPsR .card-text {
  color: #8d97ad;
}
@media (max-width: 767px) {
  .cid-soj5E3RPsR .section-text,
  .cid-soj5E3RPsR .card-text,
  .cid-soj5E3RPsR .card-title,
  .cid-soj5E3RPsR .mbr-section-title {
    text-align: center;
  }
}
.cid-soj5E3RPsR .card-title,
.cid-soj5E3RPsR .card-img {
  color: #404040;
  text-align: center;
}
.cid-soj5E3RPsR .card-text,
.cid-soj5E3RPsR .mbr-section-btn {
  color: #404040;
  text-align: center;
}
.cid-soj5E3RPsR .section-text {
  color: #404040;
  text-align: left;
}
.cid-snyDsbXJaQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9fafb;
}
.cid-snyDsbXJaQ .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snyDsbXJaQ .card .card-wrapper {
  background: #f9fafb;
  height: 1%;
}
.cid-snyDsbXJaQ .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.cid-snyDsbXJaQ .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-snyDsbXJaQ .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1;
  border-radius: 100px;
  background-color: #1168ad;
}
.cid-snyDsbXJaQ .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-snyDsbXJaQ .card .card-wrapper .card-box {
  padding: 1.5rem;
}
.cid-snyDsbXJaQ .mbr-card-text {
  margin: 0;
}
.cid-snyDsbXJaQ .mbr-section-title {
  text-align: center;
  color: #1a51ab;
}
.cid-snyDsbXJaQ .mbr-title {
  color: #404040;
}
.cid-snyDsbXJaQ .mbr-card-text,
.cid-snyDsbXJaQ .mbr-section-btn {
  text-align: center;
  color: #404040;
}
.cid-snyDsbXJaQ .img-text {
  color: #ffffff;
}
.cid-snyGdnpcCc {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #f9fafb;
}
.cid-snyGdnpcCc .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snyGdnpcCc .card .card-wrapper {
  background: #f9fafb;
  height: 1%;
}
.cid-snyGdnpcCc .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.cid-snyGdnpcCc .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-snyGdnpcCc .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1;
  border-radius: 100px;
  background-color: #1168ad;
}
.cid-snyGdnpcCc .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-snyGdnpcCc .card .card-wrapper .card-box {
  padding: 1.5rem;
}
.cid-snyGdnpcCc .mbr-card-text {
  margin: 0;
}
.cid-snyGdnpcCc .mbr-section-title {
  text-align: center;
  color: #1a51ab;
}
.cid-snyGdnpcCc .mbr-title {
  color: #404040;
}
.cid-snyGdnpcCc .mbr-card-text,
.cid-snyGdnpcCc .mbr-section-btn {
  text-align: center;
  color: #404040;
}
.cid-snyGdnpcCc .img-text {
  color: #ffffff;
}
.cid-snyHgz1YYy {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #f9fafb;
}
.cid-snyHgz1YYy .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snyHgz1YYy .card .card-wrapper {
  background: #f9fafb;
  height: 1%;
}
.cid-snyHgz1YYy .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.cid-snyHgz1YYy .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-snyHgz1YYy .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1;
  border-radius: 100px;
  background-color: #1168ad;
}
.cid-snyHgz1YYy .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-snyHgz1YYy .card .card-wrapper .card-box {
  padding: 1.5rem;
}
.cid-snyHgz1YYy .mbr-card-text {
  margin: 0;
}
.cid-snyHgz1YYy .mbr-section-title {
  text-align: center;
  color: #1a51ab;
}
.cid-snyHgz1YYy .mbr-title {
  color: #404040;
}
.cid-snyHgz1YYy .mbr-card-text,
.cid-snyHgz1YYy .mbr-section-btn {
  text-align: center;
  color: #404040;
}
.cid-snyHgz1YYy .img-text {
  color: #ffffff;
}
.cid-so3RX1YNrF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9fafb;
  overflow: hidden;
}
.cid-so3RX1YNrF svg {
  fill: #c6e3ea !important;
  pointer-events: none;
}
.cid-so3RX1YNrF #e2_shape {
  fill: #c6e3ea !important;
}
.cid-so3RX1YNrF .mbr-section-title.display-1 {
  line-height: 1.24;
}
.cid-so3RX1YNrF .mbr-text {
  font-weight: 300;
}
.cid-so3RX1YNrF .mbr-text.display-5 {
  font-size: 24px;
  line-height: 1.416;
}
.cid-so3RX1YNrF .btn-white {
  color: #404040 !important;
}
.cid-so3RX1YNrF .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  padding: 21px 30px 20px;
}
.cid-so3RX1YNrF .btn.display-4 .mbr-iconfont {
  font-size: 0.9rem;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .cid-so3RX1YNrF .img-wrap {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-so3RX1YNrF {
    padding: 30px;
  }
  .cid-so3RX1YNrF svg {
    display: none;
  }
}
.cid-so3PKrGTF5 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #c6e3ea;
}
.cid-so3PKrGTF5 section {
  position: relative;
}
.cid-so3PKrGTF5 h4 {
  margin: 0;
}
.cid-so3PKrGTF5 img {
  height: 120px;
  padding-right: 0px;
  width: auto;
}
.cid-so3PKrGTF5 a {
  font-weight: 500;
}
.cid-so3PKrGTF5 .img1 {
  color: #ffffff;
}
.cid-so3PKrGTF5 .img2 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-so3PKrGTF5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-so3PKrGTF5 .item,
.cid-so3PKrGTF5 .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-so3PKrGTF5 .item h4,
.cid-so3PKrGTF5 .link h4 {
  padding-left: 0px;
  margin: 0;
}
.cid-so3PKrGTF5 .card-img {
  width: auto;
}
.cid-so3PKrGTF5 .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-so3PKrGTF5 .item {
    justify-content: center;
  }
}
.cid-so3PKrGTF5 .item-title {
  color: #1a51ab;
  text-align: left;
}
.cid-so3PKrGTF5 .items-title,
.cid-so3PKrGTF5 .items-title + .line-wrap {
  color: #000000;
  text-align: left;
}
.cid-so3PKrGTF5 .links-title,
.cid-so3PKrGTF5 .links-title + .line-wrap {
  color: #000000;
  text-align: left;
}
.cid-so3PKrGTF5 .link-title {
  color: #1a51ab;
}
.cid-so3PKrGTF5 H4 {
  text-align: left;
}
.cid-so2OJn43bU {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #c6e3ea;
}
@media (min-width: 1500px) {
  .cid-so2OJn43bU .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-so2OJn43bU .copyright {
    margin-bottom: 1rem;
  }
}
.cid-so2OJn43bU p {
  color: #ffffff;
}
.cid-so2OJn43bU .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-smwTkIpl0N .dropdown-menu {
  padding: 12px 0;
}
.cid-smwTkIpl0N .dropdown-item:hover,
.cid-smwTkIpl0N .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-smwTkIpl0N .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-smwTkIpl0N .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-smwTkIpl0N .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-smwTkIpl0N .nav-link {
  position: relative;
}
.cid-smwTkIpl0N .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-smwTkIpl0N .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-smwTkIpl0N .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-smwTkIpl0N .dropdown-menu,
.cid-smwTkIpl0N .navbar.opened {
  background: #c6e3ea !important;
}
.cid-smwTkIpl0N .nav-item:focus,
.cid-smwTkIpl0N .nav-link:focus {
  outline: none;
}
.cid-smwTkIpl0N .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-smwTkIpl0N .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-smwTkIpl0N .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-smwTkIpl0N .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-smwTkIpl0N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-smwTkIpl0N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-smwTkIpl0N .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-smwTkIpl0N .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-smwTkIpl0N .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #c6e3ea;
}
.cid-smwTkIpl0N .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-smwTkIpl0N .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-smwTkIpl0N .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-smwTkIpl0N .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-smwTkIpl0N .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-smwTkIpl0N .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-smwTkIpl0N .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-smwTkIpl0N .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-smwTkIpl0N .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-smwTkIpl0N .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-smwTkIpl0N .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-smwTkIpl0N .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-smwTkIpl0N .navbar.collapsed.opened {
  position: fixed;
}
.cid-smwTkIpl0N .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-smwTkIpl0N .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-smwTkIpl0N .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-smwTkIpl0N .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-smwTkIpl0N .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-smwTkIpl0N .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: 55%;
}
.cid-smwTkIpl0N .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-smwTkIpl0N .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-smwTkIpl0N .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-smwTkIpl0N .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-smwTkIpl0N .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-smwTkIpl0N .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-smwTkIpl0N .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-smwTkIpl0N .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-smwTkIpl0N .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: 41%;
  }
  .cid-smwTkIpl0N .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-smwTkIpl0N .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-smwTkIpl0N .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-smwTkIpl0N .navbar .navbar-brand {
    margin-right: auto;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-smwTkIpl0N .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-smwTkIpl0N .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-smwTkIpl0N .navbar.navbar-short {
  background: #c6e3ea !important;
  min-height: 60px;
}
.cid-smwTkIpl0N .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-smwTkIpl0N .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-smwTkIpl0N .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-smwTkIpl0N .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-smwTkIpl0N .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-smwTkIpl0N .dropdown-item.active,
.cid-smwTkIpl0N .dropdown-item:active {
  background-color: transparent;
}
.cid-smwTkIpl0N .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-smwTkIpl0N .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-smwTkIpl0N .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-smwTkIpl0N .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c6e3ea;
}
.cid-smwTkIpl0N .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-smwTkIpl0N .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-smwTkIpl0N ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-smwTkIpl0N .navbar-buttons {
  text-align: center;
}
.cid-smwTkIpl0N button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-smwTkIpl0N button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-smwTkIpl0N button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-smwTkIpl0N button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smwTkIpl0N button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smwTkIpl0N button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-smwTkIpl0N nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smwTkIpl0N nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-smwTkIpl0N nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-smwTkIpl0N nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smwTkIpl0N .navbar-dropdown {
  position: fixed;
}
.cid-smwTkIpl0N a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-smwTkIpl0N .icons-menu {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-smwTkIpl0N .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-smwTkIpl0N .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-smwTkIpl0N .navbar {
    height: 77px;
  }
  .cid-smwTkIpl0N .navbar.opened {
    height: auto;
  }
  .cid-smwTkIpl0N .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-smwTkISzCm {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #c6e3ea;
  overflow: hidden;
}
.cid-smwTkISzCm svg {
  fill: #f9fafb !important;
  pointer-events: none;
}
.cid-smwTkISzCm #e2_shape {
  fill: #f9fafb !important;
}
.cid-smwTkISzCm .mbr-section-title.display-1 {
  line-height: 1.24;
}
.cid-smwTkISzCm .mbr-text {
  font-weight: 300;
}
.cid-smwTkISzCm .mbr-text.display-5 {
  font-size: 24px;
  line-height: 1.416;
}
.cid-smwTkISzCm .btn-white {
  color: #404040 !important;
}
.cid-smwTkISzCm .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  padding: 21px 30px 20px;
}
.cid-smwTkISzCm .btn.display-4 .mbr-iconfont {
  font-size: 0.9rem;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .cid-smwTkISzCm .img-wrap {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-smwTkISzCm {
    padding: 30px;
  }
  .cid-smwTkISzCm svg {
    display: none;
  }
}
.cid-smwTkISzCm .mbr-text,
.cid-smwTkISzCm .mbr-section-btn {
  color: #1a51ab;
}
.cid-squJ5bMAlq {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #f9fafb;
}
.cid-squJ5bMAlq .counter-container {
  color: #464646;
}
.cid-squJ5bMAlq .counter-container div {
  margin-bottom: 1rem;
  padding-left: 2rem;
}
.cid-squJ5bMAlq .counter-container li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-squJ5bMAlq .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-squJ5bMAlq P {
  text-align: left;
  color: #000000;
}
.cid-squJ5bMAlq H2 {
  color: #000000;
}
.cid-squJ5bMAlq H3 {
  color: #1a51ab;
}
.cid-so2OJn43bU {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #c6e3ea;
}
@media (min-width: 1500px) {
  .cid-so2OJn43bU .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-so2OJn43bU .copyright {
    margin-bottom: 1rem;
  }
}
.cid-so2OJn43bU p {
  color: #ffffff;
}
.cid-so2OJn43bU .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-so8Jzjl6Kz .dropdown-menu {
  padding: 12px 0;
}
.cid-so8Jzjl6Kz .dropdown-item:hover,
.cid-so8Jzjl6Kz .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-so8Jzjl6Kz .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-so8Jzjl6Kz .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-so8Jzjl6Kz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-so8Jzjl6Kz .nav-link {
  position: relative;
}
.cid-so8Jzjl6Kz .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-so8Jzjl6Kz .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-so8Jzjl6Kz .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-so8Jzjl6Kz .dropdown-menu,
.cid-so8Jzjl6Kz .navbar.opened {
  background: #c6e3ea !important;
}
.cid-so8Jzjl6Kz .nav-item:focus,
.cid-so8Jzjl6Kz .nav-link:focus {
  outline: none;
}
.cid-so8Jzjl6Kz .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-so8Jzjl6Kz .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-so8Jzjl6Kz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-so8Jzjl6Kz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-so8Jzjl6Kz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-so8Jzjl6Kz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-so8Jzjl6Kz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-so8Jzjl6Kz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-so8Jzjl6Kz .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #c6e3ea;
}
.cid-so8Jzjl6Kz .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-so8Jzjl6Kz .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-so8Jzjl6Kz .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-so8Jzjl6Kz .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-so8Jzjl6Kz .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-so8Jzjl6Kz .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-so8Jzjl6Kz .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-so8Jzjl6Kz .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-so8Jzjl6Kz .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-so8Jzjl6Kz .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-so8Jzjl6Kz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-so8Jzjl6Kz .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-so8Jzjl6Kz .navbar.collapsed.opened {
  position: fixed;
}
.cid-so8Jzjl6Kz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-so8Jzjl6Kz .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-so8Jzjl6Kz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-so8Jzjl6Kz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-so8Jzjl6Kz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-so8Jzjl6Kz .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: 55%;
}
.cid-so8Jzjl6Kz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-so8Jzjl6Kz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-so8Jzjl6Kz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-so8Jzjl6Kz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-so8Jzjl6Kz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-so8Jzjl6Kz .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-so8Jzjl6Kz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-so8Jzjl6Kz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-so8Jzjl6Kz .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: 41%;
  }
  .cid-so8Jzjl6Kz .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-so8Jzjl6Kz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-so8Jzjl6Kz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-so8Jzjl6Kz .navbar .navbar-brand {
    margin-right: auto;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-so8Jzjl6Kz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-so8Jzjl6Kz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-so8Jzjl6Kz .navbar.navbar-short {
  background: #c6e3ea !important;
  min-height: 60px;
}
.cid-so8Jzjl6Kz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-so8Jzjl6Kz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-so8Jzjl6Kz .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-so8Jzjl6Kz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-so8Jzjl6Kz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-so8Jzjl6Kz .dropdown-item.active,
.cid-so8Jzjl6Kz .dropdown-item:active {
  background-color: transparent;
}
.cid-so8Jzjl6Kz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-so8Jzjl6Kz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-so8Jzjl6Kz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-so8Jzjl6Kz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c6e3ea;
}
.cid-so8Jzjl6Kz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-so8Jzjl6Kz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-so8Jzjl6Kz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-so8Jzjl6Kz .navbar-buttons {
  text-align: center;
}
.cid-so8Jzjl6Kz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-so8Jzjl6Kz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-so8Jzjl6Kz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-so8Jzjl6Kz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-so8Jzjl6Kz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-so8Jzjl6Kz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-so8Jzjl6Kz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-so8Jzjl6Kz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-so8Jzjl6Kz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-so8Jzjl6Kz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-so8Jzjl6Kz .navbar-dropdown {
  position: fixed;
}
.cid-so8Jzjl6Kz a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-so8Jzjl6Kz .icons-menu {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-so8Jzjl6Kz .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-so8Jzjl6Kz .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-so8Jzjl6Kz .navbar {
    height: 77px;
  }
  .cid-so8Jzjl6Kz .navbar.opened {
    height: auto;
  }
  .cid-so8Jzjl6Kz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-so8JzjNslC {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #c6e3ea;
  overflow: hidden;
}
.cid-so8JzjNslC svg {
  fill: #f9fafb !important;
  pointer-events: none;
}
.cid-so8JzjNslC #e2_shape {
  fill: #f9fafb !important;
}
.cid-so8JzjNslC .mbr-section-title.display-1 {
  line-height: 1.24;
}
.cid-so8JzjNslC .mbr-text {
  font-weight: 300;
}
.cid-so8JzjNslC .mbr-text.display-5 {
  font-size: 24px;
  line-height: 1.416;
}
.cid-so8JzjNslC .btn-white {
  color: #404040 !important;
}
.cid-so8JzjNslC .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  padding: 21px 30px 20px;
}
.cid-so8JzjNslC .btn.display-4 .mbr-iconfont {
  font-size: 0.9rem;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .cid-so8JzjNslC .img-wrap {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-so8JzjNslC {
    padding: 30px;
  }
  .cid-so8JzjNslC svg {
    display: none;
  }
}
.cid-so8JzjNslC .mbr-text,
.cid-so8JzjNslC .mbr-section-btn {
  color: #1a51ab;
}
.cid-squH7G79L1 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f9fafb;
}
.cid-squH7G79L1 .counter-container {
  color: #464646;
}
.cid-squH7G79L1 .counter-container div {
  margin-bottom: 1rem;
  padding-left: 2rem;
}
.cid-squH7G79L1 .counter-container li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-squH7G79L1 .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-squH7G79L1 P {
  text-align: left;
  color: #000000;
}
.cid-squH7G79L1 H2 {
  color: #1a51ab;
}
.cid-squH7G79L1 H3 {
  color: #1a51ab;
}
.cid-squH7G79L1 H5 {
  color: #1a51ab;
}
.cid-so8Jzkr02p {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #c6e3ea;
}
@media (min-width: 1500px) {
  .cid-so8Jzkr02p .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-so8Jzkr02p .copyright {
    margin-bottom: 1rem;
  }
}
.cid-so8Jzkr02p p {
  color: #ffffff;
}
.cid-so8Jzkr02p .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-srVQS4Halb .dropdown-menu {
  padding: 12px 0;
}
.cid-srVQS4Halb .dropdown-item:hover,
.cid-srVQS4Halb .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-srVQS4Halb .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-srVQS4Halb .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-srVQS4Halb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-srVQS4Halb .nav-link {
  position: relative;
}
.cid-srVQS4Halb .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-srVQS4Halb .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-srVQS4Halb .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-srVQS4Halb .dropdown-menu,
.cid-srVQS4Halb .navbar.opened {
  background: #c6e3ea !important;
}
.cid-srVQS4Halb .nav-item:focus,
.cid-srVQS4Halb .nav-link:focus {
  outline: none;
}
.cid-srVQS4Halb .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-srVQS4Halb .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-srVQS4Halb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-srVQS4Halb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-srVQS4Halb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-srVQS4Halb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-srVQS4Halb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-srVQS4Halb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-srVQS4Halb .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #c6e3ea;
}
.cid-srVQS4Halb .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-srVQS4Halb .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-srVQS4Halb .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-srVQS4Halb .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-srVQS4Halb .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-srVQS4Halb .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-srVQS4Halb .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-srVQS4Halb .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-srVQS4Halb .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-srVQS4Halb .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-srVQS4Halb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-srVQS4Halb .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-srVQS4Halb .navbar.collapsed.opened {
  position: fixed;
}
.cid-srVQS4Halb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-srVQS4Halb .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-srVQS4Halb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-srVQS4Halb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-srVQS4Halb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-srVQS4Halb .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: 55%;
}
.cid-srVQS4Halb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-srVQS4Halb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-srVQS4Halb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-srVQS4Halb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-srVQS4Halb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-srVQS4Halb .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-srVQS4Halb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-srVQS4Halb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-srVQS4Halb .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: 41%;
  }
  .cid-srVQS4Halb .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-srVQS4Halb .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-srVQS4Halb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-srVQS4Halb .navbar .navbar-brand {
    margin-right: auto;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-srVQS4Halb .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-srVQS4Halb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-srVQS4Halb .navbar.navbar-short {
  background: #c6e3ea !important;
  min-height: 60px;
}
.cid-srVQS4Halb .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-srVQS4Halb .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-srVQS4Halb .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-srVQS4Halb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-srVQS4Halb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-srVQS4Halb .dropdown-item.active,
.cid-srVQS4Halb .dropdown-item:active {
  background-color: transparent;
}
.cid-srVQS4Halb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-srVQS4Halb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-srVQS4Halb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-srVQS4Halb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c6e3ea;
}
.cid-srVQS4Halb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-srVQS4Halb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-srVQS4Halb ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-srVQS4Halb .navbar-buttons {
  text-align: center;
}
.cid-srVQS4Halb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-srVQS4Halb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-srVQS4Halb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-srVQS4Halb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srVQS4Halb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srVQS4Halb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-srVQS4Halb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srVQS4Halb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-srVQS4Halb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-srVQS4Halb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srVQS4Halb .navbar-dropdown {
  position: fixed;
}
.cid-srVQS4Halb a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-srVQS4Halb .icons-menu {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-srVQS4Halb .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-srVQS4Halb .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-srVQS4Halb .navbar {
    height: 77px;
  }
  .cid-srVQS4Halb .navbar.opened {
    height: auto;
  }
  .cid-srVQS4Halb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-srVQS566zO {
  padding-top: 300px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/901-startmotivkleiner-fruhlingserwachen-2025-1800x1094.webp");
  overflow: hidden;
}
.cid-srVQS566zO svg {
  fill: #f9fafb !important;
  pointer-events: none;
}
.cid-srVQS566zO #e2_shape {
  fill: #f9fafb !important;
}
.cid-srVQS566zO .mbr-section-title.display-1 {
  line-height: 1.24;
}
.cid-srVQS566zO .mbr-text {
  font-weight: 300;
}
.cid-srVQS566zO .mbr-text.display-5 {
  font-size: 24px;
  line-height: 1.416;
}
.cid-srVQS566zO .btn-white {
  color: #404040 !important;
}
.cid-srVQS566zO .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  padding: 21px 30px 20px;
}
.cid-srVQS566zO .btn.display-4 .mbr-iconfont {
  font-size: 0.9rem;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .cid-srVQS566zO .img-wrap {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-srVQS566zO {
    padding: 30px;
  }
  .cid-srVQS566zO svg {
    display: none;
  }
}
.cid-srVQS566zO .mbr-section-title,
.cid-srVQS566zO .mbr-section-btn {
  color: #1a51ab;
}
.cid-srVQS566zO .mbr-text,
.cid-srVQS566zO .mbr-section-btn {
  color: #ffffff;
}
.cid-uzRR3PSSrC {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #f9fafb;
  overflow: hidden;
}
.cid-uzRR3PSSrC .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uzRR3PSSrC svg {
  fill: #f9fafb !important;
  pointer-events: none;
}
.cid-uzRR3PSSrC #e2_shape {
  fill: #f9fafb !important;
}
.cid-uzRR3PSSrC .mbr-section-title.display-1 {
  line-height: 1.24;
}
.cid-uzRR3PSSrC .mbr-text {
  font-weight: 300;
}
.cid-uzRR3PSSrC .mbr-text.display-5 {
  font-size: 24px;
  line-height: 1.416;
}
.cid-uzRR3PSSrC .btn-white {
  color: #404040 !important;
}
.cid-uzRR3PSSrC .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  padding: 21px 30px 20px;
}
.cid-uzRR3PSSrC .btn.display-4 .mbr-iconfont {
  font-size: 0.9rem;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .cid-uzRR3PSSrC .img-wrap {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-uzRR3PSSrC {
    padding: 30px;
  }
  .cid-uzRR3PSSrC svg {
    display: none;
  }
}
.cid-uzRR3PSSrC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzRR3PSSrC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzRR3PSSrC .mbr-section-title,
.cid-uzRR3PSSrC .mbr-section-btn {
  color: #e94e1a;
}
.cid-uzRR3PSSrC .mbr-text,
.cid-uzRR3PSSrC .mbr-section-btn {
  color: #0a1c44;
}
.cid-sWKuX2SbLo {
  padding-top: 15px;
  padding-bottom: 195px;
  background-color: #f9fafb;
  overflow: hidden;
}
.cid-sWKuX2SbLo svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-sWKuX2SbLo #e2_shape {
  fill: #c6e3ea !important;
}
.cid-sWKuX2SbLo .mbr-text.display-5 {
  font-size: 26px;
}
.cid-sWKuX2SbLo .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-sWKuX2SbLo img {
  margin-left: auto;
  margin-right: auto;
}
.cid-sWKuX2SbLo .mbr-section-title,
.cid-sWKuX2SbLo .icon-wrap {
  color: #404040;
  text-align: center;
}
.cid-srVQS7MaBP {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #c6e3ea;
}
.cid-srVQS7MaBP section {
  position: relative;
}
.cid-srVQS7MaBP h4 {
  margin: 0;
}
.cid-srVQS7MaBP img {
  height: 120px;
  padding-right: 0px;
  width: auto;
}
.cid-srVQS7MaBP a {
  font-weight: 500;
}
.cid-srVQS7MaBP .img1 {
  color: #ffffff;
}
.cid-srVQS7MaBP .img2 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-srVQS7MaBP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-srVQS7MaBP .item,
.cid-srVQS7MaBP .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-srVQS7MaBP .item h4,
.cid-srVQS7MaBP .link h4 {
  padding-left: 0px;
  margin: 0;
}
.cid-srVQS7MaBP .card-img {
  width: auto;
}
.cid-srVQS7MaBP .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-srVQS7MaBP .item {
    justify-content: center;
  }
}
.cid-srVQS7MaBP .item-title {
  color: #1a51ab;
  text-align: left;
}
.cid-srVQS7MaBP .items-title,
.cid-srVQS7MaBP .items-title + .line-wrap {
  color: #000000;
  text-align: left;
}
.cid-srVQS7MaBP .links-title,
.cid-srVQS7MaBP .links-title + .line-wrap {
  color: #000000;
  text-align: left;
}
.cid-srVQS7MaBP .link-title {
  color: #1a51ab;
}
.cid-srVQS7MaBP H4 {
  text-align: left;
}
.cid-srVQS86q6G {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #c6e3ea;
}
@media (min-width: 1500px) {
  .cid-srVQS86q6G .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-srVQS86q6G .copyright {
    margin-bottom: 1rem;
  }
}
.cid-srVQS86q6G p {
  color: #ffffff;
}
.cid-srVQS86q6G .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-sIYXOxH7bb .dropdown-menu {
  padding: 12px 0;
}
.cid-sIYXOxH7bb .dropdown-item:hover,
.cid-sIYXOxH7bb .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-sIYXOxH7bb .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-sIYXOxH7bb .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-sIYXOxH7bb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sIYXOxH7bb .nav-link {
  position: relative;
}
.cid-sIYXOxH7bb .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-sIYXOxH7bb .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sIYXOxH7bb .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-sIYXOxH7bb .dropdown-menu,
.cid-sIYXOxH7bb .navbar.opened {
  background: #c6e3ea !important;
}
.cid-sIYXOxH7bb .nav-item:focus,
.cid-sIYXOxH7bb .nav-link:focus {
  outline: none;
}
.cid-sIYXOxH7bb .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-sIYXOxH7bb .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-sIYXOxH7bb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sIYXOxH7bb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sIYXOxH7bb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sIYXOxH7bb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sIYXOxH7bb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sIYXOxH7bb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sIYXOxH7bb .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #c6e3ea;
}
.cid-sIYXOxH7bb .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-sIYXOxH7bb .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-sIYXOxH7bb .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-sIYXOxH7bb .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-sIYXOxH7bb .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-sIYXOxH7bb .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-sIYXOxH7bb .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-sIYXOxH7bb .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-sIYXOxH7bb .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-sIYXOxH7bb .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sIYXOxH7bb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sIYXOxH7bb .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-sIYXOxH7bb .navbar.collapsed.opened {
  position: fixed;
}
.cid-sIYXOxH7bb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-sIYXOxH7bb .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-sIYXOxH7bb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sIYXOxH7bb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sIYXOxH7bb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sIYXOxH7bb .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: 55%;
}
.cid-sIYXOxH7bb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sIYXOxH7bb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sIYXOxH7bb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sIYXOxH7bb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sIYXOxH7bb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sIYXOxH7bb .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-sIYXOxH7bb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sIYXOxH7bb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sIYXOxH7bb .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: 41%;
  }
  .cid-sIYXOxH7bb .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-sIYXOxH7bb .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sIYXOxH7bb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sIYXOxH7bb .navbar .navbar-brand {
    margin-right: auto;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sIYXOxH7bb .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-sIYXOxH7bb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sIYXOxH7bb .navbar.navbar-short {
  background: #c6e3ea !important;
  min-height: 60px;
}
.cid-sIYXOxH7bb .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sIYXOxH7bb .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sIYXOxH7bb .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sIYXOxH7bb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sIYXOxH7bb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sIYXOxH7bb .dropdown-item.active,
.cid-sIYXOxH7bb .dropdown-item:active {
  background-color: transparent;
}
.cid-sIYXOxH7bb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sIYXOxH7bb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sIYXOxH7bb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sIYXOxH7bb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c6e3ea;
}
.cid-sIYXOxH7bb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sIYXOxH7bb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sIYXOxH7bb ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sIYXOxH7bb .navbar-buttons {
  text-align: center;
}
.cid-sIYXOxH7bb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sIYXOxH7bb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sIYXOxH7bb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sIYXOxH7bb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sIYXOxH7bb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sIYXOxH7bb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sIYXOxH7bb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sIYXOxH7bb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sIYXOxH7bb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sIYXOxH7bb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sIYXOxH7bb .navbar-dropdown {
  position: fixed;
}
.cid-sIYXOxH7bb a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sIYXOxH7bb .icons-menu {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sIYXOxH7bb .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-sIYXOxH7bb .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sIYXOxH7bb .navbar {
    height: 77px;
  }
  .cid-sIYXOxH7bb .navbar.opened {
    height: auto;
  }
  .cid-sIYXOxH7bb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sIYXOy9e8c {
  padding-top: 300px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/901-startmotiv-herbstrascheln-2024-2000x1215.webp");
  overflow: hidden;
}
.cid-sIYXOy9e8c svg {
  fill: #ffffff !important;
  pointer-events: none;
}
.cid-sIYXOy9e8c #e2_shape {
  fill: #ffffff !important;
}
.cid-sIYXOy9e8c .mbr-section-title.display-1 {
  line-height: 1.24;
}
.cid-sIYXOy9e8c .mbr-text {
  font-weight: 300;
}
.cid-sIYXOy9e8c .mbr-text.display-5 {
  font-size: 24px;
  line-height: 1.416;
}
.cid-sIYXOy9e8c .btn-white {
  color: #404040 !important;
}
.cid-sIYXOy9e8c .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  padding: 21px 30px 20px;
}
.cid-sIYXOy9e8c .btn.display-4 .mbr-iconfont {
  font-size: 0.9rem;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .cid-sIYXOy9e8c .img-wrap {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-sIYXOy9e8c {
    padding: 30px;
  }
  .cid-sIYXOy9e8c svg {
    display: none;
  }
}
.cid-sIYXOy9e8c .mbr-section-title,
.cid-sIYXOy9e8c .mbr-section-btn {
  color: #1a51ab;
}
.cid-sIYXOy9e8c .mbr-text,
.cid-sIYXOy9e8c .mbr-section-btn {
  color: #ffffff;
}
.cid-sJ61j6o5Js {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sJ61j6o5Js .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #98bec8;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-sJ61j6o5Js .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sJ61j6o5Js .main-title {
  color: #d60b52;
  margin-bottom: 26px;
}
.cid-sJ61j6o5Js .main-title.display-2 {
  line-height: 1.375;
}
.cid-sJ61j6o5Js .mbr-section-subtitle {
  color: #d60b52;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sJ61j6o5Js .mbr-text {
  color: #606060;
}
.cid-sJ61j6o5Js .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-sJ61j6o5Js .mbr-section-btn {
  margin-top: 24px;
}
.cid-sJ61j6o5Js .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-sJ61j6o5Js .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-sJ61j6o5Js .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-sJ61j6o5Js .main-title,
.cid-sJ61j6o5Js .mbr-section-btn {
  color: #d60b52;
  text-align: center;
}
.cid-sJ61j6o5Js .mbr-text,
.cid-sJ61j6o5Js .mbr-section-btn {
  text-align: center;
  color: #404040;
}
.cid-tgKlglQQmK {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tgKlglQQmK .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #98bec8;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-tgKlglQQmK .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tgKlglQQmK .main-title {
  color: #d60b52;
  margin-bottom: 26px;
}
.cid-tgKlglQQmK .main-title.display-2 {
  line-height: 1.375;
}
.cid-tgKlglQQmK .mbr-section-subtitle {
  color: #d60b52;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tgKlglQQmK .mbr-text {
  color: #606060;
}
.cid-tgKlglQQmK .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tgKlglQQmK .mbr-section-btn {
  margin-top: 24px;
}
.cid-tgKlglQQmK .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-tgKlglQQmK .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tgKlglQQmK .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-tgKlglQQmK .main-title,
.cid-tgKlglQQmK .mbr-section-btn {
  color: #d60b52;
  text-align: center;
}
.cid-tgKlglQQmK .mbr-text,
.cid-tgKlglQQmK .mbr-section-btn {
  text-align: center;
  color: #404040;
}
.cid-sJ61HqzTGT {
  padding-top: 15px;
  padding-bottom: 195px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-sJ61HqzTGT svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-sJ61HqzTGT #e2_shape {
  fill: #c6e3ea !important;
}
.cid-sJ61HqzTGT .mbr-text.display-5 {
  font-size: 26px;
}
.cid-sJ61HqzTGT .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-sJ61HqzTGT img {
  margin-left: auto;
  margin-right: auto;
}
.cid-sJ61HqzTGT .mbr-section-title,
.cid-sJ61HqzTGT .icon-wrap {
  color: #404040;
  text-align: center;
}
.cid-sIYXOyDbro {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #c6e3ea;
}
.cid-sIYXOyDbro section {
  position: relative;
}
.cid-sIYXOyDbro h4 {
  margin: 0;
}
.cid-sIYXOyDbro img {
  height: 120px;
  padding-right: 0px;
  width: auto;
}
.cid-sIYXOyDbro a {
  font-weight: 500;
}
.cid-sIYXOyDbro .img1 {
  color: #ffffff;
}
.cid-sIYXOyDbro .img2 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sIYXOyDbro .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sIYXOyDbro .item,
.cid-sIYXOyDbro .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sIYXOyDbro .item h4,
.cid-sIYXOyDbro .link h4 {
  padding-left: 0px;
  margin: 0;
}
.cid-sIYXOyDbro .card-img {
  width: auto;
}
.cid-sIYXOyDbro .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-sIYXOyDbro .item {
    justify-content: center;
  }
}
.cid-sIYXOyDbro .item-title {
  color: #1a51ab;
  text-align: left;
}
.cid-sIYXOyDbro .items-title,
.cid-sIYXOyDbro .items-title + .line-wrap {
  color: #000000;
  text-align: left;
}
.cid-sIYXOyDbro .links-title,
.cid-sIYXOyDbro .links-title + .line-wrap {
  color: #000000;
  text-align: left;
}
.cid-sIYXOyDbro .link-title {
  color: #1a51ab;
}
.cid-sIYXOyDbro H4 {
  text-align: left;
}
.cid-sIYXOyUA24 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #c6e3ea;
}
@media (min-width: 1500px) {
  .cid-sIYXOyUA24 .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-sIYXOyUA24 .copyright {
    margin-bottom: 1rem;
  }
}
.cid-sIYXOyUA24 p {
  color: #ffffff;
}
.cid-sIYXOyUA24 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uxkesFuR4a .dropdown-menu {
  padding: 12px 0;
}
.cid-uxkesFuR4a .dropdown-item:hover,
.cid-uxkesFuR4a .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-uxkesFuR4a .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uxkesFuR4a .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-uxkesFuR4a .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxkesFuR4a .nav-link {
  position: relative;
}
.cid-uxkesFuR4a .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-uxkesFuR4a .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxkesFuR4a .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-uxkesFuR4a .dropdown-menu,
.cid-uxkesFuR4a .navbar.opened {
  background: #c6e3ea !important;
}
.cid-uxkesFuR4a .nav-item:focus,
.cid-uxkesFuR4a .nav-link:focus {
  outline: none;
}
.cid-uxkesFuR4a .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-uxkesFuR4a .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-uxkesFuR4a .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uxkesFuR4a .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxkesFuR4a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uxkesFuR4a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uxkesFuR4a .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxkesFuR4a .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxkesFuR4a .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #c6e3ea;
}
.cid-uxkesFuR4a .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-uxkesFuR4a .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-uxkesFuR4a .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-uxkesFuR4a .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-uxkesFuR4a .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-uxkesFuR4a .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-uxkesFuR4a .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-uxkesFuR4a .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-uxkesFuR4a .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-uxkesFuR4a .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uxkesFuR4a .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxkesFuR4a .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-uxkesFuR4a .navbar.collapsed.opened {
  position: fixed;
}
.cid-uxkesFuR4a .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-uxkesFuR4a .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uxkesFuR4a .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uxkesFuR4a .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxkesFuR4a .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxkesFuR4a .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: 55%;
}
.cid-uxkesFuR4a .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxkesFuR4a .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxkesFuR4a .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxkesFuR4a .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxkesFuR4a .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxkesFuR4a .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-uxkesFuR4a .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxkesFuR4a .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxkesFuR4a .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: 41%;
  }
  .cid-uxkesFuR4a .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-uxkesFuR4a .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uxkesFuR4a .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxkesFuR4a .navbar .navbar-brand {
    margin-right: auto;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxkesFuR4a .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-uxkesFuR4a .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxkesFuR4a .navbar.navbar-short {
  background: #c6e3ea !important;
  min-height: 60px;
}
.cid-uxkesFuR4a .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uxkesFuR4a .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxkesFuR4a .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxkesFuR4a .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxkesFuR4a .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxkesFuR4a .dropdown-item.active,
.cid-uxkesFuR4a .dropdown-item:active {
  background-color: transparent;
}
.cid-uxkesFuR4a .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxkesFuR4a .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxkesFuR4a .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxkesFuR4a .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c6e3ea;
}
.cid-uxkesFuR4a .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxkesFuR4a .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxkesFuR4a ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uxkesFuR4a .navbar-buttons {
  text-align: center;
}
.cid-uxkesFuR4a button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uxkesFuR4a button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uxkesFuR4a button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxkesFuR4a button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxkesFuR4a button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxkesFuR4a button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxkesFuR4a nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxkesFuR4a nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxkesFuR4a nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxkesFuR4a nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxkesFuR4a .navbar-dropdown {
  position: fixed;
}
.cid-uxkesFuR4a a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uxkesFuR4a .icons-menu {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uxkesFuR4a .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-uxkesFuR4a .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxkesFuR4a .navbar {
    height: 77px;
  }
  .cid-uxkesFuR4a .navbar.opened {
    height: auto;
  }
  .cid-uxkesFuR4a .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxkhrTTetG {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #c6e3ea;
}
.cid-uxkhrTTetG .container-fluid {
  padding-right: 0;
  padding-right: 32px;
  padding-left: 0;
}
.cid-uxkhrTTetG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxkhrTTetG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxkhrTTetG .title {
  display: flex;
  align-items: center;
}
.cid-uxkhrTTetG .title-wrapper {
  width: 100%;
}
.cid-uxkhrTTetG .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uxkhrTTetG .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-uxkhrTTetG .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uxkhrTTetG .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-uxkhrTTetG .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uxkhrTTetG .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-uxkhrTTetG .image-wrapper {
    margin-top: 39px;
  }
}
.cid-uxkhrTTetG .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uxkhrTTetG .mbr-section-subtitle {
  color: #181818;
}
.cid-uxkhrTTetG .mbr-section-title {
  color: #181818;
}
.cid-uxkhrTTetG .mbr-text {
  color: #454545;
}
.cid-uxkhrTTetG .mbr-section-title,
.cid-uxkhrTTetG .mbr-section-btn {
  color: #1a51ab;
}
.cid-uxkjhXmZd3 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #c6e3ea;
}
.cid-uxkjhXmZd3 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #98bec8;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-uxkjhXmZd3 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uxkjhXmZd3 .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-uxkjhXmZd3 .main-title.display-2 {
  line-height: 1.375;
}
.cid-uxkjhXmZd3 .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-uxkjhXmZd3 .mbr-text {
  color: #606060;
}
.cid-uxkjhXmZd3 .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uxkjhXmZd3 .mbr-section-btn {
  margin-top: 24px;
}
.cid-uxkjhXmZd3 .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-uxkjhXmZd3 .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-uxkjhXmZd3 .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-uxkjhXmZd3 .main-title,
.cid-uxkjhXmZd3 .mbr-section-btn {
  color: #1a51ab;
  text-align: center;
}
.cid-uxkjhXmZd3 .mbr-text,
.cid-uxkjhXmZd3 .mbr-section-btn {
  text-align: center;
  color: #1a51ab;
}
.cid-uxklAs5EXr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #c6e3ea;
}
.cid-uxklAs5EXr .mbr-overlay {
  padding: 0;
  background: #f9fafb;
  opacity: 1;
  transform: scale(3) skewX(25deg);
  transform-origin: left bottom;
  left: -100%;
}
.cid-uxklAs5EXr img,
.cid-uxklAs5EXr .item-img {
  width: 100%;
}
.cid-uxklAs5EXr .mbr-section-subtitle {
  margin-bottom: 60px;
  color: #6a3649;
}
.cid-uxklAs5EXr .mbr-section-title {
  margin-bottom: 60px;
  color: #6a3649;
}
.cid-uxklAs5EXr .item:focus,
.cid-uxklAs5EXr span:focus {
  outline: none;
}
.cid-uxklAs5EXr .item {
  cursor: pointer;
}
.cid-uxklAs5EXr .item-title {
  letter-spacing: 2.54px;
  color: #6a3649;
}
.cid-uxklAs5EXr .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uxklAs5EXr .item:not(:last-child) {
  margin-bottom: 30px;
}
.cid-uxklAs5EXr .item-subtitle {
  color: #6a3649;
}
.cid-uxklAs5EXr .mbr-text,
.cid-uxklAs5EXr .mbr-section-btn {
  color: #282727;
}
.cid-uxkesJIJ7G {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #c6e3ea;
}
.cid-uxkesJIJ7G section {
  position: relative;
}
.cid-uxkesJIJ7G h4 {
  margin: 0;
}
.cid-uxkesJIJ7G img {
  height: 120px;
  padding-right: 0px;
  width: auto;
}
.cid-uxkesJIJ7G a {
  font-weight: 500;
}
.cid-uxkesJIJ7G .img1 {
  color: #ffffff;
}
.cid-uxkesJIJ7G .img2 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uxkesJIJ7G .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uxkesJIJ7G .item,
.cid-uxkesJIJ7G .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-uxkesJIJ7G .item h4,
.cid-uxkesJIJ7G .link h4 {
  padding-left: 0px;
  margin: 0;
}
.cid-uxkesJIJ7G .card-img {
  width: auto;
}
.cid-uxkesJIJ7G .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-uxkesJIJ7G .item {
    justify-content: center;
  }
}
.cid-uxkesJIJ7G .item-title {
  color: #1a51ab;
  text-align: left;
}
.cid-uxkesJIJ7G .items-title,
.cid-uxkesJIJ7G .items-title + .line-wrap {
  color: #000000;
  text-align: left;
}
.cid-uxkesJIJ7G .links-title,
.cid-uxkesJIJ7G .links-title + .line-wrap {
  color: #000000;
  text-align: left;
}
.cid-uxkesJIJ7G .link-title {
  color: #1a51ab;
}
.cid-uxkesJIJ7G H4 {
  text-align: left;
}
.cid-uxkesK8FEO {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #c6e3ea;
}
@media (min-width: 1500px) {
  .cid-uxkesK8FEO .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-uxkesK8FEO .copyright {
    margin-bottom: 1rem;
  }
}
.cid-uxkesK8FEO p {
  color: #ffffff;
}
.cid-uxkesK8FEO .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tmJJGlCbjG .dropdown-menu {
  padding: 12px 0;
}
.cid-tmJJGlCbjG .dropdown-item:hover,
.cid-tmJJGlCbjG .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-tmJJGlCbjG .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tmJJGlCbjG .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-tmJJGlCbjG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tmJJGlCbjG .nav-link {
  position: relative;
}
.cid-tmJJGlCbjG .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-tmJJGlCbjG .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tmJJGlCbjG .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-tmJJGlCbjG .dropdown-menu,
.cid-tmJJGlCbjG .navbar.opened {
  background: #c6e3ea !important;
}
.cid-tmJJGlCbjG .nav-item:focus,
.cid-tmJJGlCbjG .nav-link:focus {
  outline: none;
}
.cid-tmJJGlCbjG .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-tmJJGlCbjG .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-tmJJGlCbjG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tmJJGlCbjG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tmJJGlCbjG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tmJJGlCbjG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tmJJGlCbjG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tmJJGlCbjG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tmJJGlCbjG .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #c6e3ea;
}
.cid-tmJJGlCbjG .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-tmJJGlCbjG .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-tmJJGlCbjG .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-tmJJGlCbjG .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-tmJJGlCbjG .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-tmJJGlCbjG .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-tmJJGlCbjG .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-tmJJGlCbjG .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-tmJJGlCbjG .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-tmJJGlCbjG .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tmJJGlCbjG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tmJJGlCbjG .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-tmJJGlCbjG .navbar.collapsed.opened {
  position: fixed;
}
.cid-tmJJGlCbjG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-tmJJGlCbjG .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tmJJGlCbjG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tmJJGlCbjG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tmJJGlCbjG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tmJJGlCbjG .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: 55%;
}
.cid-tmJJGlCbjG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tmJJGlCbjG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tmJJGlCbjG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tmJJGlCbjG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tmJJGlCbjG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tmJJGlCbjG .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-tmJJGlCbjG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tmJJGlCbjG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tmJJGlCbjG .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: 41%;
  }
  .cid-tmJJGlCbjG .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-tmJJGlCbjG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tmJJGlCbjG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tmJJGlCbjG .navbar .navbar-brand {
    margin-right: auto;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tmJJGlCbjG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-tmJJGlCbjG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tmJJGlCbjG .navbar.navbar-short {
  background: #c6e3ea !important;
  min-height: 60px;
}
.cid-tmJJGlCbjG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tmJJGlCbjG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tmJJGlCbjG .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tmJJGlCbjG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tmJJGlCbjG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tmJJGlCbjG .dropdown-item.active,
.cid-tmJJGlCbjG .dropdown-item:active {
  background-color: transparent;
}
.cid-tmJJGlCbjG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tmJJGlCbjG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tmJJGlCbjG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tmJJGlCbjG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c6e3ea;
}
.cid-tmJJGlCbjG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tmJJGlCbjG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tmJJGlCbjG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tmJJGlCbjG .navbar-buttons {
  text-align: center;
}
.cid-tmJJGlCbjG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tmJJGlCbjG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tmJJGlCbjG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tmJJGlCbjG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tmJJGlCbjG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tmJJGlCbjG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tmJJGlCbjG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tmJJGlCbjG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tmJJGlCbjG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tmJJGlCbjG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tmJJGlCbjG .navbar-dropdown {
  position: fixed;
}
.cid-tmJJGlCbjG a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tmJJGlCbjG .icons-menu {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tmJJGlCbjG .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-tmJJGlCbjG .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tmJJGlCbjG .navbar {
    height: 77px;
  }
  .cid-tmJJGlCbjG .navbar.opened {
    height: auto;
  }
  .cid-tmJJGlCbjG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uE0zYCW5y0 {
  position: relative;
  overflow: hidden;
}
.cid-uE0zYCW5y0 svg {
  pointer-events: none;
  position: absolute;
  z-index: 0;
  bottom: -1rem;
  left: 50%;
  transform: translate(-50%) scale(1.9, 1.6);
}
.cid-uE0zYCW5y0 #e2_shape {
  fill: #ffffff !important;
}
.cid-uE0zYCW5y0 .main-text {
  color: #606060;
}
.cid-uE0zYCW5y0 .wrapper {
  position: relative;
  padding: 2rem;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: 42rem;
}
.cid-uE0zYCW5y0 .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
  filter: brightness(79%);
}
.cid-uE0zYCW5y0 .content-block {
  padding: 0.75rem 1rem;
  top: -50%;
  position: relative;
  z-index: 1;
  transform: translateY(50%);
  letter-spacing: 2.5px;
}
.cid-uE0zYCW5y0 .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 2.5px;
  margin-bottom: 21px;
}
.cid-uE0zYCW5y0 .btn.display-4 {
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 2.5px;
  padding: 16px 24px;
}
.cid-uE0zYCW5y0 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uE0zYCW5y0 .carousel-item.active,
.cid-uE0zYCW5y0 .carousel-item-next,
.cid-uE0zYCW5y0 .carousel-item-prev {
  display: flex;
}
.cid-uE0zYCW5y0 .carousel-indicators {
  margin: 20px auto 0;
  align-items: center;
  bottom: 50px;
}
.cid-uE0zYCW5y0 .carousel-indicators .active {
  transform: scale(1);
  border: 0;
  background-color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-uE0zYCW5y0 .carousel-indicators li {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #ffffff;
  font-size: 2rem;
  border-width: 0px;
  transform: scale(0.6);
  opacity: 1;
}
.cid-uE0zYCW5y0 .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-uE0zYCW5y0 .carousel-controls {
    display: block;
  }
  .cid-uE0zYCW5y0 .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-uE0zYCW5y0 .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-uE0zYCW5y0 .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-uE0zYCW5y0 .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-uE0zYCW5y0 .text-element {
    padding: 1rem;
  }
  .cid-uE0zYCW5y0 .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uE0zYCW5y0 .image-element {
    min-width: 50%;
  }
  .cid-uE0zYCW5y0 .media-container-row {
    width: 100%;
  }
}
.cid-uE0zYCW5y0 .card-title {
  text-align: center;
}
.cid-uE0zYCW5y0 .wrapper .content-block .mbr-section-subtitle {
  text-align: center;
}
.cid-uE0zKVUU14 {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uE0zKVUU14 .mbr-subtitle {
  color: #0e708f;
  font-weight: 800;
  text-align: left;
}
.cid-uE0zKVUU14 .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uE0zKVUU14 .mbr-section-title {
  color: #1a51ab;
  font-weight: 700;
  text-align: left;
}
.cid-uE0zKVUU14 .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uE0zKVUU14 .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
  color: #455158;
  text-align: left;
}
.cid-uE0zKVUU14 .timelines-container {
  margin-top: 60px;
}
.cid-uE0zKVUU14 .timelines-container .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-uE0zKVUU14 .timelines-container .timeline-element .timeline-date-panel .time-line-date-content .mbr-figure img {
  border-radius: 4px;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.04);
}
.cid-uE0zKVUU14 .timelines-container .timeline-element .date .mbr-timeline-date {
  color: #130947;
  font-weight: 700;
}
.cid-uE0zKVUU14 .timelines-container .timeline-element .date .display-7 {
  font-size: 20px;
  line-height: 1;
}
.cid-uE0zKVUU14 .timelines-container .timeline-element .iconBackground {
  position: absolute;
  left: 41%;
  width: 12px;
  height: 12px;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  background-color: #c6e3ea;
  font-size: 30px;
  display: inline-block;
  top: 0px;
  margin-left: -5px;
}
.cid-uE0zKVUU14 .timelines-container .timeline-element .timeline-text-content {
  margin-left: 2rem;
  text-align: left;
}
.cid-uE0zKVUU14 .timelines-container .timeline-element .timeline-text-content .mbr-timeline-title {
  font-weight: 700;
  margin-bottom: 15px;
  color: #130947;
}
.cid-uE0zKVUU14 .timelines-container .timeline-element .timeline-text-content .mbr-timeline-text {
  margin: 0 0 25px;
  line-height: 1.5;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-uE0zKVUU14 .timelines-container .timeline-element .timeline-text-content .display-5 {
  line-height: 1.09;
  font-size: 22px;
  letter-spacing: -0.5px;
}
.cid-uE0zKVUU14 .timelines-container .timeline-element .timeline-text-content .display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uE0zKVUU14 .container-fluid {
  padding: 0 2rem;
}
.cid-uE0zKVUU14 .separline:before,
.cid-uE0zKVUU14 .first-separline:before {
  top: 0rem;
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #efefef;
  left: calc(41% - 1px);
  height: calc(100% + 3rem);
}
.cid-uE0zKVUU14 .separline:after {
  top: calc(100% + 3.1rem);
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #efefef;
  left: calc(41% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uE0zKVUU14 .container-fluid {
    padding: 0 1rem;
  }
  .cid-uE0zKVUU14 .iconBackground {
    left: -9px !important;
    top: 33px;
  }
  .cid-uE0zKVUU14 .separline:before,
  .cid-uE0zKVUU14 .first-separline:before {
    left: -10px !important;
  }
  .cid-uE0zKVUU14 .separline:after {
    left: -10px !important;
    top: calc(102.4%);
  }
  .cid-uE0zKVUU14 .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-uE0zKVUU14 .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-uE0zKVUU14 .time-line-date-content p {
    float: left !important;
  }
  .cid-uE0zKVUU14 .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
  .cid-uE0zKVUU14 .timelines-container .timeline-element .date .mbr-timeline-date {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.cid-uE0zKVUU14 .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.cid-uE0zKVUU14 .timelines-container .timeline-element .date .mbr-timeline-date {
  text-align: left;
  color: #073b4c;
}
.cid-uE0zKVUU14 .timelines-container .timeline-element .timeline-text-content .mbr-timeline-title {
  color: #073b4c;
}
.cid-uE0zKVUU14 .timelines-container .timeline-element .timeline-text-content .mbr-timeline-text {
  color: #2e6b75;
}
.cid-uE0zJuTfdt {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #f9fafb;
  overflow: hidden;
}
.cid-uE0zJuTfdt svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uE0zJuTfdt #e2_shape {
  fill: #f9fafb !important;
}
.cid-uE0zJuTfdt .mbr-text.display-5 {
  font-size: 26px;
}
.cid-uE0zJuTfdt .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uE0zJuTfdt img {
  margin-left: auto;
  margin-right: auto;
}
.cid-uE0zJuTfdt .mbr-section-title,
.cid-uE0zJuTfdt .icon-wrap {
  color: #1a51ab;
  font-weight: 400;
}
.cid-uE0zJuTfdt .mbr-text,
.cid-uE0zJuTfdt .mbr-section-btn {
  color: #404040;
  font-weight: 400;
}
.cid-tmJJGnYNqg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9fafb;
  overflow: hidden;
}
.cid-tmJJGnYNqg svg {
  fill: #c6e3ea !important;
  pointer-events: none;
}
.cid-tmJJGnYNqg #e2_shape {
  fill: #c6e3ea !important;
}
.cid-tmJJGnYNqg .mbr-section-title.display-1 {
  line-height: 1.24;
}
.cid-tmJJGnYNqg .mbr-text {
  font-weight: 300;
}
.cid-tmJJGnYNqg .mbr-text.display-5 {
  font-size: 24px;
  line-height: 1.416;
}
.cid-tmJJGnYNqg .btn-white {
  color: #404040 !important;
}
.cid-tmJJGnYNqg .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  padding: 21px 30px 20px;
}
.cid-tmJJGnYNqg .btn.display-4 .mbr-iconfont {
  font-size: 0.9rem;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .cid-tmJJGnYNqg .img-wrap {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-tmJJGnYNqg {
    padding: 30px;
  }
  .cid-tmJJGnYNqg svg {
    display: none;
  }
}
.cid-tmJJGoaqDp {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #c6e3ea;
}
.cid-tmJJGoaqDp section {
  position: relative;
}
.cid-tmJJGoaqDp h4 {
  margin: 0;
}
.cid-tmJJGoaqDp img {
  height: 120px;
  padding-right: 0px;
  width: auto;
}
.cid-tmJJGoaqDp a {
  font-weight: 500;
}
.cid-tmJJGoaqDp .img1 {
  color: #ffffff;
}
.cid-tmJJGoaqDp .img2 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tmJJGoaqDp .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tmJJGoaqDp .item,
.cid-tmJJGoaqDp .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-tmJJGoaqDp .item h4,
.cid-tmJJGoaqDp .link h4 {
  padding-left: 0px;
  margin: 0;
}
.cid-tmJJGoaqDp .card-img {
  width: auto;
}
.cid-tmJJGoaqDp .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-tmJJGoaqDp .item {
    justify-content: center;
  }
}
.cid-tmJJGoaqDp .item-title {
  color: #1a51ab;
  text-align: left;
}
.cid-tmJJGoaqDp .items-title,
.cid-tmJJGoaqDp .items-title + .line-wrap {
  color: #000000;
  text-align: left;
}
.cid-tmJJGoaqDp .links-title,
.cid-tmJJGoaqDp .links-title + .line-wrap {
  color: #000000;
  text-align: left;
}
.cid-tmJJGoaqDp .link-title {
  color: #1a51ab;
}
.cid-tmJJGoaqDp H4 {
  text-align: left;
}
.cid-tmJJGovR0a {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #c6e3ea;
}
@media (min-width: 1500px) {
  .cid-tmJJGovR0a .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-tmJJGovR0a .copyright {
    margin-bottom: 1rem;
  }
}
.cid-tmJJGovR0a p {
  color: #ffffff;
}
.cid-tmJJGovR0a .mbr-text {
  color: #000000;
  text-align: center;
}
