body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Bellota Text', display;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Bellota Text', display;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Bellota Text', display;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Bellota Text', display;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Bellota Text', display;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #62004f !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #62004f !important;
  border-color: #62004f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0b0009 !important;
  border-color: #0b0009 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0b0009 !important;
  border-color: #0b0009 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #edb5bf !important;
  border-color: #edb5bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #dc6f83 !important;
  border-color: #dc6f83 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #dc6f83 !important;
  border-color: #dc6f83 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #62004f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0b0009 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #62004f !important;
  border-color: #62004f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #edb5bf;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #dc6f83 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #edb5bf !important;
  border-color: #edb5bf !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #62004f !important;
}
.text-secondary {
  color: #edb5bf !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #d96378 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #62004f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #62004f;
  border-color: #62004f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #62004f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e200b6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Bellota Text', display;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #62004f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Bellota Text', display;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #62004f;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #62004f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #62004f;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #62004f;
  border-bottom-color: #62004f;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #62004f !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: #edb5bf !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='%2362004f' %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-uemkPTYkyD .navbar-dropdown {
  position: relative !important;
}
.cid-uemkPTYkyD .navbar-dropdown {
  position: absolute !important;
}
.cid-uemkPTYkyD .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uemkPTYkyD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uemkPTYkyD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uemkPTYkyD .dropdown-item:hover,
.cid-uemkPTYkyD .dropdown-item:focus {
  background: #62004f !important;
  color: white !important;
}
.cid-uemkPTYkyD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uemkPTYkyD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uemkPTYkyD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uemkPTYkyD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uemkPTYkyD .nav-link {
  position: relative;
}
.cid-uemkPTYkyD .container {
  display: flex;
  margin: auto;
}
.cid-uemkPTYkyD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uemkPTYkyD .dropdown-menu,
.cid-uemkPTYkyD .navbar.opened {
  background: #5f6366 !important;
}
.cid-uemkPTYkyD .nav-item:focus,
.cid-uemkPTYkyD .nav-link:focus {
  outline: none;
}
.cid-uemkPTYkyD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uemkPTYkyD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uemkPTYkyD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uemkPTYkyD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uemkPTYkyD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uemkPTYkyD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uemkPTYkyD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(95, 99, 102, 0.6);
}
.cid-uemkPTYkyD .navbar.opened {
  transition: all 0.3s;
}
.cid-uemkPTYkyD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uemkPTYkyD .navbar .navbar-logo img {
  width: auto;
}
.cid-uemkPTYkyD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uemkPTYkyD .navbar.collapsed {
  justify-content: center;
}
.cid-uemkPTYkyD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uemkPTYkyD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uemkPTYkyD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uemkPTYkyD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uemkPTYkyD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uemkPTYkyD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uemkPTYkyD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uemkPTYkyD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uemkPTYkyD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uemkPTYkyD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uemkPTYkyD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uemkPTYkyD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uemkPTYkyD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uemkPTYkyD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uemkPTYkyD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uemkPTYkyD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uemkPTYkyD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uemkPTYkyD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uemkPTYkyD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uemkPTYkyD .navbar.navbar-short {
  min-height: 60px;
}
.cid-uemkPTYkyD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uemkPTYkyD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uemkPTYkyD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uemkPTYkyD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uemkPTYkyD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uemkPTYkyD .dropdown-item.active,
.cid-uemkPTYkyD .dropdown-item:active {
  background-color: transparent;
}
.cid-uemkPTYkyD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uemkPTYkyD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uemkPTYkyD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uemkPTYkyD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5f6366;
}
.cid-uemkPTYkyD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uemkPTYkyD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uemkPTYkyD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uemkPTYkyD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uemkPTYkyD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uemkPTYkyD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uemkPTYkyD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uemkPTYkyD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uemkPTYkyD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uemkPTYkyD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uemkPTYkyD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uemkPTYkyD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uemkPTYkyD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uemkPTYkyD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uemkPTYkyD .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uemkPTYkyD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uemkPTYkyD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uemkPTYkyD .navbar {
    height: 70px;
  }
  .cid-uemkPTYkyD .navbar.opened {
    height: auto;
  }
  .cid-uemkPTYkyD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uemkPUytrd {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/liquid-leadership-cover-1-400x540.png");
}
.cid-uemkPUytrd .mbr-section-title {
  text-align: center;
  color: #353535;
}
.cid-uemkPUytrd .mbr-text,
.cid-uemkPUytrd .mbr-section-btn {
  text-align: center;
  color: #5f6366;
}
.cid-uemkPUytrd .mbr-section-subtitle {
  text-align: center;
}
.cid-uemlbNEYud {
  background-image: url("../../../assets/images/covermotiv.png");
}
.cid-uemlbNEYud .mbr-fallback-image.disabled {
  display: none;
}
.cid-uemlbNEYud .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uemlbNEYud ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uemlbNEYud li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uemlbNEYud ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #62004f;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uemkPV69lG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #bbbbbb;
  overflow: hidden;
}
.cid-uemkPV69lG .media-container-row .mbr-text {
  color: #62004f;
}
.cid-uemu1kCBY9 .navbar-dropdown {
  position: relative !important;
}
.cid-uemu1kCBY9 .navbar-dropdown {
  position: absolute !important;
}
.cid-uemu1kCBY9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uemu1kCBY9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uemu1kCBY9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uemu1kCBY9 .dropdown-item:hover,
.cid-uemu1kCBY9 .dropdown-item:focus {
  background: #62004f !important;
  color: white !important;
}
.cid-uemu1kCBY9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uemu1kCBY9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uemu1kCBY9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uemu1kCBY9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uemu1kCBY9 .nav-link {
  position: relative;
}
.cid-uemu1kCBY9 .container {
  display: flex;
  margin: auto;
}
.cid-uemu1kCBY9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uemu1kCBY9 .dropdown-menu,
.cid-uemu1kCBY9 .navbar.opened {
  background: #5f6366 !important;
}
.cid-uemu1kCBY9 .nav-item:focus,
.cid-uemu1kCBY9 .nav-link:focus {
  outline: none;
}
.cid-uemu1kCBY9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uemu1kCBY9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uemu1kCBY9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uemu1kCBY9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uemu1kCBY9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uemu1kCBY9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uemu1kCBY9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(95, 99, 102, 0.6);
}
.cid-uemu1kCBY9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uemu1kCBY9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uemu1kCBY9 .navbar .navbar-logo img {
  width: auto;
}
.cid-uemu1kCBY9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uemu1kCBY9 .navbar.collapsed {
  justify-content: center;
}
.cid-uemu1kCBY9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uemu1kCBY9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uemu1kCBY9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uemu1kCBY9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uemu1kCBY9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uemu1kCBY9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uemu1kCBY9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uemu1kCBY9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uemu1kCBY9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uemu1kCBY9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uemu1kCBY9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uemu1kCBY9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uemu1kCBY9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uemu1kCBY9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uemu1kCBY9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uemu1kCBY9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uemu1kCBY9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uemu1kCBY9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uemu1kCBY9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uemu1kCBY9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uemu1kCBY9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uemu1kCBY9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uemu1kCBY9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uemu1kCBY9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uemu1kCBY9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uemu1kCBY9 .dropdown-item.active,
.cid-uemu1kCBY9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uemu1kCBY9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uemu1kCBY9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uemu1kCBY9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uemu1kCBY9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5f6366;
}
.cid-uemu1kCBY9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uemu1kCBY9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uemu1kCBY9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uemu1kCBY9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uemu1kCBY9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uemu1kCBY9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uemu1kCBY9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uemu1kCBY9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uemu1kCBY9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uemu1kCBY9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uemu1kCBY9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uemu1kCBY9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uemu1kCBY9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uemu1kCBY9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uemu1kCBY9 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uemu1kCBY9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uemu1kCBY9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uemu1kCBY9 .navbar {
    height: 70px;
  }
  .cid-uemu1kCBY9 .navbar.opened {
    height: auto;
  }
  .cid-uemu1kCBY9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uemu1lXmfz {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/liquid-leadership-cover-1-400x540.png");
}
.cid-uemu1lXmfz .mbr-section-title {
  text-align: center;
  color: #353535;
}
.cid-uemu1lXmfz .mbr-text,
.cid-uemu1lXmfz .mbr-section-btn {
  text-align: center;
  color: #5f6366;
}
.cid-uemu1lXmfz .mbr-section-subtitle {
  text-align: center;
}
.cid-uenbeeCHXI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/covermotiv.png");
}
.cid-uenbeeCHXI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uenbeeCHXI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uenbeeCHXI .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uenbeeCHXI .team-card:hover {
  transform: translateY(-10px);
}
.cid-uenbeeCHXI .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uenbeeCHXI .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uenbeeCHXI .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uenbeeCHXI .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uenbeeCHXI .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uenbeeCHXI .social-row {
  text-align: center;
}
.cid-uenbeeCHXI .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #62004f;
  transition: all 0.3s;
}
.cid-uenbeeCHXI .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #62004f;
  font-size: 1.5rem;
}
.cid-uenbeeCHXI .social-row .soc-item:hover {
  background-color: #62004f;
}
.cid-uenbeeCHXI .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uendUj8d2Q {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uendUj8d2Q .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uendUj8d2Q form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uendUj8d2Q form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uendUj8d2Q form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uemu1ms1dw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #bbbbbb;
  overflow: hidden;
}
.cid-uemu1ms1dw .media-container-row .mbr-text {
  color: #62004f;
}
.cid-uemHxAcNQj .navbar-dropdown {
  position: relative !important;
}
.cid-uemHxAcNQj .navbar-dropdown {
  position: absolute !important;
}
.cid-uemHxAcNQj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uemHxAcNQj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uemHxAcNQj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uemHxAcNQj .dropdown-item:hover,
.cid-uemHxAcNQj .dropdown-item:focus {
  background: #62004f !important;
  color: white !important;
}
.cid-uemHxAcNQj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uemHxAcNQj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uemHxAcNQj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uemHxAcNQj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uemHxAcNQj .nav-link {
  position: relative;
}
.cid-uemHxAcNQj .container {
  display: flex;
  margin: auto;
}
.cid-uemHxAcNQj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uemHxAcNQj .dropdown-menu,
.cid-uemHxAcNQj .navbar.opened {
  background: #5f6366 !important;
}
.cid-uemHxAcNQj .nav-item:focus,
.cid-uemHxAcNQj .nav-link:focus {
  outline: none;
}
.cid-uemHxAcNQj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uemHxAcNQj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uemHxAcNQj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uemHxAcNQj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uemHxAcNQj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uemHxAcNQj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uemHxAcNQj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(95, 99, 102, 0.6);
}
.cid-uemHxAcNQj .navbar.opened {
  transition: all 0.3s;
}
.cid-uemHxAcNQj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uemHxAcNQj .navbar .navbar-logo img {
  width: auto;
}
.cid-uemHxAcNQj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uemHxAcNQj .navbar.collapsed {
  justify-content: center;
}
.cid-uemHxAcNQj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uemHxAcNQj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uemHxAcNQj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uemHxAcNQj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uemHxAcNQj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uemHxAcNQj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uemHxAcNQj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uemHxAcNQj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uemHxAcNQj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uemHxAcNQj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uemHxAcNQj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uemHxAcNQj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uemHxAcNQj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uemHxAcNQj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uemHxAcNQj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uemHxAcNQj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uemHxAcNQj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uemHxAcNQj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uemHxAcNQj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uemHxAcNQj .navbar.navbar-short {
  min-height: 60px;
}
.cid-uemHxAcNQj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uemHxAcNQj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uemHxAcNQj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uemHxAcNQj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uemHxAcNQj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uemHxAcNQj .dropdown-item.active,
.cid-uemHxAcNQj .dropdown-item:active {
  background-color: transparent;
}
.cid-uemHxAcNQj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uemHxAcNQj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uemHxAcNQj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uemHxAcNQj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5f6366;
}
.cid-uemHxAcNQj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uemHxAcNQj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uemHxAcNQj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uemHxAcNQj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uemHxAcNQj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uemHxAcNQj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uemHxAcNQj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uemHxAcNQj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uemHxAcNQj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uemHxAcNQj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uemHxAcNQj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uemHxAcNQj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uemHxAcNQj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uemHxAcNQj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uemHxAcNQj .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uemHxAcNQj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uemHxAcNQj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uemHxAcNQj .navbar {
    height: 70px;
  }
  .cid-uemHxAcNQj .navbar.opened {
    height: auto;
  }
  .cid-uemHxAcNQj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uemHxAAi52 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/die-reise-der-lacoca-titel-251x287.png");
}
.cid-uemHxAAi52 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uemHxAAi52 .mbr-text,
.cid-uemHxAAi52 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uemHxAAi52 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-ufdVVsvZkI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ufdVVsvZkI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufdVVsvZkI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufdVVsvZkI .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-ufdVVsvZkI .card {
    margin-bottom: 2rem!important;
  }
  .cid-ufdVVsvZkI .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ufdVVsvZkI .link-wrap {
    align-items: center;
  }
}
.cid-ufdVVsvZkI .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uemTwVtGVK {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uemTwVtGVK .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uemTwVtGVK .mbr-text {
  text-align: left;
}
.cid-ujbtoFKcLY {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uemNwTsZlg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uemNwTsZlg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uemNwTsZlg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uemNwTsZlg .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uemNwTsZlg .card {
    margin-bottom: 2rem!important;
  }
  .cid-uemNwTsZlg .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uemNwTsZlg .link-wrap {
    align-items: center;
  }
}
.cid-uemNwTsZlg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uemQSRvlkq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uen7AG6WCL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uen7AG6WCL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uen7AG6WCL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uen7AG6WCL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uen7AG6WCL img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uen7AG6WCL .text-wrapper {
    padding: 2rem;
  }
}
.cid-uhrbV8pgwr {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uhrbV8pgwr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhrbV8pgwr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uhrbV8pgwr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhrbV8pgwr .row {
  flex-direction: row-reverse;
}
.cid-uhrbV8pgwr img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uhrbV8pgwr .text-wrapper {
    padding: 2rem;
  }
}
.cid-uen17pDJCJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uen17pDJCJ .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uen17pDJCJ .mbr-text {
  color: #e43f3f;
}
.cid-uemOKDESB2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uemOKDESB2 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uemOKDESB2 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uemOKDESB2 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uemOKDESB2 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uemHxB6QZK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #bbbbbb;
  overflow: hidden;
}
.cid-uemHxB6QZK .media-container-row .mbr-text {
  color: #62004f;
}
.cid-uengl1iFl2 .navbar-dropdown {
  position: relative !important;
}
.cid-uengl1iFl2 .navbar-dropdown {
  position: absolute !important;
}
.cid-uengl1iFl2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uengl1iFl2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uengl1iFl2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uengl1iFl2 .dropdown-item:hover,
.cid-uengl1iFl2 .dropdown-item:focus {
  background: #62004f !important;
  color: white !important;
}
.cid-uengl1iFl2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uengl1iFl2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uengl1iFl2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uengl1iFl2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uengl1iFl2 .nav-link {
  position: relative;
}
.cid-uengl1iFl2 .container {
  display: flex;
  margin: auto;
}
.cid-uengl1iFl2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uengl1iFl2 .dropdown-menu,
.cid-uengl1iFl2 .navbar.opened {
  background: #5f6366 !important;
}
.cid-uengl1iFl2 .nav-item:focus,
.cid-uengl1iFl2 .nav-link:focus {
  outline: none;
}
.cid-uengl1iFl2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uengl1iFl2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uengl1iFl2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uengl1iFl2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uengl1iFl2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uengl1iFl2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uengl1iFl2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(95, 99, 102, 0.6);
}
.cid-uengl1iFl2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uengl1iFl2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uengl1iFl2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uengl1iFl2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uengl1iFl2 .navbar.collapsed {
  justify-content: center;
}
.cid-uengl1iFl2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uengl1iFl2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uengl1iFl2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uengl1iFl2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uengl1iFl2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uengl1iFl2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uengl1iFl2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uengl1iFl2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uengl1iFl2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uengl1iFl2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uengl1iFl2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uengl1iFl2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uengl1iFl2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uengl1iFl2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uengl1iFl2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uengl1iFl2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uengl1iFl2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uengl1iFl2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uengl1iFl2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uengl1iFl2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uengl1iFl2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uengl1iFl2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uengl1iFl2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uengl1iFl2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uengl1iFl2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uengl1iFl2 .dropdown-item.active,
.cid-uengl1iFl2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uengl1iFl2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uengl1iFl2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uengl1iFl2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uengl1iFl2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5f6366;
}
.cid-uengl1iFl2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uengl1iFl2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uengl1iFl2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uengl1iFl2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uengl1iFl2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uengl1iFl2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uengl1iFl2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uengl1iFl2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uengl1iFl2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uengl1iFl2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uengl1iFl2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uengl1iFl2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uengl1iFl2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uengl1iFl2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uengl1iFl2 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uengl1iFl2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uengl1iFl2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uengl1iFl2 .navbar {
    height: 70px;
  }
  .cid-uengl1iFl2 .navbar.opened {
    height: auto;
  }
  .cid-uengl1iFl2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uengl1ZOZO {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/liquid-leadership-cover-1-400x540.png");
}
.cid-uengl1ZOZO .mbr-section-title {
  text-align: center;
  color: #353535;
}
.cid-uengl1ZOZO .mbr-text,
.cid-uengl1ZOZO .mbr-section-btn {
  text-align: center;
  color: #5f6366;
}
.cid-uengl1ZOZO .mbr-section-subtitle {
  text-align: center;
}
.cid-uenqjSmRQX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uenqjSmRQX .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uenqjSmRQX form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uenqjSmRQX form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uenqjSmRQX form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uengl3gp5k {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #bbbbbb;
  overflow: hidden;
}
.cid-uengl3gp5k .media-container-row .mbr-text {
  color: #62004f;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  position: relative !important;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  position: absolute !important;
}
.cid-sFGMsvHDIa .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFGMsvHDIa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFGMsvHDIa .dropdown-item:hover,
.cid-sFGMsvHDIa .dropdown-item:focus {
  background: #62004f !important;
  color: white !important;
}
.cid-sFGMsvHDIa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFGMsvHDIa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFGMsvHDIa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFGMsvHDIa .nav-link {
  position: relative;
}
.cid-sFGMsvHDIa .container {
  display: flex;
  margin: auto;
}
.cid-sFGMsvHDIa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown-menu,
.cid-sFGMsvHDIa .navbar.opened {
  background: #5f6366 !important;
}
.cid-sFGMsvHDIa .nav-item:focus,
.cid-sFGMsvHDIa .nav-link:focus {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGMsvHDIa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFGMsvHDIa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(95, 99, 102, 0.6);
}
.cid-sFGMsvHDIa .navbar.opened {
  transition: all 0.3s;
}
.cid-sFGMsvHDIa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFGMsvHDIa .navbar .navbar-logo img {
  width: auto;
}
.cid-sFGMsvHDIa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFGMsvHDIa .navbar.collapsed {
  justify-content: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGMsvHDIa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFGMsvHDIa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFGMsvHDIa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGMsvHDIa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFGMsvHDIa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFGMsvHDIa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFGMsvHDIa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFGMsvHDIa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFGMsvHDIa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFGMsvHDIa .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFGMsvHDIa .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFGMsvHDIa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFGMsvHDIa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown-item.active,
.cid-sFGMsvHDIa .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGMsvHDIa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5f6366;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFGMsvHDIa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGMsvHDIa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGMsvHDIa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFGMsvHDIa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sFGMsvHDIa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFGMsvHDIa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFGMsvHDIa .navbar {
    height: 70px;
  }
  .cid-sFGMsvHDIa .navbar.opened {
    height: auto;
  }
  .cid-sFGMsvHDIa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFGMfPD7iT {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/liquid-leadership-cover-1-400x540.png");
}
.cid-sFGMfPD7iT .mbr-section-title {
  text-align: center;
  color: #353535;
}
.cid-sFGMfPD7iT .mbr-text,
.cid-sFGMfPD7iT .mbr-section-btn {
  text-align: center;
  color: #5f6366;
}
.cid-sFGMfPD7iT .mbr-section-subtitle {
  text-align: center;
}
.cid-udTd253sfW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sFGSOnwtIp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #bbbbbb;
  overflow: hidden;
}
.cid-sFGSOnwtIp .media-container-row .mbr-text {
  color: #62004f;
}
.cid-uesSHCxL4f .navbar-dropdown {
  position: relative !important;
}
.cid-uesSHCxL4f .navbar-dropdown {
  position: absolute !important;
}
.cid-uesSHCxL4f .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uesSHCxL4f .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uesSHCxL4f .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uesSHCxL4f .dropdown-item:hover,
.cid-uesSHCxL4f .dropdown-item:focus {
  background: #62004f !important;
  color: white !important;
}
.cid-uesSHCxL4f .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uesSHCxL4f .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uesSHCxL4f .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uesSHCxL4f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uesSHCxL4f .nav-link {
  position: relative;
}
.cid-uesSHCxL4f .container {
  display: flex;
  margin: auto;
}
.cid-uesSHCxL4f .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uesSHCxL4f .dropdown-menu,
.cid-uesSHCxL4f .navbar.opened {
  background: #5f6366 !important;
}
.cid-uesSHCxL4f .nav-item:focus,
.cid-uesSHCxL4f .nav-link:focus {
  outline: none;
}
.cid-uesSHCxL4f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uesSHCxL4f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uesSHCxL4f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uesSHCxL4f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uesSHCxL4f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uesSHCxL4f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uesSHCxL4f .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(95, 99, 102, 0.6);
}
.cid-uesSHCxL4f .navbar.opened {
  transition: all 0.3s;
}
.cid-uesSHCxL4f .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uesSHCxL4f .navbar .navbar-logo img {
  width: auto;
}
.cid-uesSHCxL4f .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uesSHCxL4f .navbar.collapsed {
  justify-content: center;
}
.cid-uesSHCxL4f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uesSHCxL4f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uesSHCxL4f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uesSHCxL4f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uesSHCxL4f .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uesSHCxL4f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uesSHCxL4f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uesSHCxL4f .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uesSHCxL4f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uesSHCxL4f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uesSHCxL4f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uesSHCxL4f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uesSHCxL4f .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uesSHCxL4f .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uesSHCxL4f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uesSHCxL4f .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uesSHCxL4f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uesSHCxL4f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uesSHCxL4f .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uesSHCxL4f .navbar.navbar-short {
  min-height: 60px;
}
.cid-uesSHCxL4f .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uesSHCxL4f .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uesSHCxL4f .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uesSHCxL4f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uesSHCxL4f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uesSHCxL4f .dropdown-item.active,
.cid-uesSHCxL4f .dropdown-item:active {
  background-color: transparent;
}
.cid-uesSHCxL4f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uesSHCxL4f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uesSHCxL4f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uesSHCxL4f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5f6366;
}
.cid-uesSHCxL4f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uesSHCxL4f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uesSHCxL4f ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uesSHCxL4f .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uesSHCxL4f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uesSHCxL4f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uesSHCxL4f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uesSHCxL4f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uesSHCxL4f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uesSHCxL4f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uesSHCxL4f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uesSHCxL4f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uesSHCxL4f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uesSHCxL4f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uesSHCxL4f .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uesSHCxL4f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uesSHCxL4f .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uesSHCxL4f .navbar {
    height: 70px;
  }
  .cid-uesSHCxL4f .navbar.opened {
    height: auto;
  }
  .cid-uesSHCxL4f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uesSHDie4h {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/liquid-leadership-cover-1-400x540.png");
}
.cid-uesSHDie4h .mbr-section-title {
  text-align: center;
  color: #353535;
}
.cid-uesSHDie4h .mbr-text,
.cid-uesSHDie4h .mbr-section-btn {
  text-align: center;
  color: #5f6366;
}
.cid-uesSHDie4h .mbr-section-subtitle {
  text-align: center;
}
.cid-uesSHDxOA4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uesSHDxOA4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uesSHDxOA4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uesSHDxOA4 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uesSHDxOA4 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uesSHDxOA4 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #62004f;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uesSHDxOA4 .list {
  text-align: left;
}
.cid-uesSHDFA7p {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #bbbbbb;
  overflow: hidden;
}
.cid-uesSHDFA7p .media-container-row .mbr-text {
  color: #62004f;
}
.cid-uesVqFjzBk .navbar-dropdown {
  position: relative !important;
}
.cid-uesVqFjzBk .navbar-dropdown {
  position: absolute !important;
}
.cid-uesVqFjzBk .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uesVqFjzBk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uesVqFjzBk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uesVqFjzBk .dropdown-item:hover,
.cid-uesVqFjzBk .dropdown-item:focus {
  background: #62004f !important;
  color: white !important;
}
.cid-uesVqFjzBk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uesVqFjzBk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uesVqFjzBk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uesVqFjzBk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uesVqFjzBk .nav-link {
  position: relative;
}
.cid-uesVqFjzBk .container {
  display: flex;
  margin: auto;
}
.cid-uesVqFjzBk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uesVqFjzBk .dropdown-menu,
.cid-uesVqFjzBk .navbar.opened {
  background: #5f6366 !important;
}
.cid-uesVqFjzBk .nav-item:focus,
.cid-uesVqFjzBk .nav-link:focus {
  outline: none;
}
.cid-uesVqFjzBk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uesVqFjzBk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uesVqFjzBk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uesVqFjzBk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uesVqFjzBk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uesVqFjzBk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uesVqFjzBk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(95, 99, 102, 0.6);
}
.cid-uesVqFjzBk .navbar.opened {
  transition: all 0.3s;
}
.cid-uesVqFjzBk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uesVqFjzBk .navbar .navbar-logo img {
  width: auto;
}
.cid-uesVqFjzBk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uesVqFjzBk .navbar.collapsed {
  justify-content: center;
}
.cid-uesVqFjzBk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uesVqFjzBk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uesVqFjzBk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uesVqFjzBk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uesVqFjzBk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uesVqFjzBk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uesVqFjzBk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uesVqFjzBk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uesVqFjzBk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uesVqFjzBk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uesVqFjzBk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uesVqFjzBk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uesVqFjzBk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uesVqFjzBk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uesVqFjzBk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uesVqFjzBk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uesVqFjzBk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uesVqFjzBk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uesVqFjzBk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uesVqFjzBk .navbar.navbar-short {
  min-height: 60px;
}
.cid-uesVqFjzBk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uesVqFjzBk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uesVqFjzBk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uesVqFjzBk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uesVqFjzBk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uesVqFjzBk .dropdown-item.active,
.cid-uesVqFjzBk .dropdown-item:active {
  background-color: transparent;
}
.cid-uesVqFjzBk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uesVqFjzBk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uesVqFjzBk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uesVqFjzBk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5f6366;
}
.cid-uesVqFjzBk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uesVqFjzBk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uesVqFjzBk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uesVqFjzBk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uesVqFjzBk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uesVqFjzBk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uesVqFjzBk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uesVqFjzBk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uesVqFjzBk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uesVqFjzBk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uesVqFjzBk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uesVqFjzBk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uesVqFjzBk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uesVqFjzBk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uesVqFjzBk .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uesVqFjzBk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uesVqFjzBk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uesVqFjzBk .navbar {
    height: 70px;
  }
  .cid-uesVqFjzBk .navbar.opened {
    height: auto;
  }
  .cid-uesVqFjzBk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uesVqFZbaq {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/liquid-leadership-cover-1-400x540.png");
}
.cid-uesVqFZbaq .mbr-section-title {
  text-align: center;
  color: #353535;
}
.cid-uesVqFZbaq .mbr-text,
.cid-uesVqFZbaq .mbr-section-btn {
  text-align: center;
  color: #5f6366;
}
.cid-uesVqFZbaq .mbr-section-subtitle {
  text-align: center;
}
.cid-uesVXCvqNq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uesVqGilk0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #bbbbbb;
  overflow: hidden;
}
.cid-uesVqGilk0 .media-container-row .mbr-text {
  color: #62004f;
}
.cid-uet3d8I9B4 .navbar-dropdown {
  position: relative !important;
}
.cid-uet3d8I9B4 .navbar-dropdown {
  position: absolute !important;
}
.cid-uet3d8I9B4 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uet3d8I9B4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uet3d8I9B4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uet3d8I9B4 .dropdown-item:hover,
.cid-uet3d8I9B4 .dropdown-item:focus {
  background: #62004f !important;
  color: white !important;
}
.cid-uet3d8I9B4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uet3d8I9B4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uet3d8I9B4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uet3d8I9B4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uet3d8I9B4 .nav-link {
  position: relative;
}
.cid-uet3d8I9B4 .container {
  display: flex;
  margin: auto;
}
.cid-uet3d8I9B4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uet3d8I9B4 .dropdown-menu,
.cid-uet3d8I9B4 .navbar.opened {
  background: #5f6366 !important;
}
.cid-uet3d8I9B4 .nav-item:focus,
.cid-uet3d8I9B4 .nav-link:focus {
  outline: none;
}
.cid-uet3d8I9B4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uet3d8I9B4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uet3d8I9B4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uet3d8I9B4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uet3d8I9B4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uet3d8I9B4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uet3d8I9B4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(95, 99, 102, 0.6);
}
.cid-uet3d8I9B4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uet3d8I9B4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uet3d8I9B4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uet3d8I9B4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uet3d8I9B4 .navbar.collapsed {
  justify-content: center;
}
.cid-uet3d8I9B4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uet3d8I9B4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uet3d8I9B4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uet3d8I9B4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uet3d8I9B4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uet3d8I9B4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uet3d8I9B4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uet3d8I9B4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uet3d8I9B4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uet3d8I9B4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uet3d8I9B4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uet3d8I9B4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uet3d8I9B4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uet3d8I9B4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uet3d8I9B4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uet3d8I9B4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uet3d8I9B4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uet3d8I9B4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uet3d8I9B4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uet3d8I9B4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uet3d8I9B4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uet3d8I9B4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uet3d8I9B4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uet3d8I9B4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uet3d8I9B4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uet3d8I9B4 .dropdown-item.active,
.cid-uet3d8I9B4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uet3d8I9B4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uet3d8I9B4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uet3d8I9B4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uet3d8I9B4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5f6366;
}
.cid-uet3d8I9B4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uet3d8I9B4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uet3d8I9B4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uet3d8I9B4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uet3d8I9B4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uet3d8I9B4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uet3d8I9B4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uet3d8I9B4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uet3d8I9B4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uet3d8I9B4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uet3d8I9B4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uet3d8I9B4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uet3d8I9B4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uet3d8I9B4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uet3d8I9B4 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uet3d8I9B4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uet3d8I9B4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uet3d8I9B4 .navbar {
    height: 70px;
  }
  .cid-uet3d8I9B4 .navbar.opened {
    height: auto;
  }
  .cid-uet3d8I9B4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uet3d9g5St {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/liquid-leadership-cover-1-400x540.png");
}
.cid-uet3d9g5St .mbr-section-title {
  text-align: center;
  color: #353535;
}
.cid-uet3d9g5St .mbr-text,
.cid-uet3d9g5St .mbr-section-btn {
  text-align: center;
  color: #5f6366;
}
.cid-uet3d9g5St .mbr-section-subtitle {
  text-align: center;
}
.cid-uet3d9yeny {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uet3d9JQQT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #bbbbbb;
  overflow: hidden;
}
.cid-uet3d9JQQT .media-container-row .mbr-text {
  color: #62004f;
}
.cid-uethFDGUML .navbar-dropdown {
  position: relative !important;
}
.cid-uethFDGUML .navbar-dropdown {
  position: absolute !important;
}
.cid-uethFDGUML .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uethFDGUML .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uethFDGUML .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uethFDGUML .dropdown-item:hover,
.cid-uethFDGUML .dropdown-item:focus {
  background: #62004f !important;
  color: white !important;
}
.cid-uethFDGUML .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uethFDGUML .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uethFDGUML .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uethFDGUML .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uethFDGUML .nav-link {
  position: relative;
}
.cid-uethFDGUML .container {
  display: flex;
  margin: auto;
}
.cid-uethFDGUML .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uethFDGUML .dropdown-menu,
.cid-uethFDGUML .navbar.opened {
  background: #5f6366 !important;
}
.cid-uethFDGUML .nav-item:focus,
.cid-uethFDGUML .nav-link:focus {
  outline: none;
}
.cid-uethFDGUML .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uethFDGUML .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uethFDGUML .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uethFDGUML .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uethFDGUML .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uethFDGUML .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uethFDGUML .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(95, 99, 102, 0.6);
}
.cid-uethFDGUML .navbar.opened {
  transition: all 0.3s;
}
.cid-uethFDGUML .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uethFDGUML .navbar .navbar-logo img {
  width: auto;
}
.cid-uethFDGUML .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uethFDGUML .navbar.collapsed {
  justify-content: center;
}
.cid-uethFDGUML .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uethFDGUML .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uethFDGUML .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uethFDGUML .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uethFDGUML .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uethFDGUML .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uethFDGUML .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uethFDGUML .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uethFDGUML .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uethFDGUML .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uethFDGUML .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uethFDGUML .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uethFDGUML .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uethFDGUML .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uethFDGUML .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uethFDGUML .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uethFDGUML .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uethFDGUML .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uethFDGUML .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uethFDGUML .navbar.navbar-short {
  min-height: 60px;
}
.cid-uethFDGUML .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uethFDGUML .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uethFDGUML .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uethFDGUML .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uethFDGUML .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uethFDGUML .dropdown-item.active,
.cid-uethFDGUML .dropdown-item:active {
  background-color: transparent;
}
.cid-uethFDGUML .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uethFDGUML .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uethFDGUML .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uethFDGUML .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5f6366;
}
.cid-uethFDGUML .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uethFDGUML .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uethFDGUML ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uethFDGUML .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uethFDGUML button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uethFDGUML button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uethFDGUML button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uethFDGUML button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uethFDGUML button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uethFDGUML button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uethFDGUML nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uethFDGUML nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uethFDGUML nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uethFDGUML nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uethFDGUML .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uethFDGUML a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uethFDGUML .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uethFDGUML .navbar {
    height: 70px;
  }
  .cid-uethFDGUML .navbar.opened {
    height: auto;
  }
  .cid-uethFDGUML .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uethFEjQRp {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/liquid-leadership-cover-1-400x540.png");
}
.cid-uethFEjQRp .mbr-section-title {
  text-align: center;
  color: #353535;
}
.cid-uethFEjQRp .mbr-text,
.cid-uethFEjQRp .mbr-section-btn {
  text-align: center;
  color: #5f6366;
}
.cid-uethFEjQRp .mbr-section-subtitle {
  text-align: center;
}
.cid-uethFEw91b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/covermotiv.png");
}
.cid-uethFEw91b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uethFEw91b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uethFEw91b ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uethFEw91b li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uethFEw91b ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #62004f;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uethFEw91b .list {
  text-align: left;
}
.cid-ugr9B0uvbm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/covermotiv.png");
}
.cid-ugr9B0uvbm .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugr9B0uvbm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugr9B0uvbm ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-ugr9B0uvbm li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-ugr9B0uvbm ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #62004f;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uethFEG7Fe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #bbbbbb;
  overflow: hidden;
}
.cid-uethFEG7Fe .media-container-row .mbr-text {
  color: #62004f;
}
.cid-ul8pK96ULQ .navbar-dropdown {
  position: relative !important;
}
.cid-ul8pK96ULQ .navbar-dropdown {
  position: absolute !important;
}
.cid-ul8pK96ULQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ul8pK96ULQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ul8pK96ULQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ul8pK96ULQ .dropdown-item:hover,
.cid-ul8pK96ULQ .dropdown-item:focus {
  background: #62004f !important;
  color: white !important;
}
.cid-ul8pK96ULQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ul8pK96ULQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ul8pK96ULQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ul8pK96ULQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ul8pK96ULQ .nav-link {
  position: relative;
}
.cid-ul8pK96ULQ .container {
  display: flex;
  margin: auto;
}
.cid-ul8pK96ULQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ul8pK96ULQ .dropdown-menu,
.cid-ul8pK96ULQ .navbar.opened {
  background: #5f6366 !important;
}
.cid-ul8pK96ULQ .nav-item:focus,
.cid-ul8pK96ULQ .nav-link:focus {
  outline: none;
}
.cid-ul8pK96ULQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ul8pK96ULQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ul8pK96ULQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ul8pK96ULQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ul8pK96ULQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ul8pK96ULQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ul8pK96ULQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(95, 99, 102, 0.6);
}
.cid-ul8pK96ULQ .navbar.opened {
  transition: all 0.3s;
}
.cid-ul8pK96ULQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ul8pK96ULQ .navbar .navbar-logo img {
  width: auto;
}
.cid-ul8pK96ULQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ul8pK96ULQ .navbar.collapsed {
  justify-content: center;
}
.cid-ul8pK96ULQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ul8pK96ULQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ul8pK96ULQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ul8pK96ULQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ul8pK96ULQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ul8pK96ULQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ul8pK96ULQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ul8pK96ULQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ul8pK96ULQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ul8pK96ULQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ul8pK96ULQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ul8pK96ULQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ul8pK96ULQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ul8pK96ULQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ul8pK96ULQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ul8pK96ULQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ul8pK96ULQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ul8pK96ULQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ul8pK96ULQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ul8pK96ULQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-ul8pK96ULQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ul8pK96ULQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ul8pK96ULQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ul8pK96ULQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ul8pK96ULQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ul8pK96ULQ .dropdown-item.active,
.cid-ul8pK96ULQ .dropdown-item:active {
  background-color: transparent;
}
.cid-ul8pK96ULQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ul8pK96ULQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ul8pK96ULQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ul8pK96ULQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5f6366;
}
.cid-ul8pK96ULQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ul8pK96ULQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ul8pK96ULQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ul8pK96ULQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ul8pK96ULQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ul8pK96ULQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ul8pK96ULQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ul8pK96ULQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul8pK96ULQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul8pK96ULQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ul8pK96ULQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul8pK96ULQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ul8pK96ULQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ul8pK96ULQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul8pK96ULQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ul8pK96ULQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ul8pK96ULQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ul8pK96ULQ .navbar {
    height: 70px;
  }
  .cid-ul8pK96ULQ .navbar.opened {
    height: auto;
  }
  .cid-ul8pK96ULQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ul8pK9Uxi6 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/die-reise-der-lacoca-titel-251x287.png");
}
.cid-ul8pK9Uxi6 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-ul8pK9Uxi6 .mbr-text,
.cid-ul8pK9Uxi6 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ul8pK9Uxi6 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-ul8pKaa0iq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ul8pKaa0iq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul8pKaa0iq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul8pKaa0iq .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-ul8pKaa0iq .card {
    margin-bottom: 2rem!important;
  }
  .cid-ul8pKaa0iq .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ul8pKaa0iq .link-wrap {
    align-items: center;
  }
}
.cid-ul8pKaa0iq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ul8pKap7bT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ul8pKap7bT .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ul8pKap7bT .mbr-text {
  text-align: left;
}
.cid-ul8pKazufv {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ul8pKazufv .mbr-text {
  text-align: left;
}
.cid-ul8pKaKyyQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ul8pKaKyyQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul8pKaKyyQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul8pKaKyyQ .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-ul8pKaKyyQ .card {
    margin-bottom: 2rem!important;
  }
  .cid-ul8pKaKyyQ .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ul8pKaKyyQ .link-wrap {
    align-items: center;
  }
}
.cid-ul8pKaKyyQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ul8pKbbjJa {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ul8pKbbjJa .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul8pKbbjJa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ul8pKbbjJa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ul8pKbbjJa img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ul8pKbbjJa .text-wrapper {
    padding: 2rem;
  }
}
.cid-ul8pKb1S4G {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ul8pKbncda {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ul8pKbncda .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul8pKbncda .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul8pKbncda .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-ul8pKbncda .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ul8pKbncda .row {
  flex-direction: row-reverse;
}
.cid-ul8pKbncda img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ul8pKbncda .text-wrapper {
    padding: 2rem;
  }
}
.cid-ul8Jw7qs5A {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ul8JSXvrY6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ul8KOMbsTT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ul8M2hBZKl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ul8M2hBZKl .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul8M2hBZKl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul8M2hBZKl .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-ul8M2hBZKl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ul8M2hBZKl .row {
  flex-direction: row-reverse;
}
.cid-ul8M2hBZKl img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ul8M2hBZKl .text-wrapper {
    padding: 2rem;
  }
}
.cid-ul8NBD92yW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ul8NBD92yW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul8NBD92yW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ul8NBD92yW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ul8NBD92yW img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ul8NBD92yW .text-wrapper {
    padding: 2rem;
  }
}
.cid-ul8OZYXC7p {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ul8OZYXC7p .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul8OZYXC7p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ul8OZYXC7p .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ul8OZYXC7p .row {
  flex-direction: row-reverse;
}
.cid-ul8OZYXC7p img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ul8OZYXC7p .text-wrapper {
    padding: 2rem;
  }
}
.cid-ul8OZYXC7p .mbr-text {
  text-align: left;
}
.cid-ul8pKbFfbB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ul8pKbFfbB .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ul8pKbFfbB .mbr-text {
  color: #e43f3f;
}
.cid-ul8pKbWlS6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ul8pKbWlS6 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ul8pKbWlS6 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ul8pKbWlS6 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-ul8pKbWlS6 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ul8pKcapLS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #bbbbbb;
  overflow: hidden;
}
.cid-ul8pKcapLS .media-container-row .mbr-text {
  color: #62004f;
}
.cid-uHjP1G2Kuy .navbar-dropdown {
  position: relative !important;
}
.cid-uHjP1G2Kuy .navbar-dropdown {
  position: absolute !important;
}
.cid-uHjP1G2Kuy .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHjP1G2Kuy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHjP1G2Kuy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHjP1G2Kuy .dropdown-item:hover,
.cid-uHjP1G2Kuy .dropdown-item:focus {
  background: #62004f !important;
  color: white !important;
}
.cid-uHjP1G2Kuy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHjP1G2Kuy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHjP1G2Kuy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHjP1G2Kuy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHjP1G2Kuy .nav-link {
  position: relative;
}
.cid-uHjP1G2Kuy .container {
  display: flex;
  margin: auto;
}
.cid-uHjP1G2Kuy .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHjP1G2Kuy .dropdown-menu,
.cid-uHjP1G2Kuy .navbar.opened {
  background: #5f6366 !important;
}
.cid-uHjP1G2Kuy .nav-item:focus,
.cid-uHjP1G2Kuy .nav-link:focus {
  outline: none;
}
.cid-uHjP1G2Kuy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHjP1G2Kuy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHjP1G2Kuy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHjP1G2Kuy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHjP1G2Kuy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHjP1G2Kuy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHjP1G2Kuy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(95, 99, 102, 0.6);
}
.cid-uHjP1G2Kuy .navbar.opened {
  transition: all 0.3s;
}
.cid-uHjP1G2Kuy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHjP1G2Kuy .navbar .navbar-logo img {
  width: auto;
}
.cid-uHjP1G2Kuy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHjP1G2Kuy .navbar.collapsed {
  justify-content: center;
}
.cid-uHjP1G2Kuy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHjP1G2Kuy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHjP1G2Kuy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHjP1G2Kuy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHjP1G2Kuy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uHjP1G2Kuy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHjP1G2Kuy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHjP1G2Kuy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHjP1G2Kuy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHjP1G2Kuy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHjP1G2Kuy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHjP1G2Kuy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHjP1G2Kuy .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uHjP1G2Kuy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHjP1G2Kuy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHjP1G2Kuy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHjP1G2Kuy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHjP1G2Kuy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHjP1G2Kuy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uHjP1G2Kuy .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHjP1G2Kuy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHjP1G2Kuy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHjP1G2Kuy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHjP1G2Kuy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHjP1G2Kuy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHjP1G2Kuy .dropdown-item.active,
.cid-uHjP1G2Kuy .dropdown-item:active {
  background-color: transparent;
}
.cid-uHjP1G2Kuy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHjP1G2Kuy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHjP1G2Kuy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHjP1G2Kuy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5f6366;
}
.cid-uHjP1G2Kuy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHjP1G2Kuy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHjP1G2Kuy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHjP1G2Kuy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHjP1G2Kuy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHjP1G2Kuy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uHjP1G2Kuy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHjP1G2Kuy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHjP1G2Kuy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHjP1G2Kuy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHjP1G2Kuy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHjP1G2Kuy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHjP1G2Kuy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHjP1G2Kuy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHjP1G2Kuy .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uHjP1G2Kuy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHjP1G2Kuy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHjP1G2Kuy .navbar {
    height: 70px;
  }
  .cid-uHjP1G2Kuy .navbar.opened {
    height: auto;
  }
  .cid-uHjP1G2Kuy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHjP1GRIH3 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/die-reise-der-lacoca-titel-251x287.png");
}
.cid-uHjP1GRIH3 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uHjP1GRIH3 .mbr-text,
.cid-uHjP1GRIH3 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uHjP1GRIH3 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uHjP1H8Yof {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHjP1H8Yof .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHjP1H8Yof .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHjP1H8Yof .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uHjP1H8Yof .card {
    margin-bottom: 2rem!important;
  }
  .cid-uHjP1H8Yof .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uHjP1H8Yof .link-wrap {
    align-items: center;
  }
}
.cid-uHjP1H8Yof .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHjP1HFPZf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHjP1HFPZf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHjP1HFPZf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHjP1HFPZf .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uHjP1HFPZf .card {
    margin-bottom: 2rem!important;
  }
  .cid-uHjP1HFPZf .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uHjP1HFPZf .link-wrap {
    align-items: center;
  }
}
.cid-uHjP1HFPZf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHjRm50yZx {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uHjRm50yZx .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uHjP1IG2T9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHjP1IG2T9 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uHjP1IG2T9 .mbr-text {
  color: #e43f3f;
}
.cid-uHjP1IRxqJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uHjP1IRxqJ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uHjP1IRxqJ form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uHjP1IRxqJ form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uHjP1IRxqJ form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uHjP1J6net {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #bbbbbb;
  overflow: hidden;
}
.cid-uHjP1J6net .media-container-row .mbr-text {
  color: #62004f;
}
.cid-uRvkh5exyg .navbar-dropdown {
  position: relative !important;
}
.cid-uRvkh5exyg .navbar-dropdown {
  position: absolute !important;
}
.cid-uRvkh5exyg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRvkh5exyg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRvkh5exyg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRvkh5exyg .dropdown-item:hover,
.cid-uRvkh5exyg .dropdown-item:focus {
  background: #62004f !important;
  color: white !important;
}
.cid-uRvkh5exyg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRvkh5exyg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRvkh5exyg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRvkh5exyg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRvkh5exyg .nav-link {
  position: relative;
}
.cid-uRvkh5exyg .container {
  display: flex;
  margin: auto;
}
.cid-uRvkh5exyg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRvkh5exyg .dropdown-menu,
.cid-uRvkh5exyg .navbar.opened {
  background: #5f6366 !important;
}
.cid-uRvkh5exyg .nav-item:focus,
.cid-uRvkh5exyg .nav-link:focus {
  outline: none;
}
.cid-uRvkh5exyg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRvkh5exyg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRvkh5exyg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRvkh5exyg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRvkh5exyg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRvkh5exyg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRvkh5exyg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(95, 99, 102, 0.6);
}
.cid-uRvkh5exyg .navbar.opened {
  transition: all 0.3s;
}
.cid-uRvkh5exyg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRvkh5exyg .navbar .navbar-logo img {
  width: auto;
}
.cid-uRvkh5exyg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRvkh5exyg .navbar.collapsed {
  justify-content: center;
}
.cid-uRvkh5exyg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRvkh5exyg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uRvkh5exyg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRvkh5exyg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRvkh5exyg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uRvkh5exyg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRvkh5exyg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRvkh5exyg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRvkh5exyg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRvkh5exyg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRvkh5exyg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRvkh5exyg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRvkh5exyg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uRvkh5exyg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRvkh5exyg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRvkh5exyg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRvkh5exyg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRvkh5exyg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRvkh5exyg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRvkh5exyg .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRvkh5exyg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRvkh5exyg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRvkh5exyg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRvkh5exyg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRvkh5exyg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRvkh5exyg .dropdown-item.active,
.cid-uRvkh5exyg .dropdown-item:active {
  background-color: transparent;
}
.cid-uRvkh5exyg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRvkh5exyg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRvkh5exyg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRvkh5exyg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5f6366;
}
.cid-uRvkh5exyg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRvkh5exyg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRvkh5exyg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRvkh5exyg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRvkh5exyg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRvkh5exyg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRvkh5exyg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRvkh5exyg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRvkh5exyg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRvkh5exyg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRvkh5exyg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRvkh5exyg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRvkh5exyg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRvkh5exyg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRvkh5exyg .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uRvkh5exyg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRvkh5exyg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRvkh5exyg .navbar {
    height: 70px;
  }
  .cid-uRvkh5exyg .navbar.opened {
    height: auto;
  }
  .cid-uRvkh5exyg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRvkh6dtgA {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/liquid-leadership-cover-1-400x540.png");
}
.cid-uRvkh6dtgA .mbr-section-title {
  text-align: center;
  color: #353535;
}
.cid-uRvkh6dtgA .mbr-text,
.cid-uRvkh6dtgA .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uRvkh6dtgA .mbr-section-subtitle {
  text-align: center;
}
.cid-uRvkh6uHzg {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/covermotiv.png");
}
.cid-uRvkh6uHzg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRvkh6uHzg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uRvkh6uHzg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRvkh6uHzg .row {
  flex-direction: row-reverse;
}
.cid-uRvkh6uHzg img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRvkh6uHzg .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRvkh6Lhcb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uRvkh6Lhcb .line {
  background-color: #62004f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uRvkh6Lhcb .mbr-text {
  color: #62004f;
}
.cid-uRvkh6UUT6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #bbbbbb;
  overflow: hidden;
}
.cid-uRvkh6UUT6 .media-container-row .mbr-text {
  color: #62004f;
}
.cid-uRv3m1wiyb .navbar-dropdown {
  position: relative !important;
}
.cid-uRv3m1wiyb .navbar-dropdown {
  position: absolute !important;
}
.cid-uRv3m1wiyb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRv3m1wiyb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRv3m1wiyb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRv3m1wiyb .dropdown-item:hover,
.cid-uRv3m1wiyb .dropdown-item:focus {
  background: #62004f !important;
  color: white !important;
}
.cid-uRv3m1wiyb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRv3m1wiyb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRv3m1wiyb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRv3m1wiyb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRv3m1wiyb .nav-link {
  position: relative;
}
.cid-uRv3m1wiyb .container {
  display: flex;
  margin: auto;
}
.cid-uRv3m1wiyb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRv3m1wiyb .dropdown-menu,
.cid-uRv3m1wiyb .navbar.opened {
  background: #5f6366 !important;
}
.cid-uRv3m1wiyb .nav-item:focus,
.cid-uRv3m1wiyb .nav-link:focus {
  outline: none;
}
.cid-uRv3m1wiyb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRv3m1wiyb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRv3m1wiyb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRv3m1wiyb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRv3m1wiyb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRv3m1wiyb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRv3m1wiyb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(95, 99, 102, 0.6);
}
.cid-uRv3m1wiyb .navbar.opened {
  transition: all 0.3s;
}
.cid-uRv3m1wiyb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRv3m1wiyb .navbar .navbar-logo img {
  width: auto;
}
.cid-uRv3m1wiyb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRv3m1wiyb .navbar.collapsed {
  justify-content: center;
}
.cid-uRv3m1wiyb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRv3m1wiyb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uRv3m1wiyb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRv3m1wiyb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRv3m1wiyb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uRv3m1wiyb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRv3m1wiyb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRv3m1wiyb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRv3m1wiyb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRv3m1wiyb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRv3m1wiyb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRv3m1wiyb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRv3m1wiyb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uRv3m1wiyb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRv3m1wiyb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRv3m1wiyb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRv3m1wiyb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRv3m1wiyb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRv3m1wiyb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRv3m1wiyb .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRv3m1wiyb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRv3m1wiyb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRv3m1wiyb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRv3m1wiyb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRv3m1wiyb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRv3m1wiyb .dropdown-item.active,
.cid-uRv3m1wiyb .dropdown-item:active {
  background-color: transparent;
}
.cid-uRv3m1wiyb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRv3m1wiyb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRv3m1wiyb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRv3m1wiyb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5f6366;
}
.cid-uRv3m1wiyb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRv3m1wiyb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRv3m1wiyb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRv3m1wiyb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRv3m1wiyb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRv3m1wiyb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRv3m1wiyb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRv3m1wiyb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRv3m1wiyb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRv3m1wiyb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRv3m1wiyb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRv3m1wiyb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRv3m1wiyb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRv3m1wiyb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRv3m1wiyb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uRv3m1wiyb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRv3m1wiyb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRv3m1wiyb .navbar {
    height: 70px;
  }
  .cid-uRv3m1wiyb .navbar.opened {
    height: auto;
  }
  .cid-uRv3m1wiyb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRv3m2Mijh {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/4-buch-praxishandbuch-cover-1.jpeg");
}
.cid-uRv3m2Mijh .mbr-section-title {
  text-align: center;
  color: #0f4551;
}
.cid-uRv3m2Mijh .mbr-text,
.cid-uRv3m2Mijh .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uRv3m2Mijh .mbr-section-subtitle {
  text-align: center;
  color: #0f4551;
}
.cid-uRv3m3hSFD {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uRv3m3hSFD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRv3m3hSFD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uRv3m3hSFD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRv3m3hSFD .row {
  flex-direction: row-reverse;
}
.cid-uRv3m3hSFD img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRv3m3hSFD .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRv3m3C5nD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uRv3m3C5nD .line {
  background-color: #0f4551;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uRv3m3C5nD .mbr-text {
  color: #0f4551;
}
.cid-uRv3m3MzX7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #bbbbbb;
  overflow: hidden;
}
.cid-uRv3m3MzX7 .media-container-row .mbr-text {
  color: #62004f;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  position: relative !important;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  position: absolute !important;
}
.cid-sFGMsvHDIa .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFGMsvHDIa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFGMsvHDIa .dropdown-item:hover,
.cid-sFGMsvHDIa .dropdown-item:focus {
  background: #62004f !important;
  color: white !important;
}
.cid-sFGMsvHDIa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFGMsvHDIa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFGMsvHDIa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFGMsvHDIa .nav-link {
  position: relative;
}
.cid-sFGMsvHDIa .container {
  display: flex;
  margin: auto;
}
.cid-sFGMsvHDIa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown-menu,
.cid-sFGMsvHDIa .navbar.opened {
  background: #5f6366 !important;
}
.cid-sFGMsvHDIa .nav-item:focus,
.cid-sFGMsvHDIa .nav-link:focus {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGMsvHDIa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFGMsvHDIa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(95, 99, 102, 0.6);
}
.cid-sFGMsvHDIa .navbar.opened {
  transition: all 0.3s;
}
.cid-sFGMsvHDIa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFGMsvHDIa .navbar .navbar-logo img {
  width: auto;
}
.cid-sFGMsvHDIa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFGMsvHDIa .navbar.collapsed {
  justify-content: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGMsvHDIa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFGMsvHDIa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFGMsvHDIa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGMsvHDIa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFGMsvHDIa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFGMsvHDIa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFGMsvHDIa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFGMsvHDIa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFGMsvHDIa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFGMsvHDIa .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFGMsvHDIa .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFGMsvHDIa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFGMsvHDIa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown-item.active,
.cid-sFGMsvHDIa .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGMsvHDIa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5f6366;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFGMsvHDIa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGMsvHDIa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGMsvHDIa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFGMsvHDIa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sFGMsvHDIa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFGMsvHDIa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFGMsvHDIa .navbar {
    height: 70px;
  }
  .cid-sFGMsvHDIa .navbar.opened {
    height: auto;
  }
  .cid-sFGMsvHDIa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRvkWfu9Q2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uRvkWfu9Q2 img,
.cid-uRvkWfu9Q2 .item-img {
  width: 100%;
}
.cid-uRvkWfu9Q2 .item:focus,
.cid-uRvkWfu9Q2 span:focus {
  outline: none;
}
.cid-uRvkWfu9Q2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uRvkWfu9Q2 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uRvkWfu9Q2 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uRvkWfu9Q2 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uRvkWfu9Q2 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uRvkWfu9Q2 .mbr-section-title {
  color: #232323;
}
.cid-uRvkWfu9Q2 .mbr-text,
.cid-uRvkWfu9Q2 .mbr-section-btn {
  text-align: left;
}
.cid-uRvkWfu9Q2 .item-title {
  text-align: left;
}
.cid-uRvkWfu9Q2 .item-subtitle {
  text-align: center;
}
.cid-ugr5TfkcDV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ugr5TfkcDV .line {
  background-color: #62004f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ugr5TfkcDV .mbr-text {
  color: #62004f;
}
.cid-sFGSOnwtIp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #bbbbbb;
  overflow: hidden;
}
.cid-sFGSOnwtIp .media-container-row .mbr-text {
  color: #62004f;
}
.cid-uS9eGRvFLs .navbar-dropdown {
  position: relative !important;
}
.cid-uS9eGRvFLs .navbar-dropdown {
  position: absolute !important;
}
.cid-uS9eGRvFLs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uS9eGRvFLs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uS9eGRvFLs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uS9eGRvFLs .dropdown-item:hover,
.cid-uS9eGRvFLs .dropdown-item:focus {
  background: #62004f !important;
  color: white !important;
}
.cid-uS9eGRvFLs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uS9eGRvFLs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uS9eGRvFLs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uS9eGRvFLs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uS9eGRvFLs .nav-link {
  position: relative;
}
.cid-uS9eGRvFLs .container {
  display: flex;
  margin: auto;
}
.cid-uS9eGRvFLs .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uS9eGRvFLs .dropdown-menu,
.cid-uS9eGRvFLs .navbar.opened {
  background: #5f6366 !important;
}
.cid-uS9eGRvFLs .nav-item:focus,
.cid-uS9eGRvFLs .nav-link:focus {
  outline: none;
}
.cid-uS9eGRvFLs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uS9eGRvFLs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uS9eGRvFLs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uS9eGRvFLs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uS9eGRvFLs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uS9eGRvFLs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uS9eGRvFLs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(95, 99, 102, 0.6);
}
.cid-uS9eGRvFLs .navbar.opened {
  transition: all 0.3s;
}
.cid-uS9eGRvFLs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uS9eGRvFLs .navbar .navbar-logo img {
  width: auto;
}
.cid-uS9eGRvFLs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uS9eGRvFLs .navbar.collapsed {
  justify-content: center;
}
.cid-uS9eGRvFLs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uS9eGRvFLs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uS9eGRvFLs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uS9eGRvFLs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uS9eGRvFLs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uS9eGRvFLs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uS9eGRvFLs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uS9eGRvFLs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uS9eGRvFLs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uS9eGRvFLs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uS9eGRvFLs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uS9eGRvFLs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uS9eGRvFLs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uS9eGRvFLs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uS9eGRvFLs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uS9eGRvFLs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uS9eGRvFLs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uS9eGRvFLs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uS9eGRvFLs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uS9eGRvFLs .navbar.navbar-short {
  min-height: 60px;
}
.cid-uS9eGRvFLs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uS9eGRvFLs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uS9eGRvFLs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uS9eGRvFLs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uS9eGRvFLs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uS9eGRvFLs .dropdown-item.active,
.cid-uS9eGRvFLs .dropdown-item:active {
  background-color: transparent;
}
.cid-uS9eGRvFLs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uS9eGRvFLs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uS9eGRvFLs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uS9eGRvFLs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5f6366;
}
.cid-uS9eGRvFLs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uS9eGRvFLs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uS9eGRvFLs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uS9eGRvFLs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uS9eGRvFLs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uS9eGRvFLs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uS9eGRvFLs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uS9eGRvFLs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uS9eGRvFLs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uS9eGRvFLs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uS9eGRvFLs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS9eGRvFLs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uS9eGRvFLs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uS9eGRvFLs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS9eGRvFLs .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uS9eGRvFLs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uS9eGRvFLs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uS9eGRvFLs .navbar {
    height: 70px;
  }
  .cid-uS9eGRvFLs .navbar.opened {
    height: auto;
  }
  .cid-uS9eGRvFLs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uS9eGScsGA {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/die-reise-der-lacoca-titel-251x287.png");
}
.cid-uS9eGScsGA .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uS9eGScsGA .mbr-text,
.cid-uS9eGScsGA .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uS9eGScsGA .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uS9eGSvLoS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uS9eGSvLoS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS9eGSvLoS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS9eGSvLoS .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uS9eGSvLoS .card {
    margin-bottom: 2rem!important;
  }
  .cid-uS9eGSvLoS .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uS9eGSvLoS .link-wrap {
    align-items: center;
  }
}
.cid-uS9eGSvLoS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uS9eGToF3i {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uS9eGToF3i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS9eGToF3i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uS9eGToF3i .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uS9eGToF3i img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uS9eGToF3i .text-wrapper {
    padding: 2rem;
  }
}
.cid-uS9eGTQjg7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uS9eGTQjg7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS9eGTQjg7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uS9eGTQjg7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uS9eGTQjg7 .row {
  flex-direction: row-reverse;
}
.cid-uS9eGTQjg7 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uS9eGTQjg7 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uS9eGVr0ok {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uS9eGVr0ok .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uS9eGVr0ok .mbr-text {
  color: #e43f3f;
}
.cid-uS9eGVGTmN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uS9eGVGTmN .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uS9eGVGTmN form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uS9eGVGTmN form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uS9eGVGTmN form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uS9eGW3GlG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #bbbbbb;
  overflow: hidden;
}
.cid-uS9eGW3GlG .media-container-row .mbr-text {
  color: #62004f;
}
