body {
  font-family: Plus Jakarta Sans;
}
.display-1 {
  font-family: 'Inter-Bold';
  font-size: 6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-2 {
  font-family: 'Inter-Bold';
  font-size: 4.9rem;
  line-height: 1.12;
}
.display-2 > .mbr-iconfont {
  font-size: 6.125rem;
}
.display-4 {
  font-family: 'Inter-VariableFont_slnt,wght';
  font-size: 1.6rem;
  line-height: inherit;
}
.display-4 > .mbr-iconfont {
  font-size: 2rem;
}
.display-5 {
  font-family: 'Inter-Bold';
  font-size: 3.375rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 4.21875rem;
}
.display-7 {
  font-family: 'Nunito-VariableFont_wght';
  font-size: 1.1rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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: 4.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.92rem;
    font-size: calc( 2.365rem + (4.9 - 2.365) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.365rem + (4.9 - 2.365) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.7rem;
    font-size: calc( 1.83125rem + (3.375 - 1.83125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.83125rem + (3.375 - 1.83125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #a34f8b !important;
}
.bg-success {
  background-color: #7b9591 !important;
}
.bg-info {
  background-color: #f7e9e1 !important;
}
.bg-warning {
  background-color: #95839c !important;
}
.bg-danger {
  background-color: #406962 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #a34f8b !important;
  border-color: #a34f8b !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: #693359 !important;
  border-color: #693359 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #693359 !important;
  border-color: #693359 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ddb7bd !important;
  border-color: #ddb7bd !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: #c17c87 !important;
  border-color: #c17c87 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #c17c87 !important;
  border-color: #c17c87 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f7e9e1 !important;
  border-color: #f7e9e1 !important;
  color: #ab5b2e !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: #e5b79d !important;
  border-color: #e5b79d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ab5b2e !important;
  background-color: #e5b79d !important;
  border-color: #e5b79d !important;
}
.btn-success,
.btn-success:active {
  background-color: #7b9591 !important;
  border-color: #7b9591 !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: #536764 !important;
  border-color: #536764 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #536764 !important;
  border-color: #536764 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #95839c !important;
  border-color: #95839c !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #69596f !important;
  border-color: #69596f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #69596f !important;
  border-color: #69596f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #406962 !important;
  border-color: #406962 !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: #1f3330 !important;
  border-color: #1f3330 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1f3330 !important;
  border-color: #1f3330 !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: #a34f8b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #693359 !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: #a34f8b !important;
  border-color: #a34f8b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ddb7bd;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c17c87 !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: #ddb7bd !important;
  border-color: #ddb7bd !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f7e9e1;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #e5b79d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ab5b2e !important;
  background-color: #f7e9e1 !important;
  border-color: #f7e9e1 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #7b9591;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #536764 !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: #7b9591 !important;
  border-color: #7b9591 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #95839c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #69596f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #95839c !important;
  border-color: #95839c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #406962;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #1f3330 !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: #406962 !important;
  border-color: #406962 !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: #a34f8b !important;
}
.text-secondary {
  color: #ddb7bd !important;
}
.text-success {
  color: #7b9591 !important;
}
.text-info {
  color: #f7e9e1 !important;
}
.text-warning {
  color: #95839c !important;
}
.text-danger {
  color: #406962 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #5e2e50 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #bc727d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #4c5e5b !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #e2ae90 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #615267 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #192a27 !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: #a34f8b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f7e9e1;
}
.alert-warning {
  background-color: #95839c;
}
.alert-danger {
  background-color: #406962;
}
.mbr-gallery-filter li.active .btn {
  background-color: #a34f8b;
  border-color: #a34f8b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #a34f8b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d1a0c3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c2cecc;
}
.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: #d2cad5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #7aaea5;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter-VariableFont_slnt,wght';
  font-size: 1.6rem;
  line-height: inherit;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
.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: #a34f8b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter-VariableFont_slnt,wght';
  font-size: 1.6rem;
  line-height: inherit;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #a34f8b;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #a34f8b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #a34f8b;
}
.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: #a34f8b;
  border-bottom-color: #a34f8b;
}
.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: #a34f8b !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: #ddb7bd !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='%23a34f8b' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  border: none !important;
  box-shadow: none;
  display: inline-flex;
  align-items: center;
  flex-direction: row-reverse;
  padding: 12px 18px 12px 0;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  font-size: 32px;
  margin-right: 16px;
  transition: all 0.3s ease-out;
  color: #ddb7bd;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  color: #f7e9e1 !important;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger {
  padding: 12px 18px 12px 10px;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vb12cM4WSm .navbar-dropdown {
  background-color: #a34f8b !important;
  padding: 0;
}
.cid-vb12cM4WSm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #a34f8b !important;
  background: #a34f8b;
}
.cid-vb12cM4WSm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vb12cM4WSm .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vb12cM4WSm .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vb12cM4WSm .menu_box .navbar.opened,
  .cid-vb12cM4WSm .menu_box .navbar-collapse {
    background-color: #a34f8b !important;
    transition: all 0s ease 0s;
  }
}
.cid-vb12cM4WSm .navbar-dropdown {
  position: relative !important;
}
.cid-vb12cM4WSm .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vb12cM4WSm .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vb12cM4WSm .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vb12cM4WSm .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vb12cM4WSm .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vb12cM4WSm .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vb12cM4WSm .offcanvas-body .mbr-text,
  .cid-vb12cM4WSm .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vb12cM4WSm .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vb12cM4WSm .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vb12cM4WSm .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-vb12cM4WSm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vb12cM4WSm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vb12cM4WSm .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vb12cM4WSm .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vb12cM4WSm ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vb12cM4WSm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vb12cM4WSm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vb12cM4WSm .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vb12cM4WSm li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-vb12cM4WSm .lg_brand {
    margin: 0 1rem;
  }
  .cid-vb12cM4WSm .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vb12cM4WSm .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vb12cM4WSm .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vb12cM4WSm .nav-item {
    margin: 0 !important;
  }
}
.cid-vb12cM4WSm .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-vb12cM4WSm .nav-item .nav-link:hover,
.cid-vb12cM4WSm .nav-item .nav-link:focus {
  opacity: .8;
}
.cid-vb12cM4WSm .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vb12cM4WSm .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vb12cM4WSm .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vb12cM4WSm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vb12cM4WSm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vb12cM4WSm .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vb12cM4WSm .offcanvas_box {
    display: none;
  }
}
.cid-vb12cM4WSm .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vb12cM4WSm .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vb12cM4WSm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vb12cM4WSm .container {
  display: flex;
  margin: auto;
}
.cid-vb12cM4WSm .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vb12cM4WSm .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vb12cM4WSm .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vb12cM4WSm .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vb12cM4WSm .navbar-nav {
    margin: 0;
  }
}
.cid-vb12cM4WSm .dropdown-menu,
.cid-vb12cM4WSm .navbar.opened {
  background-color: false !important;
}
.cid-vb12cM4WSm .nav-item:focus,
.cid-vb12cM4WSm .nav-link:focus {
  outline: none;
}
.cid-vb12cM4WSm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vb12cM4WSm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vb12cM4WSm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vb12cM4WSm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vb12cM4WSm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vb12cM4WSm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vb12cM4WSm .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vb12cM4WSm .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vb12cM4WSm .navbar.opened {
  transition: all 0.3s;
}
.cid-vb12cM4WSm .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vb12cM4WSm .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vb12cM4WSm .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-vb12cM4WSm .navbar.collapsed {
  justify-content: center;
}
.cid-vb12cM4WSm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vb12cM4WSm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vb12cM4WSm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vb12cM4WSm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vb12cM4WSm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vb12cM4WSm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vb12cM4WSm .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vb12cM4WSm .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vb12cM4WSm .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vb12cM4WSm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vb12cM4WSm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vb12cM4WSm .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vb12cM4WSm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vb12cM4WSm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vb12cM4WSm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vb12cM4WSm .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vb12cM4WSm .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vb12cM4WSm .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vb12cM4WSm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vb12cM4WSm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vb12cM4WSm .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vb12cM4WSm .navbar.navbar-short {
  min-height: 60px;
}
.cid-vb12cM4WSm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vb12cM4WSm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vb12cM4WSm .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;
  letter-spacing: 0.25rem;
  z-index: 1;
}
.cid-vb12cM4WSm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vb12cM4WSm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vb12cM4WSm .dropdown-item.active,
.cid-vb12cM4WSm .dropdown-item:active {
  background-color: transparent;
}
.cid-vb12cM4WSm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vb12cM4WSm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vb12cM4WSm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vb12cM4WSm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vb12cM4WSm ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vb12cM4WSm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vb12cM4WSm button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #a34f8b;
  background: #a34f8b;
}
.cid-vb12cM4WSm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vb12cM4WSm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vb12cM4WSm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vb12cM4WSm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vb12cM4WSm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vb12cM4WSm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vb12cM4WSm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vb12cM4WSm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vb12cM4WSm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vb12cM4WSm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vb12cM4WSm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vb12cM4WSm .navbar {
    height: 70px;
  }
  .cid-vb12cM4WSm .navbar.opened {
    height: auto;
  }
  .cid-vb12cM4WSm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vb12cM4WSm .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vb12cM4WSm .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-vb12cM4WSm .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 170px;
}
.cid-vb12cM4WSm .mbr-section-btn-main .btn-primary .mbr-iconfont,
.cid-vb12cM4WSm .mbr-section-btn-main .btn-black .mbr-iconfont {
  color: #f7e9e1 !important;
}
.cid-vb12cM4WSm .navbar-caption:hover {
  color: #a34f8b;
}
@media (min-width: 992px) {
  .cid-vb12cM4WSm .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vb12cM4WSm .text_widget {
  margin-bottom: 32px;
}
.cid-vb12cM4WSm .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vb12cM4WSm .text_widget a:hover,
.cid-vb12cM4WSm .text_widget a:focus {
  opacity: .6;
}
.cid-vb12cM4WSm .icons-menu-main {
  display: flex;
}
.cid-vb12cM4WSm .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vb12cM4WSm .navbar-caption {
  color: #000000;
}
.cid-vb12cM4WSm .mbr-text {
  color: #9c9c9c;
  text-align: center;
}
.cid-vb12cM4WSm .mbr-section-subtitle,
.cid-vb12cM4WSm .text_widget,
.cid-vb12cM4WSm .mbr-section-btn {
  text-align: center;
}
.cid-vb12cM4WSm a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vb1iWnEjB0 {
  background-image: url("../../../assets/images/tina-am-wasser.webp");
}
.cid-vb1iWnEjB0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb1iWnEjB0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb1iWnEjB0 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vb1iWnEjB0 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vb1iWnEjB0 .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vb1iWnEjB0 .text-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-vb1iWnEjB0 .mbr-section-title {
  color: #0f0f0f;
}
.cid-vb1iWnEjB0 .mbr-text {
  color: #ffffff;
}
.cid-vb1iWnEjB0 .mbr-section-title,
.cid-vb1iWnEjB0 .mbr-section-btn,
.cid-vb1iWnEjB0 .title-wrapper {
  color: #ffffff;
}
.cid-tIHk3xaS8f {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tIHk3xaS8f .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIHk3xaS8f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIHk3xaS8f .mbr-text,
.cid-tIHk3xaS8f .mbr-section-btn {
  text-align: center;
}
.cid-tIHk3xaS8f .mbr-section-title {
  text-align: left;
  color: #7b9591;
}
.cid-tIHk3xaS8f .mbr-list {
  color: #777777;
}
.cid-tIKKAdb1ht {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tIKKAdb1ht .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIKKAdb1ht .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tIKKAdb1ht .container {
    padding: 0 16px;
  }
}
.cid-tIKKAdb1ht .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e7d8d6;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-tIKKAdb1ht .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tIKKAdb1ht .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tIKKAdb1ht .image-wrapper img {
    height: 300px;
  }
}
.cid-tIKKAdb1ht .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tIKKAdb1ht .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tIKKAdb1ht .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tIKKAdb1ht .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tIKKAdb1ht .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tIKKAdb1ht .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tIKKAdb1ht .mbr-section-title,
.cid-tIKKAdb1ht .mbr-section-btn {
  color: #7b9591;
}
.cid-tIKKAdb1ht .mbr-list {
  color: #232323;
  line-height: 100%;
  margin-left: -15px;
}
.cid-tJdEJNfYYd {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tJdEJNfYYd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJdEJNfYYd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tJdEJNfYYd .container {
    padding: 0 16px;
  }
}
.cid-tJdEJNfYYd .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e2edec;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-tJdEJNfYYd .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tJdEJNfYYd .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tJdEJNfYYd .image-wrapper img {
    height: 300px;
  }
}
.cid-tJdEJNfYYd .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJdEJNfYYd .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tJdEJNfYYd .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJdEJNfYYd .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tJdEJNfYYd .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJdEJNfYYd .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tJdEJNfYYd .mbr-section-title,
.cid-tJdEJNfYYd .mbr-section-btn {
  color: #7b9591;
}
.cid-tJdEJNfYYd .mbr-list {
  color: #232323;
  line-height: 100%;
  margin-left: -15px;
}
.cid-tJdEJNfYYd .mbr-text {
  color: #232323;
}
.cid-tKtrONVa8a {
  padding-top: 3rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-tKtrONVa8a .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKtrONVa8a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tKtrONVa8a .container {
    padding: 0 16px;
  }
}
.cid-tKtrONVa8a .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7e9e1;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-tKtrONVa8a .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tKtrONVa8a .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tKtrONVa8a .image-wrapper img {
    height: 300px;
  }
}
.cid-tKtrONVa8a .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tKtrONVa8a .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tKtrONVa8a .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tKtrONVa8a .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tKtrONVa8a .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tKtrONVa8a .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tKtrONVa8a .mbr-section-title,
.cid-tKtrONVa8a .mbr-section-btn {
  color: #7b9591;
}
.cid-tKtrONVa8a .mbr-list {
  color: #232323;
  line-height: 100%;
  margin-left: -15px;
}
.cid-tKtrONVa8a .mbr-text {
  color: #232323;
}
.cid-tIKLMsOAwd {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #e2edec;
}
.cid-tIKLMsOAwd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIKLMsOAwd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tIKLMsOAwd .container {
    padding: 0 16px;
  }
}
.cid-tIKLMsOAwd .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #7b9591;
  margin: 40px 70px 40px 0;
  height: 290px;
  margin: 40px 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-tIKLMsOAwd .image-wrapper {
    margin: 40px 0 80px 0;
  }
}
@media (max-width: 992px) {
  .cid-tIKLMsOAwd .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tIKLMsOAwd .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tIKLMsOAwd .image-wrapper img {
    height: 300px;
  }
}
.cid-tIKLMsOAwd .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tIKLMsOAwd .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tIKLMsOAwd .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tIKLMsOAwd .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tIKLMsOAwd .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tIKLMsOAwd .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tIKLMsOAwd .mbr-section-title,
.cid-tIKLMsOAwd .mbr-section-btn {
  color: #7b9591;
}
.cid-tIHbwJmIdG {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/home-zitat-1.webp");
  overflow: hidden;
}
.cid-tIHbwJmIdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIHbwJmIdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIHbwJmIdG .row {
  justify-content: left;
}
.cid-tIHbwJmIdG .content-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 80px 10%;
}
@media (max-width: 991px) {
  .cid-tIHbwJmIdG .content-container {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .cid-tIHbwJmIdG .content-container {
    flex-wrap: wrap;
    padding: 40px 0;
  }
}
.cid-tIHbwJmIdG .line-frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  display: none;
}
.cid-tIHbwJmIdG .line-frame-1 {
  top: calc(100% - 11px);
}
.cid-tIHbwJmIdG .line-frame-2 {
  bottom: calc(100% - 11px);
}
.cid-tIHbwJmIdG .point-frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 3px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.1);
  display: none;
}
.cid-tIHbwJmIdG .point-frame-1 {
  top: 19px;
}
.cid-tIHbwJmIdG .point-frame-2 {
  bottom: 19px;
}
.cid-tIHbwJmIdG .title-container {
  width: 60%;
  padding: 0 80px 0 0;
}
@media (max-width: 991px) {
  .cid-tIHbwJmIdG .title-container {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 767px) {
  .cid-tIHbwJmIdG .title-container {
    width: 100%;
    padding: 0;
  }
}
.cid-tIHbwJmIdG .text-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 40%;
  padding: 0 0 0 80px;
}
@media (max-width: 991px) {
  .cid-tIHbwJmIdG .text-container {
    padding: 0 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-tIHbwJmIdG .text-container {
    width: 100%;
    padding: 32px 0 0 0;
  }
}
.cid-tIHbwJmIdG .item-container {
  width: 100%;
}
.cid-tIHbwJmIdG .mbr-section-title {
  color: #BF9341;
  width: 100%;
}
.cid-tIHbwJmIdG .mbr-text {
  color: #e2edec;
  width: 100%;
}
.cid-tIHbwJmIdG .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .cid-tIHbwJmIdG .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tIHbBqC6XY {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tIHbBqC6XY .title-wrapper {
  margin: 0 10px 230px;
}
@media (max-width: 768px) {
  .cid-tIHbBqC6XY .title-wrapper {
    margin: 0 30px 190px;
  }
}
.cid-tIHbBqC6XY .title-wrapper .mbr-section-title {
  margin-bottom: 98px;
}
@media (max-width: 768px) {
  .cid-tIHbBqC6XY .title-wrapper .mbr-section-title {
    margin-bottom: 33.6px;
  }
}
.cid-tIHbBqC6XY .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-tIHbBqC6XY .text-wrapper {
  padding: 180px 160px;
  background: #e2edec;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIHbBqC6XY .text-wrapper {
    padding: 230px 91px;
  }
}
@media (max-width: 768px) {
  .cid-tIHbBqC6XY .text-wrapper {
    padding: 320px 30px 120px;
  }
}
.cid-tIHbBqC6XY .text-wrapper img {
  width: 465px;
  height: 400px;
  object-fit: cover;
  position: absolute;
  top: -30%;
  right: -22rem;
}
@media (max-width: 992px) {
  .cid-tIHbBqC6XY .text-wrapper img {
    right: -12rem;
    width: 275px;
    height: 315px;
  }
}
@media (max-width: 767px) {
  .cid-tIHbBqC6XY .text-wrapper img {
    right: 0;
    top: -12%;
  }
}
.cid-tIHbBqC6XY .text-wrapper .mbr-text {
  margin-bottom: 24.5px;
}
@media (max-width: 768px) {
  .cid-tIHbBqC6XY .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-tIHbBqC6XY .text-wrapper .mbr-section-btn .btn {
  width: 137px;
  height: 66px;
  margin-top: 0;
  box-shadow: none;
}
.cid-tIHbBqC6XY .text-wrapper .mbr-section-btn .btn:hover {
  box-shadow: none;
}
.cid-tIHbBqC6XY .mbr-section-title {
  color: #7b9591;
}
.cid-tIHbBqC6XY .mbr-section-subtitle {
  color: #1E1C21;
}
.cid-tIHbBqC6XY .mbr-text {
  color: #1E1C21;
}
.cid-tIKS8oCgPi {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tIKS8oCgPi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIKS8oCgPi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIKS8oCgPi .mbr-text,
.cid-tIKS8oCgPi .mbr-section-btn {
  text-align: center;
}
.cid-tIKS8oCgPi .mbr-section-title {
  text-align: left;
  color: #7b9591;
}
.cid-tIKRRsCJN8 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tIKRRsCJN8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIKRRsCJN8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tIKRRsCJN8 .container {
    padding: 0 16px;
  }
}
.cid-tIKRRsCJN8 .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7e9e1;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-tIKRRsCJN8 .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tIKRRsCJN8 .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tIKRRsCJN8 .image-wrapper img {
    height: 300px;
  }
}
.cid-tIKRRsCJN8 .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tIKRRsCJN8 .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tIKRRsCJN8 .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tIKRRsCJN8 .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tIKRRsCJN8 .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tIKRRsCJN8 .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tIKRRsCJN8 .mbr-section-title,
.cid-tIKRRsCJN8 .mbr-section-btn {
  color: #8b7395;
}
.cid-tIKSPdsXjr {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tIKSPdsXjr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIKSPdsXjr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tIKSPdsXjr .container {
    padding: 0 16px;
  }
}
.cid-tIKSPdsXjr .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e2edec;
  margin: 40px 70px 40px 0;
  height: 290px;
  margin: 40px 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-tIKSPdsXjr .image-wrapper {
    margin: 40px 0 80px 0;
  }
}
@media (max-width: 992px) {
  .cid-tIKSPdsXjr .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tIKSPdsXjr .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tIKSPdsXjr .image-wrapper img {
    height: 300px;
  }
}
.cid-tIKSPdsXjr .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tIKSPdsXjr .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tIKSPdsXjr .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tIKSPdsXjr .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tIKSPdsXjr .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tIKSPdsXjr .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tIKSPdsXjr .mbr-section-title,
.cid-tIKSPdsXjr .mbr-section-btn {
  color: #8b7395;
}
.cid-tIKTvESoN0 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tIKTvESoN0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIKTvESoN0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tIKTvESoN0 .container {
    padding: 0 16px;
  }
}
.cid-tIKTvESoN0 .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7e9e1;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-tIKTvESoN0 .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tIKTvESoN0 .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tIKTvESoN0 .image-wrapper img {
    height: 300px;
  }
}
.cid-tIKTvESoN0 .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tIKTvESoN0 .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tIKTvESoN0 .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tIKTvESoN0 .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tIKTvESoN0 .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tIKTvESoN0 .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tIKTvESoN0 .mbr-section-title,
.cid-tIKTvESoN0 .mbr-section-btn {
  color: #8b7395;
}
.cid-tIKC4YvIMF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tIKC4YvIMF .title-wrapper {
  margin: 0 10px 230px;
}
@media (max-width: 768px) {
  .cid-tIKC4YvIMF .title-wrapper {
    margin: 0 30px 190px;
  }
}
.cid-tIKC4YvIMF .title-wrapper .mbr-section-title {
  margin-bottom: 98px;
}
@media (max-width: 768px) {
  .cid-tIKC4YvIMF .title-wrapper .mbr-section-title {
    margin-bottom: 33.6px;
  }
}
.cid-tIKC4YvIMF .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-tIKC4YvIMF .text-wrapper {
  padding: 160px 160px;
  background: #f7e9e1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIKC4YvIMF .text-wrapper {
    padding: 230px 91px;
  }
}
@media (max-width: 768px) {
  .cid-tIKC4YvIMF .text-wrapper {
    padding: 320px 30px 120px;
  }
}
.cid-tIKC4YvIMF .text-wrapper img {
  width: 465px;
  height: 400px;
  object-fit: cover;
  position: absolute;
  top: -30%;
  right: -22rem;
}
@media (max-width: 992px) {
  .cid-tIKC4YvIMF .text-wrapper img {
    right: -12rem;
    width: 275px;
    height: 315px;
  }
}
@media (max-width: 767px) {
  .cid-tIKC4YvIMF .text-wrapper img {
    right: 0;
    top: -12%;
  }
}
.cid-tIKC4YvIMF .text-wrapper .mbr-text {
  margin-bottom: 24.5px;
}
@media (max-width: 768px) {
  .cid-tIKC4YvIMF .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-tIKC4YvIMF .text-wrapper .mbr-section-btn .btn {
  width: 137px;
  height: 66px;
  margin-top: 0;
  box-shadow: none;
}
.cid-tIKC4YvIMF .text-wrapper .mbr-section-btn .btn:hover {
  box-shadow: none;
}
.cid-tIKC4YvIMF .mbr-section-title {
  color: #7b9591;
}
.cid-tIKC4YvIMF .mbr-section-subtitle {
  color: #1E1C21;
}
.cid-tIKC4YvIMF .mbr-text {
  color: #1E1C21;
}
.cid-tJ8cZpqvio {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #e2edec;
}
.cid-tJ8cZpqvio .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ8cZpqvio .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tJ8cZpqvio .container {
    padding: 0 16px;
  }
}
.cid-tJ8cZpqvio .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #7b9591;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-tJ8cZpqvio .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tJ8cZpqvio .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tJ8cZpqvio .image-wrapper img {
    height: 300px;
  }
}
.cid-tJ8cZpqvio .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJ8cZpqvio .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tJ8cZpqvio .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJ8cZpqvio .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tJ8cZpqvio .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJ8cZpqvio .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tJ8cZpqvio .mbr-section-title,
.cid-tJ8cZpqvio .mbr-section-btn {
  color: #7b9591;
}
.cid-tJeOhrNZhR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #5b7d78;
}
.cid-tJeOhrNZhR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJeOhrNZhR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tJeOhrNZhR .container {
    padding: 0 20px;
  }
}
.cid-tJeOhrNZhR .row {
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tJeOhrNZhR .row .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-tJeOhrNZhR .row .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tJeOhrNZhR .row .title-wrapper .mbr-desc {
  opacity: .5;
  margin-bottom: 16px;
}
.cid-tJeOhrNZhR .row .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tJeOhrNZhR .row .list {
  padding: 0;
  margin-bottom: 50px;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-tJeOhrNZhR .row .list {
    margin-bottom: 32px;
  }
}
.cid-tJeOhrNZhR .row .list .item-wrap {
  margin-bottom: 16px;
}
.cid-tJeOhrNZhR .row .list .item-wrap:hover {
  text-decoration: underline;
  color: #ddb7bd;
}
.cid-tJeOhrNZhR .row .copyright {
  opacity: .5;
  margin-bottom: 0;
}
.cid-tJeOhrNZhR .mbr-section-title {
  color: #e2edec;
}
.cid-tJeOhrNZhR .mbr-desc {
  color: #ffffff;
}
.cid-tJeOhrNZhR .mbr-text {
  color: #ffffff;
}
.cid-tJeOhrNZhR .list {
  color: #ffffff;
}
.cid-tJeOhrNZhR .copyright {
  color: #ffffff;
}
.cid-tPfFmE5hcn {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #7b9591;
}
.cid-tPfFmE5hcn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPfFmE5hcn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPfFmE5hcn .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-tPfFmE5hcn .bg-instagram:hover {
  background: #bd005c;
}
.cid-tPfFmE5hcn .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tPfFmE5hcn [class^="socicon-"]:before,
.cid-tPfFmE5hcn [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tPfFmE5hcn .mbr-section-title,
.cid-tPfFmE5hcn .social-list {
  color: #ffffff;
}
.cid-tILwJodHSM {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tILwJodHSM .col-sm-6 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .cid-tILwJodHSM .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tILwJodHSM .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tILwJodHSM .card-wrapper {
    padding: 0 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tILwJodHSM .row {
    margin: 0;
  }
}
.cid-tILwJodHSM .container {
  border-top: 0px solid #fff;
  padding-top: 2rem;
}
.cid-tILwJodHSM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tILwJodHSM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJfuC2AU8J.popup-builder {
  background-color: #ffffff;
}
.cid-tJfuC2AU8J.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tJfuC2AU8J.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tJfuC2AU8J .modal-content,
.cid-tJfuC2AU8J .modal-dialog {
  height: auto;
}
.cid-tJfuC2AU8J .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tJfuC2AU8J .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tJfuC2AU8J .form-wrapper .mbr-form .form-group,
  .cid-tJfuC2AU8J .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tJfuC2AU8J .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tJfuC2AU8J .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tJfuC2AU8J .mbr-text {
  text-align: left;
}
.cid-tJfuC2AU8J .pt-0 {
  padding-top: 0 !important;
}
.cid-tJfuC2AU8J .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tJfuC2AU8J .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tJfuC2AU8J .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tJfuC2AU8J .modal-open {
  overflow: hidden;
}
.cid-tJfuC2AU8J .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tJfuC2AU8J .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tJfuC2AU8J .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tJfuC2AU8J .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tJfuC2AU8J .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tJfuC2AU8J .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tJfuC2AU8J .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tJfuC2AU8J .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tJfuC2AU8J .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tJfuC2AU8J .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tJfuC2AU8J .modal-backdrop.fade {
  opacity: 0;
}
.cid-tJfuC2AU8J .modal-backdrop.show {
  opacity: .5;
}
.cid-tJfuC2AU8J .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tJfuC2AU8J .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tJfuC2AU8J .modal-header {
    padding: 1rem;
  }
}
.cid-tJfuC2AU8J .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tJfuC2AU8J .modal-header .close svg {
  fill: #353535;
}
.cid-tJfuC2AU8J .modal-header .close:hover {
  opacity: 1;
}
.cid-tJfuC2AU8J .modal-header .close:focus {
  outline: none;
}
.cid-tJfuC2AU8J .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tJfuC2AU8J .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tJfuC2AU8J .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tJfuC2AU8J .modal-body {
    padding: 1rem;
  }
}
.cid-tJfuC2AU8J .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tJfuC2AU8J .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tJfuC2AU8J .modal-footer {
    padding: 1rem;
  }
}
.cid-tJfuC2AU8J .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tJfuC2AU8J .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tJfuC2AU8J .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tJfuC2AU8J .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tJfuC2AU8J .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tJfuC2AU8J .modal-lg,
  .cid-tJfuC2AU8J .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tJfuC2AU8J .modal-xl {
    max-width: 1140px;
  }
}
.cid-tJfuC2AU8J .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tJfuC2AU8J .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tJfuC2AU8J .form-group {
  margin-bottom: 1rem;
}
.cid-tJfuC2AU8J .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tJfuC2AU8J .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tJfuC2AU8J .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tJfuC2AU8J .mbr-section-btn {
  margin: 0;
}
.cid-tJfuC2AU8J .mbr-section-btn .btn {
  margin: 0;
}
.cid-vb12cM4WSm .navbar-dropdown {
  background-color: #a34f8b !important;
  padding: 0;
}
.cid-vb12cM4WSm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #a34f8b !important;
  background: #a34f8b;
}
.cid-vb12cM4WSm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vb12cM4WSm .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vb12cM4WSm .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vb12cM4WSm .menu_box .navbar.opened,
  .cid-vb12cM4WSm .menu_box .navbar-collapse {
    background-color: #a34f8b !important;
    transition: all 0s ease 0s;
  }
}
.cid-vb12cM4WSm .navbar-dropdown {
  position: relative !important;
}
.cid-vb12cM4WSm .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vb12cM4WSm .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vb12cM4WSm .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vb12cM4WSm .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vb12cM4WSm .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vb12cM4WSm .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vb12cM4WSm .offcanvas-body .mbr-text,
  .cid-vb12cM4WSm .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vb12cM4WSm .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vb12cM4WSm .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vb12cM4WSm .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-vb12cM4WSm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vb12cM4WSm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vb12cM4WSm .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vb12cM4WSm .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vb12cM4WSm ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vb12cM4WSm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vb12cM4WSm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vb12cM4WSm .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vb12cM4WSm li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-vb12cM4WSm .lg_brand {
    margin: 0 1rem;
  }
  .cid-vb12cM4WSm .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vb12cM4WSm .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vb12cM4WSm .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vb12cM4WSm .nav-item {
    margin: 0 !important;
  }
}
.cid-vb12cM4WSm .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-vb12cM4WSm .nav-item .nav-link:hover,
.cid-vb12cM4WSm .nav-item .nav-link:focus {
  opacity: .8;
}
.cid-vb12cM4WSm .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vb12cM4WSm .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vb12cM4WSm .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vb12cM4WSm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vb12cM4WSm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vb12cM4WSm .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vb12cM4WSm .offcanvas_box {
    display: none;
  }
}
.cid-vb12cM4WSm .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vb12cM4WSm .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vb12cM4WSm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vb12cM4WSm .container {
  display: flex;
  margin: auto;
}
.cid-vb12cM4WSm .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vb12cM4WSm .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vb12cM4WSm .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vb12cM4WSm .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vb12cM4WSm .navbar-nav {
    margin: 0;
  }
}
.cid-vb12cM4WSm .dropdown-menu,
.cid-vb12cM4WSm .navbar.opened {
  background-color: false !important;
}
.cid-vb12cM4WSm .nav-item:focus,
.cid-vb12cM4WSm .nav-link:focus {
  outline: none;
}
.cid-vb12cM4WSm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vb12cM4WSm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vb12cM4WSm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vb12cM4WSm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vb12cM4WSm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vb12cM4WSm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vb12cM4WSm .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vb12cM4WSm .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vb12cM4WSm .navbar.opened {
  transition: all 0.3s;
}
.cid-vb12cM4WSm .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vb12cM4WSm .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vb12cM4WSm .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-vb12cM4WSm .navbar.collapsed {
  justify-content: center;
}
.cid-vb12cM4WSm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vb12cM4WSm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vb12cM4WSm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vb12cM4WSm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vb12cM4WSm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vb12cM4WSm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vb12cM4WSm .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vb12cM4WSm .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vb12cM4WSm .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vb12cM4WSm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vb12cM4WSm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vb12cM4WSm .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vb12cM4WSm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vb12cM4WSm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vb12cM4WSm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vb12cM4WSm .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vb12cM4WSm .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vb12cM4WSm .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vb12cM4WSm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vb12cM4WSm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vb12cM4WSm .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vb12cM4WSm .navbar.navbar-short {
  min-height: 60px;
}
.cid-vb12cM4WSm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vb12cM4WSm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vb12cM4WSm .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;
  letter-spacing: 0.25rem;
  z-index: 1;
}
.cid-vb12cM4WSm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vb12cM4WSm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vb12cM4WSm .dropdown-item.active,
.cid-vb12cM4WSm .dropdown-item:active {
  background-color: transparent;
}
.cid-vb12cM4WSm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vb12cM4WSm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vb12cM4WSm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vb12cM4WSm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vb12cM4WSm ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vb12cM4WSm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vb12cM4WSm button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #a34f8b;
  background: #a34f8b;
}
.cid-vb12cM4WSm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vb12cM4WSm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vb12cM4WSm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vb12cM4WSm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vb12cM4WSm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vb12cM4WSm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vb12cM4WSm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vb12cM4WSm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vb12cM4WSm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vb12cM4WSm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vb12cM4WSm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vb12cM4WSm .navbar {
    height: 70px;
  }
  .cid-vb12cM4WSm .navbar.opened {
    height: auto;
  }
  .cid-vb12cM4WSm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vb12cM4WSm .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vb12cM4WSm .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-vb12cM4WSm .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 170px;
}
.cid-vb12cM4WSm .mbr-section-btn-main .btn-primary .mbr-iconfont,
.cid-vb12cM4WSm .mbr-section-btn-main .btn-black .mbr-iconfont {
  color: #f7e9e1 !important;
}
.cid-vb12cM4WSm .navbar-caption:hover {
  color: #a34f8b;
}
@media (min-width: 992px) {
  .cid-vb12cM4WSm .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vb12cM4WSm .text_widget {
  margin-bottom: 32px;
}
.cid-vb12cM4WSm .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vb12cM4WSm .text_widget a:hover,
.cid-vb12cM4WSm .text_widget a:focus {
  opacity: .6;
}
.cid-vb12cM4WSm .icons-menu-main {
  display: flex;
}
.cid-vb12cM4WSm .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vb12cM4WSm .navbar-caption {
  color: #000000;
}
.cid-vb12cM4WSm .mbr-text {
  color: #9c9c9c;
  text-align: center;
}
.cid-vb12cM4WSm .mbr-section-subtitle,
.cid-vb12cM4WSm .text_widget,
.cid-vb12cM4WSm .mbr-section-btn {
  text-align: center;
}
.cid-vb12cM4WSm a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vb1jH7EKcg {
  background-image: url("../../../assets/images/einsteiger-mbsr.webp");
}
.cid-vb1jH7EKcg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb1jH7EKcg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb1jH7EKcg .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vb1jH7EKcg .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vb1jH7EKcg .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vb1jH7EKcg .text-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-vb1jH7EKcg .mbr-section-title {
  color: #0f0f0f;
}
.cid-vb1jH7EKcg .mbr-text {
  color: #ffffff;
}
.cid-vb1jH7EKcg .mbr-section-title,
.cid-vb1jH7EKcg .mbr-section-btn,
.cid-vb1jH7EKcg .title-wrapper {
  color: #ffffff;
}
.cid-tJ8PVHXpmJ {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJ8PVHXpmJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ8PVHXpmJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJ8PVHXpmJ .mbr-text,
.cid-tJ8PVHXpmJ .mbr-section-btn {
  text-align: center;
}
.cid-tJ8PVHXpmJ .mbr-section-title {
  text-align: left;
  color: #7b9591;
}
.cid-tJ8PVIdJoh {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJ8PVIdJoh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ8PVIdJoh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tJ8PVIdJoh .container {
    padding: 0 16px;
  }
}
.cid-tJ8PVIdJoh .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e2edec;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-tJ8PVIdJoh .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tJ8PVIdJoh .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tJ8PVIdJoh .image-wrapper img {
    height: 300px;
  }
}
.cid-tJ8PVIdJoh .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJ8PVIdJoh .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tJ8PVIdJoh .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJ8PVIdJoh .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tJ8PVIdJoh .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJ8PVIdJoh .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tJ8PVIdJoh .mbr-section-title,
.cid-tJ8PVIdJoh .mbr-section-btn {
  color: #7b9591;
}
.cid-tJ8PVIdJoh .mbr-desc {
  color: #232323;
}
.cid-tJf6FsKq3k {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tJf6FsKq3k .title-wrapper {
  margin: 0 10px 230px;
}
@media (max-width: 768px) {
  .cid-tJf6FsKq3k .title-wrapper {
    margin: 0 30px 190px;
  }
}
.cid-tJf6FsKq3k .title-wrapper .mbr-section-title {
  margin-bottom: 98px;
}
@media (max-width: 768px) {
  .cid-tJf6FsKq3k .title-wrapper .mbr-section-title {
    margin-bottom: 33.6px;
  }
}
.cid-tJf6FsKq3k .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-tJf6FsKq3k .text-wrapper {
  padding: 160px 160px;
  background: #fcf5f6;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tJf6FsKq3k .text-wrapper {
    padding: 230px 91px;
  }
}
@media (max-width: 768px) {
  .cid-tJf6FsKq3k .text-wrapper {
    padding: 320px 30px 120px;
  }
}
.cid-tJf6FsKq3k .text-wrapper img {
  width: 465px;
  height: 400px;
  object-fit: cover;
  position: absolute;
  top: -30%;
  right: -22rem;
}
@media (max-width: 992px) {
  .cid-tJf6FsKq3k .text-wrapper img {
    right: -12rem;
    width: 275px;
    height: 315px;
  }
}
@media (max-width: 767px) {
  .cid-tJf6FsKq3k .text-wrapper img {
    right: 0;
    top: -12%;
  }
}
.cid-tJf6FsKq3k .text-wrapper .mbr-text {
  margin-bottom: 24.5px;
}
@media (max-width: 768px) {
  .cid-tJf6FsKq3k .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-tJf6FsKq3k .text-wrapper .mbr-section-btn .btn {
  width: 137px;
  height: 66px;
  margin-top: 0;
  box-shadow: none;
}
.cid-tJf6FsKq3k .text-wrapper .mbr-section-btn .btn:hover {
  box-shadow: none;
}
.cid-tJf6FsKq3k .mbr-section-title {
  color: #7b9591;
}
.cid-tJf6FsKq3k .mbr-section-subtitle {
  color: #1E1C21;
}
.cid-tJf6FsKq3k .mbr-text {
  color: #1E1C21;
}
.cid-tJ8PVItpei {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJ8PVItpei .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ8PVItpei .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tJ8PVItpei .container {
    padding: 0 16px;
  }
}
.cid-tJ8PVItpei .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e2edec;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-tJ8PVItpei .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tJ8PVItpei .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tJ8PVItpei .image-wrapper img {
    height: 300px;
  }
}
.cid-tJ8PVItpei .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJ8PVItpei .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tJ8PVItpei .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJ8PVItpei .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tJ8PVItpei .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJ8PVItpei .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tJ8PVItpei .mbr-section-title,
.cid-tJ8PVItpei .mbr-section-btn {
  color: #7b9591;
}
.cid-tJ8PVItpei .mbr-desc {
  color: #7b9591;
}
.cid-tJ9zQGFoNH {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJ9zQGFoNH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ9zQGFoNH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJ9zQGFoNH .row {
  justify-content: space-between;
}
.cid-tJ9zQGFoNH .card-wrapper {
  margin-bottom: 70px;
}
.cid-tJ9zQGFoNH .card-wrapper .image-wrapper img {
  display: inline-flex;
  width: 106px;
  height: 106px;
  object-fit: contain;
  margin-bottom: 40px;
}
.cid-tJ9zQGFoNH .card-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tJ9zQGFoNH .card-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1.45em;
}
.cid-tJ9zQGFoNH .mbr-section-title {
  color: #E0BDB6;
}
.cid-tJ9zQGFoNH .mbr-text {
  color: #232323;
}
.cid-tJf5xm2MtA {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tJf5xm2MtA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJf5xm2MtA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJf5xm2MtA .row {
  justify-content: space-between;
}
.cid-tJf5xm2MtA .card-wrapper {
  margin-bottom: 70px;
}
.cid-tJf5xm2MtA .card-wrapper .image-wrapper img {
  display: inline-flex;
  width: 106px;
  height: 106px;
  object-fit: contain;
  margin-bottom: 40px;
}
.cid-tJf5xm2MtA .card-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tJf5xm2MtA .card-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1.45em;
}
.cid-tJf5xm2MtA .mbr-section-title {
  color: #E0BDB6;
}
.cid-tJf5xm2MtA .mbr-text {
  color: #232323;
}
.cid-tJ8PVJHQ1g {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #e2edec;
}
.cid-tJ8PVJHQ1g .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ8PVJHQ1g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tJ8PVJHQ1g .container {
    padding: 0 16px;
  }
}
.cid-tJ8PVJHQ1g .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e7d8d6;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-tJ8PVJHQ1g .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tJ8PVJHQ1g .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tJ8PVJHQ1g .image-wrapper img {
    height: 300px;
  }
}
.cid-tJ8PVJHQ1g .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJ8PVJHQ1g .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tJ8PVJHQ1g .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJ8PVJHQ1g .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tJ8PVJHQ1g .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJ8PVJHQ1g .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tJ8PVJHQ1g .mbr-section-title,
.cid-tJ8PVJHQ1g .mbr-section-btn {
  color: #7b9591;
}
.cid-tJfgc6S1fi {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #7b9591;
}
.cid-tJfgc6S1fi .wrap {
  position: relative;
  background-color: #5b7d78;
  padding: 85px 60px 85px 120px;
}
@media (max-width: 768px) {
  .cid-tJfgc6S1fi .wrap {
    padding: 3rem 1rem;
  }
  .cid-tJfgc6S1fi .wrap .mbr-iconfont {
    top: -5%;
  }
}
.cid-tJfgc6S1fi .wrap p {
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  font-style: normal;
}
.cid-tJfgc6S1fi .author {
  font-style: normal;
  color: #e2edec;
}
.cid-tJfgc6S1fi .mbr-iconfont {
  left: 3%;
  top: 13%;
  position: absolute;
  font-size: 25px;
  border-radius: 50%;
  border: 1px solid #7b9591;
  padding: 2.5rem;
  color: #ffffff;
}
.cid-tJfgc6S1fi .mbr-text {
  color: #ffffff;
}
.cid-tJfwKZApIq {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tJfwKZApIq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJfwKZApIq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJfwKZApIq .mbr-text,
.cid-tJfwKZApIq .mbr-section-btn {
  text-align: center;
}
.cid-tJfwKZApIq .mbr-section-title {
  text-align: left;
  color: #7b9591;
}
.cid-tJfwERgiBW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJfwERgiBW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJfwERgiBW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tJfwERgiBW .container {
    padding: 0;
  }
}
.cid-tJfwERgiBW .row {
  justify-content: center;
  margin: 0;
}
.cid-tJfwERgiBW .card {
  border-radius: 0;
  padding: 0;
}
.cid-tJfwERgiBW .card .card-wrapper {
  background-color: #7b9591;
  padding: 50px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tJfwERgiBW .card .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-tJfwERgiBW .card .card-wrapper .card-wrap .icon-wrap {
  margin-bottom: 20px;
}
.cid-tJfwERgiBW .card .card-wrapper .card-wrap .icon-wrap .mbr-iconfont {
  font-size: 40px;
  display: inline-flex;
  color: #ffffff;
}
.cid-tJfwERgiBW .card .card-wrapper .card-wrap .mbr-card-title {
  margin-bottom: 16px;
}
.cid-tJfwERgiBW .card .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tJfwERgiBW .card .card-wrapper .mbr-section-btn {
  margin-top: 30px;
}
.cid-tJfwERgiBW .card:nth-child(2n) .card-wrapper {
  background-color: #5b7d78;
}
.cid-tJfwERgiBW .mbr-card-title {
  color: #ffffff;
}
.cid-tJfwERgiBW .mbr-text {
  color: #e2edec;
  text-align: left;
}
.cid-tJfwERgiBW .mbr-card-title,
.cid-tJfwERgiBW .mbr-section-btn,
.cid-tJfwERgiBW .icon-wrap {
  text-align: center;
}
.cid-tJfwERgiBW .mbr-card-title,
.cid-tJfwERgiBW .icon-wrap,
.cid-tJfwERgiBW .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tJ8PVLzae0 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-tJ8PVLzae0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ8PVLzae0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tJ8PVLzae0 .container {
    padding: 0 16px;
  }
}
.cid-tJ8PVLzae0 .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7e9e1;
  margin: 40px 70px 40px 0;
  height: 290px;
  margin: 40px 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-tJ8PVLzae0 .image-wrapper {
    margin: 40px 0 80px 0;
  }
}
@media (max-width: 992px) {
  .cid-tJ8PVLzae0 .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tJ8PVLzae0 .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tJ8PVLzae0 .image-wrapper img {
    height: 300px;
  }
}
.cid-tJ8PVLzae0 .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJ8PVLzae0 .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tJ8PVLzae0 .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJ8PVLzae0 .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tJ8PVLzae0 .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJ8PVLzae0 .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tJ8PVLzae0 .mbr-section-title,
.cid-tJ8PVLzae0 .mbr-section-btn {
  color: #7b9591;
}
.cid-tJ8PVIW2a0 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/einsteiger-zitat.webp");
  overflow: hidden;
}
.cid-tJ8PVIW2a0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ8PVIW2a0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJ8PVIW2a0 .row {
  justify-content: left;
}
.cid-tJ8PVIW2a0 .content-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 80px 10%;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tJ8PVIW2a0 .content-container {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .cid-tJ8PVIW2a0 .content-container {
    flex-wrap: wrap;
    padding: 40px 0;
  }
}
.cid-tJ8PVIW2a0 .line-frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  display: none;
}
.cid-tJ8PVIW2a0 .line-frame-1 {
  top: calc(100% - 11px);
}
.cid-tJ8PVIW2a0 .line-frame-2 {
  bottom: calc(100% - 11px);
}
.cid-tJ8PVIW2a0 .point-frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 3px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.1);
  display: none;
}
.cid-tJ8PVIW2a0 .point-frame-1 {
  top: 19px;
}
.cid-tJ8PVIW2a0 .point-frame-2 {
  bottom: 19px;
}
.cid-tJ8PVIW2a0 .title-container {
  width: 60%;
  padding: 0 80px 0 0;
  padding: 0 0 0 80px;
}
@media (max-width: 991px) {
  .cid-tJ8PVIW2a0 .title-container {
    padding: 0 40px 0 0;
    padding: 0 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-tJ8PVIW2a0 .title-container {
    width: 100%;
    padding: 0;
  }
}
.cid-tJ8PVIW2a0 .text-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 40%;
  padding: 0 0 0 80px;
  padding: 0 80px 0 0;
}
@media (max-width: 991px) {
  .cid-tJ8PVIW2a0 .text-container {
    padding: 0 0 0 40px;
    padding: 0 40px 0 0;
  }
}
@media (max-width: 767px) {
  .cid-tJ8PVIW2a0 .text-container {
    width: 100%;
    padding: 32px 0 0 0;
  }
}
.cid-tJ8PVIW2a0 .item-container {
  width: 100%;
}
.cid-tJ8PVIW2a0 .mbr-section-title {
  color: #BF9341;
  width: 100%;
}
.cid-tJ8PVIW2a0 .mbr-text {
  color: #ffffff;
  width: 100%;
}
.cid-tJ8PVIW2a0 .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .cid-tJ8PVIW2a0 .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tJ8PVIIS8V {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-tJ8PVIIS8V .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ8PVIIS8V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tJ8PVIIS8V .container {
    padding: 0 16px;
  }
}
.cid-tJ8PVIIS8V .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e7d8d6;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-tJ8PVIIS8V .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tJ8PVIIS8V .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tJ8PVIIS8V .image-wrapper img {
    height: 300px;
  }
}
.cid-tJ8PVIIS8V .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJ8PVIIS8V .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tJ8PVIIS8V .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJ8PVIIS8V .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tJ8PVIIS8V .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJ8PVIIS8V .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tJ8PVIIS8V .mbr-section-title,
.cid-tJ8PVIIS8V .mbr-section-btn {
  color: #7b9591;
}
.cid-tJeOhrNZhR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #5b7d78;
}
.cid-tJeOhrNZhR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJeOhrNZhR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tJeOhrNZhR .container {
    padding: 0 20px;
  }
}
.cid-tJeOhrNZhR .row {
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tJeOhrNZhR .row .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-tJeOhrNZhR .row .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tJeOhrNZhR .row .title-wrapper .mbr-desc {
  opacity: .5;
  margin-bottom: 16px;
}
.cid-tJeOhrNZhR .row .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tJeOhrNZhR .row .list {
  padding: 0;
  margin-bottom: 50px;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-tJeOhrNZhR .row .list {
    margin-bottom: 32px;
  }
}
.cid-tJeOhrNZhR .row .list .item-wrap {
  margin-bottom: 16px;
}
.cid-tJeOhrNZhR .row .list .item-wrap:hover {
  text-decoration: underline;
  color: #ddb7bd;
}
.cid-tJeOhrNZhR .row .copyright {
  opacity: .5;
  margin-bottom: 0;
}
.cid-tJeOhrNZhR .mbr-section-title {
  color: #e2edec;
}
.cid-tJeOhrNZhR .mbr-desc {
  color: #ffffff;
}
.cid-tJeOhrNZhR .mbr-text {
  color: #ffffff;
}
.cid-tJeOhrNZhR .list {
  color: #ffffff;
}
.cid-tJeOhrNZhR .copyright {
  color: #ffffff;
}
.cid-tPfHAtjjzx {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #7b9591;
}
.cid-tPfHAtjjzx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPfHAtjjzx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPfHAtjjzx .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-tPfHAtjjzx .bg-instagram:hover {
  background: #bd005c;
}
.cid-tPfHAtjjzx .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tPfHAtjjzx [class^="socicon-"]:before,
.cid-tPfHAtjjzx [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tPfHAtjjzx .mbr-section-title,
.cid-tPfHAtjjzx .social-list {
  color: #ffffff;
}
.cid-vb12cM4WSm .navbar-dropdown {
  background-color: #a34f8b !important;
  padding: 0;
}
.cid-vb12cM4WSm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #a34f8b !important;
  background: #a34f8b;
}
.cid-vb12cM4WSm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vb12cM4WSm .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vb12cM4WSm .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vb12cM4WSm .menu_box .navbar.opened,
  .cid-vb12cM4WSm .menu_box .navbar-collapse {
    background-color: #a34f8b !important;
    transition: all 0s ease 0s;
  }
}
.cid-vb12cM4WSm .navbar-dropdown {
  position: relative !important;
}
.cid-vb12cM4WSm .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vb12cM4WSm .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vb12cM4WSm .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vb12cM4WSm .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vb12cM4WSm .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vb12cM4WSm .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vb12cM4WSm .offcanvas-body .mbr-text,
  .cid-vb12cM4WSm .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vb12cM4WSm .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vb12cM4WSm .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vb12cM4WSm .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-vb12cM4WSm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vb12cM4WSm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vb12cM4WSm .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vb12cM4WSm .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vb12cM4WSm ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vb12cM4WSm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vb12cM4WSm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vb12cM4WSm .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vb12cM4WSm li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-vb12cM4WSm .lg_brand {
    margin: 0 1rem;
  }
  .cid-vb12cM4WSm .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vb12cM4WSm .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vb12cM4WSm .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vb12cM4WSm .nav-item {
    margin: 0 !important;
  }
}
.cid-vb12cM4WSm .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-vb12cM4WSm .nav-item .nav-link:hover,
.cid-vb12cM4WSm .nav-item .nav-link:focus {
  opacity: .8;
}
.cid-vb12cM4WSm .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vb12cM4WSm .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vb12cM4WSm .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vb12cM4WSm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vb12cM4WSm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vb12cM4WSm .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vb12cM4WSm .offcanvas_box {
    display: none;
  }
}
.cid-vb12cM4WSm .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vb12cM4WSm .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vb12cM4WSm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vb12cM4WSm .container {
  display: flex;
  margin: auto;
}
.cid-vb12cM4WSm .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vb12cM4WSm .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vb12cM4WSm .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vb12cM4WSm .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vb12cM4WSm .navbar-nav {
    margin: 0;
  }
}
.cid-vb12cM4WSm .dropdown-menu,
.cid-vb12cM4WSm .navbar.opened {
  background-color: false !important;
}
.cid-vb12cM4WSm .nav-item:focus,
.cid-vb12cM4WSm .nav-link:focus {
  outline: none;
}
.cid-vb12cM4WSm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vb12cM4WSm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vb12cM4WSm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vb12cM4WSm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vb12cM4WSm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vb12cM4WSm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vb12cM4WSm .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vb12cM4WSm .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vb12cM4WSm .navbar.opened {
  transition: all 0.3s;
}
.cid-vb12cM4WSm .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vb12cM4WSm .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vb12cM4WSm .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-vb12cM4WSm .navbar.collapsed {
  justify-content: center;
}
.cid-vb12cM4WSm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vb12cM4WSm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vb12cM4WSm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vb12cM4WSm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vb12cM4WSm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vb12cM4WSm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vb12cM4WSm .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vb12cM4WSm .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vb12cM4WSm .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vb12cM4WSm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vb12cM4WSm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vb12cM4WSm .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vb12cM4WSm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vb12cM4WSm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vb12cM4WSm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vb12cM4WSm .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vb12cM4WSm .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vb12cM4WSm .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vb12cM4WSm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vb12cM4WSm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vb12cM4WSm .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vb12cM4WSm .navbar.navbar-short {
  min-height: 60px;
}
.cid-vb12cM4WSm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vb12cM4WSm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vb12cM4WSm .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;
  letter-spacing: 0.25rem;
  z-index: 1;
}
.cid-vb12cM4WSm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vb12cM4WSm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vb12cM4WSm .dropdown-item.active,
.cid-vb12cM4WSm .dropdown-item:active {
  background-color: transparent;
}
.cid-vb12cM4WSm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vb12cM4WSm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vb12cM4WSm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vb12cM4WSm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vb12cM4WSm ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vb12cM4WSm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vb12cM4WSm button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #a34f8b;
  background: #a34f8b;
}
.cid-vb12cM4WSm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vb12cM4WSm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vb12cM4WSm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vb12cM4WSm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vb12cM4WSm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vb12cM4WSm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vb12cM4WSm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vb12cM4WSm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vb12cM4WSm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vb12cM4WSm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vb12cM4WSm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vb12cM4WSm .navbar {
    height: 70px;
  }
  .cid-vb12cM4WSm .navbar.opened {
    height: auto;
  }
  .cid-vb12cM4WSm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vb12cM4WSm .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vb12cM4WSm .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-vb12cM4WSm .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 170px;
}
.cid-vb12cM4WSm .mbr-section-btn-main .btn-primary .mbr-iconfont,
.cid-vb12cM4WSm .mbr-section-btn-main .btn-black .mbr-iconfont {
  color: #f7e9e1 !important;
}
.cid-vb12cM4WSm .navbar-caption:hover {
  color: #a34f8b;
}
@media (min-width: 992px) {
  .cid-vb12cM4WSm .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vb12cM4WSm .text_widget {
  margin-bottom: 32px;
}
.cid-vb12cM4WSm .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vb12cM4WSm .text_widget a:hover,
.cid-vb12cM4WSm .text_widget a:focus {
  opacity: .6;
}
.cid-vb12cM4WSm .icons-menu-main {
  display: flex;
}
.cid-vb12cM4WSm .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vb12cM4WSm .navbar-caption {
  color: #000000;
}
.cid-vb12cM4WSm .mbr-text {
  color: #9c9c9c;
  text-align: center;
}
.cid-vb12cM4WSm .mbr-section-subtitle,
.cid-vb12cM4WSm .text_widget,
.cid-vb12cM4WSm .mbr-section-btn {
  text-align: center;
}
.cid-vb12cM4WSm a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vb1k20bGxy {
  background-image: url("../../../assets/images/fortgeschrittene-mann.webp");
}
.cid-vb1k20bGxy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb1k20bGxy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb1k20bGxy .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vb1k20bGxy .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vb1k20bGxy .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vb1k20bGxy .text-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-vb1k20bGxy .mbr-section-title {
  color: #0f0f0f;
}
.cid-vb1k20bGxy .mbr-text {
  color: #ffffff;
}
.cid-vb1k20bGxy .mbr-section-title,
.cid-vb1k20bGxy .mbr-section-btn,
.cid-vb1k20bGxy .title-wrapper {
  color: #ffffff;
}
.cid-tJfP87ekLE {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJfP87ekLE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJfP87ekLE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJfP87ekLE .mbr-text,
.cid-tJfP87ekLE .mbr-section-btn {
  text-align: center;
}
.cid-tJfP87ekLE .mbr-section-title {
  text-align: left;
  color: #7b9591;
}
.cid-tJfP87BA22 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tJfP87BA22 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJfP87BA22 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tJfP87BA22 .container {
    padding: 0 16px;
  }
}
.cid-tJfP87BA22 .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e7d8d6;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-tJfP87BA22 .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tJfP87BA22 .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tJfP87BA22 .image-wrapper img {
    height: 300px;
  }
}
.cid-tJfP87BA22 .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJfP87BA22 .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tJfP87BA22 .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJfP87BA22 .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tJfP87BA22 .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJfP87BA22 .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tJfP87BA22 .mbr-section-title,
.cid-tJfP87BA22 .mbr-section-btn {
  color: #95839c;
}
.cid-tJfP87BA22 .mbr-desc {
  color: #232323;
}
.cid-tJfPUiDcgS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tJfPUiDcgS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJfPUiDcgS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tJfPUiDcgS .container {
    padding: 0 16px;
  }
}
.cid-tJfPUiDcgS .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e2edec;
  margin: 40px 70px 40px 0;
  height: 290px;
  margin: 40px 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-tJfPUiDcgS .image-wrapper {
    margin: 40px 0 80px 0;
  }
}
@media (max-width: 992px) {
  .cid-tJfPUiDcgS .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tJfPUiDcgS .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tJfPUiDcgS .image-wrapper img {
    height: 300px;
  }
}
.cid-tJfPUiDcgS .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJfPUiDcgS .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tJfPUiDcgS .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJfPUiDcgS .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tJfPUiDcgS .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJfPUiDcgS .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tJfPUiDcgS .mbr-section-title,
.cid-tJfPUiDcgS .mbr-section-btn {
  color: #95839c;
}
.cid-tJfPUiDcgS .mbr-desc {
  color: #232323;
}
.cid-tJfQ16PZSw {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tJfQ16PZSw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJfQ16PZSw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tJfQ16PZSw .container {
    padding: 0 16px;
  }
}
.cid-tJfQ16PZSw .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e2edec;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-tJfQ16PZSw .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tJfQ16PZSw .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tJfQ16PZSw .image-wrapper img {
    height: 300px;
  }
}
.cid-tJfQ16PZSw .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJfQ16PZSw .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tJfQ16PZSw .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJfQ16PZSw .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tJfQ16PZSw .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJfQ16PZSw .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tJfQ16PZSw .mbr-section-title,
.cid-tJfQ16PZSw .mbr-section-btn {
  color: #95839c;
}
.cid-tJfQ16PZSw .mbr-desc {
  color: #232323;
}
.cid-tJfP8aBXNY {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tJfP8aBXNY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJfP8aBXNY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJfP8aBXNY .mbr-text,
.cid-tJfP8aBXNY .mbr-section-btn {
  text-align: center;
}
.cid-tJfP8aBXNY .mbr-section-title {
  text-align: left;
  color: #7b9591;
}
.cid-tJfP8aBXNY .mbr-section-subtitle {
  color: #95839c;
}
.cid-tJfP8b1xBp {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tJfP8b1xBp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJfP8b1xBp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tJfP8b1xBp .container {
    padding: 0;
  }
}
.cid-tJfP8b1xBp .row {
  justify-content: center;
  margin: 0;
}
.cid-tJfP8b1xBp .card {
  border-radius: 0;
  padding: 0;
}
.cid-tJfP8b1xBp .card .card-wrapper {
  background-color: #7b9591;
  padding: 50px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tJfP8b1xBp .card .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-tJfP8b1xBp .card .card-wrapper .card-wrap .icon-wrap {
  margin-bottom: 20px;
}
.cid-tJfP8b1xBp .card .card-wrapper .card-wrap .icon-wrap .mbr-iconfont {
  font-size: 40px;
  display: inline-flex;
  color: #ffffff;
}
.cid-tJfP8b1xBp .card .card-wrapper .card-wrap .mbr-card-title {
  margin-bottom: 16px;
}
.cid-tJfP8b1xBp .card .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tJfP8b1xBp .card .card-wrapper .mbr-section-btn {
  margin-top: 30px;
}
.cid-tJfP8b1xBp .card:nth-child(2n) .card-wrapper {
  background-color: #5b7d78;
}
.cid-tJfP8b1xBp .mbr-card-title {
  color: #ffffff;
}
.cid-tJfP8b1xBp .mbr-text {
  color: #e2edec;
  text-align: left;
}
.cid-tJfP8b1xBp .mbr-card-title,
.cid-tJfP8b1xBp .mbr-section-btn,
.cid-tJfP8b1xBp .icon-wrap {
  text-align: center;
}
.cid-tJfP8b1xBp .mbr-card-title,
.cid-tJfP8b1xBp .icon-wrap,
.cid-tJfP8b1xBp .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tJfQDhMJGS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tJfQDhMJGS .title-wrapper {
  margin: 0 10px 230px;
}
@media (max-width: 768px) {
  .cid-tJfQDhMJGS .title-wrapper {
    margin: 0 30px 190px;
  }
}
.cid-tJfQDhMJGS .title-wrapper .mbr-section-title {
  margin-bottom: 98px;
}
@media (max-width: 768px) {
  .cid-tJfQDhMJGS .title-wrapper .mbr-section-title {
    margin-bottom: 33.6px;
  }
}
.cid-tJfQDhMJGS .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-tJfQDhMJGS .text-wrapper {
  padding: 160px 160px;
  background: #f7e9e1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tJfQDhMJGS .text-wrapper {
    padding: 230px 91px;
  }
}
@media (max-width: 768px) {
  .cid-tJfQDhMJGS .text-wrapper {
    padding: 320px 30px 120px;
  }
}
.cid-tJfQDhMJGS .text-wrapper img {
  width: 465px;
  height: 400px;
  object-fit: cover;
  position: absolute;
  top: -30%;
  right: -22rem;
}
@media (max-width: 992px) {
  .cid-tJfQDhMJGS .text-wrapper img {
    right: -12rem;
    width: 275px;
    height: 315px;
  }
}
@media (max-width: 767px) {
  .cid-tJfQDhMJGS .text-wrapper img {
    right: 0;
    top: -12%;
  }
}
.cid-tJfQDhMJGS .text-wrapper .mbr-text {
  margin-bottom: 24.5px;
}
@media (max-width: 768px) {
  .cid-tJfQDhMJGS .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-tJfQDhMJGS .text-wrapper .mbr-section-btn .btn {
  width: 137px;
  height: 66px;
  margin-top: 0;
  box-shadow: none;
}
.cid-tJfQDhMJGS .text-wrapper .mbr-section-btn .btn:hover {
  box-shadow: none;
}
.cid-tJfQDhMJGS .mbr-section-title {
  color: #7b9591;
}
.cid-tJfQDhMJGS .mbr-section-subtitle {
  color: #1E1C21;
}
.cid-tJfQDhMJGS .mbr-text {
  color: #1E1C21;
}
.cid-tJfQDhMJGS .mbr-list {
  color: #232323;
  line-height: 100%;
}
.cid-tJfP8bw1Dm {
  padding-top: 4rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-tJfP8bw1Dm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJfP8bw1Dm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tJfP8bw1Dm .container {
    padding: 0 16px;
  }
}
.cid-tJfP8bw1Dm .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7e9e1;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-tJfP8bw1Dm .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tJfP8bw1Dm .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tJfP8bw1Dm .image-wrapper img {
    height: 300px;
  }
}
.cid-tJfP8bw1Dm .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJfP8bw1Dm .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tJfP8bw1Dm .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJfP8bw1Dm .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tJfP8bw1Dm .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJfP8bw1Dm .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tJfP8bw1Dm .mbr-section-title,
.cid-tJfP8bw1Dm .mbr-section-btn {
  color: #7b9591;
}
.cid-tJfP89JJXn {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #7b9591;
}
.cid-tJfP89JJXn .wrap {
  position: relative;
  background-color: #5b7d78;
  padding: 85px 60px 85px 120px;
}
@media (max-width: 768px) {
  .cid-tJfP89JJXn .wrap {
    padding: 3rem 1rem;
  }
  .cid-tJfP89JJXn .wrap .mbr-iconfont {
    top: -5%;
  }
}
.cid-tJfP89JJXn .wrap p {
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  font-style: normal;
}
.cid-tJfP89JJXn .author {
  font-style: normal;
  color: #e2edec;
}
.cid-tJfP89JJXn .mbr-iconfont {
  left: 3%;
  top: 13%;
  position: absolute;
  font-size: 25px;
  border-radius: 50%;
  border: 1px solid #7b9591;
  padding: 2.5rem;
  color: #ffffff;
}
.cid-tJfP89JJXn .mbr-text {
  color: #ffffff;
}
.cid-tJfP8c0bDM {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/fortgeschrittene-zitat.webp");
  overflow: hidden;
}
.cid-tJfP8c0bDM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJfP8c0bDM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJfP8c0bDM .row {
  justify-content: left;
}
.cid-tJfP8c0bDM .content-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 80px 10%;
}
@media (max-width: 991px) {
  .cid-tJfP8c0bDM .content-container {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .cid-tJfP8c0bDM .content-container {
    flex-wrap: wrap;
    padding: 40px 0;
  }
}
.cid-tJfP8c0bDM .line-frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  display: none;
}
.cid-tJfP8c0bDM .line-frame-1 {
  top: calc(100% - 11px);
}
.cid-tJfP8c0bDM .line-frame-2 {
  bottom: calc(100% - 11px);
}
.cid-tJfP8c0bDM .point-frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 3px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.1);
  display: none;
}
.cid-tJfP8c0bDM .point-frame-1 {
  top: 19px;
}
.cid-tJfP8c0bDM .point-frame-2 {
  bottom: 19px;
}
.cid-tJfP8c0bDM .title-container {
  width: 60%;
  padding: 0 80px 0 0;
}
@media (max-width: 991px) {
  .cid-tJfP8c0bDM .title-container {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 767px) {
  .cid-tJfP8c0bDM .title-container {
    width: 100%;
    padding: 0;
  }
}
.cid-tJfP8c0bDM .text-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 40%;
  padding: 0 0 0 80px;
}
@media (max-width: 991px) {
  .cid-tJfP8c0bDM .text-container {
    padding: 0 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-tJfP8c0bDM .text-container {
    width: 100%;
    padding: 32px 0 0 0;
  }
}
.cid-tJfP8c0bDM .item-container {
  width: 100%;
}
.cid-tJfP8c0bDM .mbr-section-title {
  color: #BF9341;
  width: 100%;
}
.cid-tJfP8c0bDM .mbr-text {
  color: #f7e9e1;
  width: 100%;
}
.cid-tJfP8c0bDM .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .cid-tJfP8c0bDM .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tJfP8crAe1 {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-tJfP8crAe1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJfP8crAe1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tJfP8crAe1 .container {
    padding: 0 16px;
  }
}
.cid-tJfP8crAe1 .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e7d8d6;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-tJfP8crAe1 .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tJfP8crAe1 .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tJfP8crAe1 .image-wrapper img {
    height: 300px;
  }
}
.cid-tJfP8crAe1 .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJfP8crAe1 .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tJfP8crAe1 .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJfP8crAe1 .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tJfP8crAe1 .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJfP8crAe1 .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tJfP8crAe1 .mbr-section-title,
.cid-tJfP8crAe1 .mbr-section-btn {
  color: #7b9591;
}
.cid-tJfP8cS7xW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #5b7d78;
}
.cid-tJfP8cS7xW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJfP8cS7xW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tJfP8cS7xW .container {
    padding: 0 20px;
  }
}
.cid-tJfP8cS7xW .row {
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tJfP8cS7xW .row .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-tJfP8cS7xW .row .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tJfP8cS7xW .row .title-wrapper .mbr-desc {
  opacity: .5;
  margin-bottom: 16px;
}
.cid-tJfP8cS7xW .row .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tJfP8cS7xW .row .list {
  padding: 0;
  margin-bottom: 50px;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-tJfP8cS7xW .row .list {
    margin-bottom: 32px;
  }
}
.cid-tJfP8cS7xW .row .list .item-wrap {
  margin-bottom: 16px;
}
.cid-tJfP8cS7xW .row .list .item-wrap:hover {
  text-decoration: underline;
  color: #ddb7bd;
}
.cid-tJfP8cS7xW .row .copyright {
  opacity: .5;
  margin-bottom: 0;
}
.cid-tJfP8cS7xW .mbr-section-title {
  color: #e2edec;
}
.cid-tJfP8cS7xW .mbr-desc {
  color: #ffffff;
}
.cid-tJfP8cS7xW .mbr-text {
  color: #ffffff;
}
.cid-tJfP8cS7xW .list {
  color: #ffffff;
}
.cid-tJfP8cS7xW .copyright {
  color: #ffffff;
}
.cid-tPfHD5lXDF {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #7b9591;
}
.cid-tPfHD5lXDF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPfHD5lXDF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPfHD5lXDF .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-tPfHD5lXDF .bg-instagram:hover {
  background: #bd005c;
}
.cid-tPfHD5lXDF .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tPfHD5lXDF [class^="socicon-"]:before,
.cid-tPfHD5lXDF [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tPfHD5lXDF .mbr-section-title,
.cid-tPfHD5lXDF .social-list {
  color: #ffffff;
}
.cid-vb12cM4WSm .navbar-dropdown {
  background-color: #a34f8b !important;
  padding: 0;
}
.cid-vb12cM4WSm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #a34f8b !important;
  background: #a34f8b;
}
.cid-vb12cM4WSm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vb12cM4WSm .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vb12cM4WSm .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vb12cM4WSm .menu_box .navbar.opened,
  .cid-vb12cM4WSm .menu_box .navbar-collapse {
    background-color: #a34f8b !important;
    transition: all 0s ease 0s;
  }
}
.cid-vb12cM4WSm .navbar-dropdown {
  position: relative !important;
}
.cid-vb12cM4WSm .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vb12cM4WSm .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vb12cM4WSm .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vb12cM4WSm .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vb12cM4WSm .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vb12cM4WSm .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vb12cM4WSm .offcanvas-body .mbr-text,
  .cid-vb12cM4WSm .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vb12cM4WSm .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vb12cM4WSm .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vb12cM4WSm .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-vb12cM4WSm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vb12cM4WSm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vb12cM4WSm .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vb12cM4WSm .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vb12cM4WSm ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vb12cM4WSm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vb12cM4WSm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vb12cM4WSm .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vb12cM4WSm li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-vb12cM4WSm .lg_brand {
    margin: 0 1rem;
  }
  .cid-vb12cM4WSm .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vb12cM4WSm .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vb12cM4WSm .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vb12cM4WSm .nav-item {
    margin: 0 !important;
  }
}
.cid-vb12cM4WSm .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-vb12cM4WSm .nav-item .nav-link:hover,
.cid-vb12cM4WSm .nav-item .nav-link:focus {
  opacity: .8;
}
.cid-vb12cM4WSm .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vb12cM4WSm .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vb12cM4WSm .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vb12cM4WSm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vb12cM4WSm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vb12cM4WSm .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vb12cM4WSm .offcanvas_box {
    display: none;
  }
}
.cid-vb12cM4WSm .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vb12cM4WSm .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vb12cM4WSm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vb12cM4WSm .container {
  display: flex;
  margin: auto;
}
.cid-vb12cM4WSm .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vb12cM4WSm .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vb12cM4WSm .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vb12cM4WSm .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vb12cM4WSm .navbar-nav {
    margin: 0;
  }
}
.cid-vb12cM4WSm .dropdown-menu,
.cid-vb12cM4WSm .navbar.opened {
  background-color: false !important;
}
.cid-vb12cM4WSm .nav-item:focus,
.cid-vb12cM4WSm .nav-link:focus {
  outline: none;
}
.cid-vb12cM4WSm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vb12cM4WSm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vb12cM4WSm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vb12cM4WSm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vb12cM4WSm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vb12cM4WSm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vb12cM4WSm .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vb12cM4WSm .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vb12cM4WSm .navbar.opened {
  transition: all 0.3s;
}
.cid-vb12cM4WSm .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vb12cM4WSm .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vb12cM4WSm .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-vb12cM4WSm .navbar.collapsed {
  justify-content: center;
}
.cid-vb12cM4WSm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vb12cM4WSm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vb12cM4WSm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vb12cM4WSm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vb12cM4WSm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vb12cM4WSm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vb12cM4WSm .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vb12cM4WSm .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vb12cM4WSm .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vb12cM4WSm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vb12cM4WSm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vb12cM4WSm .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vb12cM4WSm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vb12cM4WSm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vb12cM4WSm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vb12cM4WSm .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vb12cM4WSm .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vb12cM4WSm .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vb12cM4WSm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vb12cM4WSm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vb12cM4WSm .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vb12cM4WSm .navbar.navbar-short {
  min-height: 60px;
}
.cid-vb12cM4WSm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vb12cM4WSm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vb12cM4WSm .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;
  letter-spacing: 0.25rem;
  z-index: 1;
}
.cid-vb12cM4WSm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vb12cM4WSm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vb12cM4WSm .dropdown-item.active,
.cid-vb12cM4WSm .dropdown-item:active {
  background-color: transparent;
}
.cid-vb12cM4WSm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vb12cM4WSm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vb12cM4WSm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vb12cM4WSm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vb12cM4WSm ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vb12cM4WSm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vb12cM4WSm button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #a34f8b;
  background: #a34f8b;
}
.cid-vb12cM4WSm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vb12cM4WSm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vb12cM4WSm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vb12cM4WSm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vb12cM4WSm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vb12cM4WSm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vb12cM4WSm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vb12cM4WSm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vb12cM4WSm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vb12cM4WSm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vb12cM4WSm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vb12cM4WSm .navbar {
    height: 70px;
  }
  .cid-vb12cM4WSm .navbar.opened {
    height: auto;
  }
  .cid-vb12cM4WSm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vb12cM4WSm .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vb12cM4WSm .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-vb12cM4WSm .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 170px;
}
.cid-vb12cM4WSm .mbr-section-btn-main .btn-primary .mbr-iconfont,
.cid-vb12cM4WSm .mbr-section-btn-main .btn-black .mbr-iconfont {
  color: #f7e9e1 !important;
}
.cid-vb12cM4WSm .navbar-caption:hover {
  color: #a34f8b;
}
@media (min-width: 992px) {
  .cid-vb12cM4WSm .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vb12cM4WSm .text_widget {
  margin-bottom: 32px;
}
.cid-vb12cM4WSm .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vb12cM4WSm .text_widget a:hover,
.cid-vb12cM4WSm .text_widget a:focus {
  opacity: .6;
}
.cid-vb12cM4WSm .icons-menu-main {
  display: flex;
}
.cid-vb12cM4WSm .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vb12cM4WSm .navbar-caption {
  color: #000000;
}
.cid-vb12cM4WSm .mbr-text {
  color: #9c9c9c;
  text-align: center;
}
.cid-vb12cM4WSm .mbr-section-subtitle,
.cid-vb12cM4WSm .text_widget,
.cid-vb12cM4WSm .mbr-section-btn {
  text-align: center;
}
.cid-vb12cM4WSm a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vb1jo7lQuQ {
  background-image: url("../../../assets/images/mbsr-kurs-muenchen-3.webp");
}
.cid-vb1jo7lQuQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb1jo7lQuQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb1jo7lQuQ .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vb1jo7lQuQ .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vb1jo7lQuQ .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vb1jo7lQuQ .text-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-vb1jo7lQuQ .mbr-section-title {
  color: #0f0f0f;
}
.cid-vb1jo7lQuQ .mbr-text {
  color: #ffffff;
}
.cid-vb1jo7lQuQ .mbr-section-title,
.cid-vb1jo7lQuQ .mbr-section-btn,
.cid-vb1jo7lQuQ .title-wrapper {
  color: #ffffff;
}
.cid-tJfCGBl4Ru {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJfCGBl4Ru .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJfCGBl4Ru .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJfCGBl4Ru .mbr-text,
.cid-tJfCGBl4Ru .mbr-section-btn {
  text-align: center;
}
.cid-tJfCGBl4Ru .mbr-section-title {
  text-align: left;
  color: #7b9591;
}
.cid-tJfCGBHPpH {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tJfCGBHPpH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJfCGBHPpH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tJfCGBHPpH .container {
    padding: 0 16px;
  }
}
.cid-tJfCGBHPpH .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e2edec;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-tJfCGBHPpH .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tJfCGBHPpH .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tJfCGBHPpH .image-wrapper img {
    height: 300px;
  }
}
.cid-tJfCGBHPpH .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJfCGBHPpH .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tJfCGBHPpH .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJfCGBHPpH .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tJfCGBHPpH .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJfCGBHPpH .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tJfCGBHPpH .mbr-section-title,
.cid-tJfCGBHPpH .mbr-section-btn {
  color: #7b9591;
}
.cid-tJfCGBHPpH .mbr-desc {
  color: #232323;
}
.cid-tJlB9nibF6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7e9e1;
}
.cid-tJlB9nibF6 .title-wrapper {
  margin: 0 10px 230px;
}
@media (max-width: 768px) {
  .cid-tJlB9nibF6 .title-wrapper {
    margin: 0 30px 190px;
  }
}
.cid-tJlB9nibF6 .title-wrapper .mbr-section-title {
  margin-bottom: 98px;
}
@media (max-width: 768px) {
  .cid-tJlB9nibF6 .title-wrapper .mbr-section-title {
    margin-bottom: 33.6px;
  }
}
.cid-tJlB9nibF6 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-tJlB9nibF6 .text-wrapper {
  padding: 160px 160px;
  background: #ffffff;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tJlB9nibF6 .text-wrapper {
    padding: 230px 91px;
  }
}
@media (max-width: 768px) {
  .cid-tJlB9nibF6 .text-wrapper {
    padding: 320px 30px 120px;
  }
}
.cid-tJlB9nibF6 .text-wrapper img {
  width: 465px;
  height: 400px;
  object-fit: cover;
  position: absolute;
  top: -30%;
  right: -22rem;
}
@media (max-width: 992px) {
  .cid-tJlB9nibF6 .text-wrapper img {
    right: -12rem;
    width: 275px;
    height: 315px;
  }
}
@media (max-width: 767px) {
  .cid-tJlB9nibF6 .text-wrapper img {
    right: 0;
    top: -12%;
  }
}
.cid-tJlB9nibF6 .text-wrapper .mbr-text {
  margin-bottom: 24.5px;
}
@media (max-width: 768px) {
  .cid-tJlB9nibF6 .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-tJlB9nibF6 .text-wrapper .mbr-section-btn .btn {
  width: 137px;
  height: 66px;
  margin-top: 0;
  box-shadow: none;
}
.cid-tJlB9nibF6 .text-wrapper .mbr-section-btn .btn:hover {
  box-shadow: none;
}
.cid-tJlB9nibF6 .mbr-section-title {
  color: #7b9591;
}
.cid-tJlB9nibF6 .mbr-section-subtitle {
  color: #1E1C21;
}
.cid-tJlB9nibF6 .mbr-text {
  color: #1E1C21;
}
.cid-tJlB9nibF6 .mbr-list {
  color: #232323;
  line-height: 100%;
}
.cid-tJlLtjmprD {
  padding-top: 9rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tJlLtjmprD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJlLtjmprD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tJlLtjmprD .container {
    padding: 0 16px;
  }
}
.cid-tJlLtjmprD .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e2edec;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-tJlLtjmprD .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tJlLtjmprD .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tJlLtjmprD .image-wrapper img {
    height: 300px;
  }
}
.cid-tJlLtjmprD .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJlLtjmprD .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tJlLtjmprD .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJlLtjmprD .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tJlLtjmprD .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJlLtjmprD .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tJlLtjmprD .mbr-section-title,
.cid-tJlLtjmprD .mbr-section-btn {
  color: #7b9591;
}
.cid-tJlLtjmprD .mbr-list {
  color: #232323;
  margin-left: -15px;
}
.cid-tJme689MTi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbsr-kurs-fragen.webp");
}
.cid-tJme689MTi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJme689MTi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJme689MTi .container,
.cid-tJme689MTi .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tJme689MTi .container,
  .cid-tJme689MTi .container-fluid {
    padding: 0 20px;
  }
}
.cid-tJme689MTi .row {
  position: relative;
  padding: 100px 26px;
  overflow: hidden;
  margin: 0;
  border-radius: 0px;
  background-color: #e2edec;
}
@media (max-width: 992px) {
  .cid-tJme689MTi .row {
    padding: 85px 8px;
    margin: 0;
  }
}
.cid-tJme689MTi .title-wrapper {
  margin-bottom: 85px;
}
@media (max-width: 992px) {
  .cid-tJme689MTi .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tJme689MTi .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tJme689MTi .panel-group {
  padding: 0 20%;
}
@media (max-width: 992px) {
  .cid-tJme689MTi .panel-group {
    padding: 0 12px;
  }
}
.cid-tJme689MTi .panel-group .card {
  border-radius: 0;
}
.cid-tJme689MTi .panel-group .card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-tJme689MTi .panel-group .card .card-header {
    padding: 15px 0;
  }
}
.cid-tJme689MTi .panel-group .card .card-header .panel-title {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #3d4045;
}
.cid-tJme689MTi .panel-group .card .card-header .panel-title:not(.collapsed) {
  border-bottom: 1px solid #7b9591;
}
.cid-tJme689MTi .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #7b9591;
}
.cid-tJme689MTi .panel-group .card .card-header .panel-title:hover,
.cid-tJme689MTi .panel-group .card .card-header .panel-title:focus {
  border-bottom: 1px solid #7b9591;
}
.cid-tJme689MTi .panel-group .card .card-header .panel-title:hover .panel-title-edit,
.cid-tJme689MTi .panel-group .card .card-header .panel-title:focus .panel-title-edit {
  color: #7b9591;
}
.cid-tJme689MTi .panel-group .card .card-header .panel-title .panel-title-edit {
  margin: 0;
  transition: all 0.3s ease-out;
}
.cid-tJme689MTi .panel-group .card .panel-collapse .panel-body .panel-text {
  margin: 32px 0;
}
.cid-tJme689MTi .mbr-section-title {
  color: #7b9591;
  text-align: center;
}
.cid-tJme689MTi .panel-title-edit {
  color: #3d4045;
}
.cid-tJme689MTi .panel-text {
  color: #3d4045;
}
.cid-tJm0n7AMsX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #7b9591;
  position: relative;
  overflow: hidden;
}
.cid-tJm0n7AMsX .container {
  max-width: 920px;
}
.cid-tJm0n7AMsX .border-container {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 500px;
  padding: 80px 60px;
  background-color: #7b9591;
  border: 1px solid rgba(123, 149, 145, 0.1);
}
@media (max-width: 991px) {
  .cid-tJm0n7AMsX .border-container {
    padding: 7% 5%;
  }
}
@media (max-width: 767px) {
  .cid-tJm0n7AMsX .border-container {
    padding: 8% 6%;
    min-height: 400px;
  }
}
@media (max-width: 575px) {
  .cid-tJm0n7AMsX .border-container {
    padding: 9% 7%;
    min-height: 350px;
  }
}
.cid-tJm0n7AMsX .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-tJm0n7AMsX .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-tJm0n7AMsX .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-tJm0n7AMsX .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-tJm0n7AMsX .border-frame {
  position: absolute;
  z-index: 5;
  width: 60px;
  aspect-ratio: 1;
  background-color: #7b9591;
  border-color: rgba(123, 149, 145, 0.1);
}
@media (max-width: 991px) {
  .cid-tJm0n7AMsX .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-tJm0n7AMsX .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-tJm0n7AMsX .border-frame {
    width: 7%;
  }
}
.cid-tJm0n7AMsX .mbr-section-title {
  color: #5b7d78;
  margin-bottom: 1rem !important;
}
.cid-tJm0n7AMsX .carousel,
.cid-tJm0n7AMsX .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tJm0n7AMsX .carousel-fade {
  transition: .8s all;
}
.cid-tJm0n7AMsX .item-wrapper {
  width: 100%;
  overflow: visible !important;
}
.cid-tJm0n7AMsX .carousel-caption {
  bottom: 0;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  margin-bottom: 0;
  text-align: center;
  padding: 0 !important;
}
.cid-tJm0n7AMsX .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tJm0n7AMsX .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .cid-tJm0n7AMsX .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tJm0n7AMsX .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tJm0n7AMsX .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tJm0n7AMsX .carousel-control {
  bottom: -90px !important;
  top: auto;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 24px;
  background-color: transparent;
  border: 1px solid #7b9591;
  color: #406962;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1;
}
.cid-tJm0n7AMsX .carousel-control.carousel-control-prev {
  right: calc(50% + 32px) !important;
  left: auto;
}
.cid-tJm0n7AMsX .carousel-control.carousel-control-next {
  left: calc(50% + 32px);
}
.cid-tJm0n7AMsX .carousel-control:hover {
  background: #7b9591;
  color: #fff;
}
.cid-tJm0n7AMsX .carousel-number {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  position: absolute;
  color: #406962;
  bottom: -90px !important;
  left: 50%;
  transform: translateX(-50%);
}
.cid-tJm0n7AMsX .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tJm0n7AMsX .carousel-inner {
  margin-bottom: 90px;
  overflow: visible !important;
}
.cid-tJm0n7AMsX .carousel-inner .item-menu-overlay {
  display: none !important;
  transition: 0s !important;
}
.cid-tJm0n7AMsX .line-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 50% 0;
  height: 1px;
  width: 1000%;
  background-color: rgba(123, 149, 145, 0.1);
}
.cid-tJm0n7AMsX .line-frame-1 {
  transform: rotate(30deg) translate(-50%, -50%);
}
.cid-tJm0n7AMsX .line-frame-2 {
  transform: rotate(60deg) translate(-50%, -50%);
}
.cid-tJm0n7AMsX .line-frame-3 {
  transform: rotate(90deg) translate(-50%, -50%);
}
.cid-tJm0n7AMsX .line-frame-4 {
  transform: rotate(120deg) translate(-50%, -50%);
}
.cid-tJm0n7AMsX .line-frame-5 {
  transform: rotate(150deg) translate(-50%, -50%);
}
.cid-tJm0n7AMsX .carousel-indicators {
  display: none !important;
}
.cid-tJg4RcwXCu {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tJg4RcwXCu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJg4RcwXCu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tJg4RcwXCu .container {
    padding: 0 16px;
  }
}
.cid-tJg4RcwXCu .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e7d8d6;
  margin: 40px 70px 40px 0;
  height: 290px;
  margin: 40px 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-tJg4RcwXCu .image-wrapper {
    margin: 40px 0 80px 0;
  }
}
@media (max-width: 992px) {
  .cid-tJg4RcwXCu .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tJg4RcwXCu .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tJg4RcwXCu .image-wrapper img {
    height: 300px;
  }
}
.cid-tJg4RcwXCu .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJg4RcwXCu .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tJg4RcwXCu .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJg4RcwXCu .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tJg4RcwXCu .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJg4RcwXCu .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tJg4RcwXCu .mbr-section-title,
.cid-tJg4RcwXCu .mbr-section-btn {
  color: #7b9591;
}
.cid-tJg4RcwXCu .mbr-list {
  color: #232323;
  margin-left: -15px;
}
.cid-tJg5I4jUPd {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tJg5I4jUPd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJg5I4jUPd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tJg5I4jUPd .container {
    padding: 0 16px;
  }
}
.cid-tJg5I4jUPd .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e2edec;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-tJg5I4jUPd .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tJg5I4jUPd .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tJg5I4jUPd .image-wrapper img {
    height: 300px;
  }
}
.cid-tJg5I4jUPd .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJg5I4jUPd .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tJg5I4jUPd .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJg5I4jUPd .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tJg5I4jUPd .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJg5I4jUPd .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tJg5I4jUPd .mbr-section-title,
.cid-tJg5I4jUPd .mbr-section-btn {
  color: #7b9591;
}
.cid-tJg5I4jUPd .mbr-list {
  color: #232323;
  margin-left: -15px;
}
.cid-tJlOp8cFKO {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbsr-kurs-zitat-1.webp");
  overflow: hidden;
}
.cid-tJlOp8cFKO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJlOp8cFKO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJlOp8cFKO .row {
  justify-content: left;
}
.cid-tJlOp8cFKO .content-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 80px 10%;
}
@media (max-width: 991px) {
  .cid-tJlOp8cFKO .content-container {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .cid-tJlOp8cFKO .content-container {
    flex-wrap: wrap;
    padding: 40px 0;
  }
}
.cid-tJlOp8cFKO .line-frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  display: none;
}
.cid-tJlOp8cFKO .line-frame-1 {
  top: calc(100% - 11px);
}
.cid-tJlOp8cFKO .line-frame-2 {
  bottom: calc(100% - 11px);
}
.cid-tJlOp8cFKO .point-frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 3px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.1);
  display: none;
}
.cid-tJlOp8cFKO .point-frame-1 {
  top: 19px;
}
.cid-tJlOp8cFKO .point-frame-2 {
  bottom: 19px;
}
.cid-tJlOp8cFKO .title-container {
  width: 60%;
  padding: 0 80px 0 0;
}
@media (max-width: 991px) {
  .cid-tJlOp8cFKO .title-container {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 767px) {
  .cid-tJlOp8cFKO .title-container {
    width: 100%;
    padding: 0;
  }
}
.cid-tJlOp8cFKO .text-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 40%;
  padding: 0 0 0 80px;
}
@media (max-width: 991px) {
  .cid-tJlOp8cFKO .text-container {
    padding: 0 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-tJlOp8cFKO .text-container {
    width: 100%;
    padding: 32px 0 0 0;
  }
}
.cid-tJlOp8cFKO .item-container {
  width: 100%;
}
.cid-tJlOp8cFKO .mbr-section-title {
  color: #BF9341;
  width: 100%;
}
.cid-tJlOp8cFKO .mbr-text {
  color: #f7e9e1;
  width: 100%;
}
.cid-tJlOp8cFKO .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .cid-tJlOp8cFKO .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tJfCGJ38cf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #5b7d78;
}
.cid-tJfCGJ38cf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJfCGJ38cf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tJfCGJ38cf .container {
    padding: 0 20px;
  }
}
.cid-tJfCGJ38cf .row {
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tJfCGJ38cf .row .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-tJfCGJ38cf .row .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tJfCGJ38cf .row .title-wrapper .mbr-desc {
  opacity: .5;
  margin-bottom: 16px;
}
.cid-tJfCGJ38cf .row .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tJfCGJ38cf .row .list {
  padding: 0;
  margin-bottom: 50px;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-tJfCGJ38cf .row .list {
    margin-bottom: 32px;
  }
}
.cid-tJfCGJ38cf .row .list .item-wrap {
  margin-bottom: 16px;
}
.cid-tJfCGJ38cf .row .list .item-wrap:hover {
  text-decoration: underline;
  color: #ddb7bd;
}
.cid-tJfCGJ38cf .row .copyright {
  opacity: .5;
  margin-bottom: 0;
}
.cid-tJfCGJ38cf .mbr-section-title {
  color: #e2edec;
}
.cid-tJfCGJ38cf .mbr-desc {
  color: #ffffff;
}
.cid-tJfCGJ38cf .mbr-text {
  color: #ffffff;
}
.cid-tJfCGJ38cf .list {
  color: #ffffff;
}
.cid-tJfCGJ38cf .copyright {
  color: #ffffff;
}
.cid-tPfHFfbxOl {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #7b9591;
}
.cid-tPfHFfbxOl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPfHFfbxOl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPfHFfbxOl .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-tPfHFfbxOl .bg-instagram:hover {
  background: #bd005c;
}
.cid-tPfHFfbxOl .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tPfHFfbxOl [class^="socicon-"]:before,
.cid-tPfHFfbxOl [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tPfHFfbxOl .mbr-section-title,
.cid-tPfHFfbxOl .social-list {
  color: #ffffff;
}
.cid-vb12cM4WSm .navbar-dropdown {
  background-color: #a34f8b !important;
  padding: 0;
}
.cid-vb12cM4WSm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #a34f8b !important;
  background: #a34f8b;
}
.cid-vb12cM4WSm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vb12cM4WSm .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vb12cM4WSm .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vb12cM4WSm .menu_box .navbar.opened,
  .cid-vb12cM4WSm .menu_box .navbar-collapse {
    background-color: #a34f8b !important;
    transition: all 0s ease 0s;
  }
}
.cid-vb12cM4WSm .navbar-dropdown {
  position: relative !important;
}
.cid-vb12cM4WSm .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vb12cM4WSm .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vb12cM4WSm .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vb12cM4WSm .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vb12cM4WSm .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vb12cM4WSm .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vb12cM4WSm .offcanvas-body .mbr-text,
  .cid-vb12cM4WSm .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vb12cM4WSm .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vb12cM4WSm .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vb12cM4WSm .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-vb12cM4WSm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vb12cM4WSm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vb12cM4WSm .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vb12cM4WSm .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vb12cM4WSm ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vb12cM4WSm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vb12cM4WSm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vb12cM4WSm .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vb12cM4WSm li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-vb12cM4WSm .lg_brand {
    margin: 0 1rem;
  }
  .cid-vb12cM4WSm .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vb12cM4WSm .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vb12cM4WSm .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vb12cM4WSm .nav-item {
    margin: 0 !important;
  }
}
.cid-vb12cM4WSm .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-vb12cM4WSm .nav-item .nav-link:hover,
.cid-vb12cM4WSm .nav-item .nav-link:focus {
  opacity: .8;
}
.cid-vb12cM4WSm .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vb12cM4WSm .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vb12cM4WSm .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vb12cM4WSm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vb12cM4WSm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vb12cM4WSm .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vb12cM4WSm .offcanvas_box {
    display: none;
  }
}
.cid-vb12cM4WSm .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vb12cM4WSm .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vb12cM4WSm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vb12cM4WSm .container {
  display: flex;
  margin: auto;
}
.cid-vb12cM4WSm .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vb12cM4WSm .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vb12cM4WSm .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vb12cM4WSm .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vb12cM4WSm .navbar-nav {
    margin: 0;
  }
}
.cid-vb12cM4WSm .dropdown-menu,
.cid-vb12cM4WSm .navbar.opened {
  background-color: false !important;
}
.cid-vb12cM4WSm .nav-item:focus,
.cid-vb12cM4WSm .nav-link:focus {
  outline: none;
}
.cid-vb12cM4WSm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vb12cM4WSm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vb12cM4WSm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vb12cM4WSm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vb12cM4WSm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vb12cM4WSm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vb12cM4WSm .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vb12cM4WSm .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vb12cM4WSm .navbar.opened {
  transition: all 0.3s;
}
.cid-vb12cM4WSm .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vb12cM4WSm .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vb12cM4WSm .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-vb12cM4WSm .navbar.collapsed {
  justify-content: center;
}
.cid-vb12cM4WSm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vb12cM4WSm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vb12cM4WSm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vb12cM4WSm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vb12cM4WSm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vb12cM4WSm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vb12cM4WSm .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vb12cM4WSm .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vb12cM4WSm .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vb12cM4WSm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vb12cM4WSm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vb12cM4WSm .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vb12cM4WSm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vb12cM4WSm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vb12cM4WSm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vb12cM4WSm .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vb12cM4WSm .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vb12cM4WSm .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vb12cM4WSm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vb12cM4WSm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vb12cM4WSm .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vb12cM4WSm .navbar.navbar-short {
  min-height: 60px;
}
.cid-vb12cM4WSm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vb12cM4WSm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vb12cM4WSm .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;
  letter-spacing: 0.25rem;
  z-index: 1;
}
.cid-vb12cM4WSm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vb12cM4WSm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vb12cM4WSm .dropdown-item.active,
.cid-vb12cM4WSm .dropdown-item:active {
  background-color: transparent;
}
.cid-vb12cM4WSm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vb12cM4WSm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vb12cM4WSm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vb12cM4WSm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vb12cM4WSm ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vb12cM4WSm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vb12cM4WSm button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #a34f8b;
  background: #a34f8b;
}
.cid-vb12cM4WSm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vb12cM4WSm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vb12cM4WSm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vb12cM4WSm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vb12cM4WSm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vb12cM4WSm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vb12cM4WSm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vb12cM4WSm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vb12cM4WSm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vb12cM4WSm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vb12cM4WSm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vb12cM4WSm .navbar {
    height: 70px;
  }
  .cid-vb12cM4WSm .navbar.opened {
    height: auto;
  }
  .cid-vb12cM4WSm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vb12cM4WSm .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vb12cM4WSm .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-vb12cM4WSm .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 170px;
}
.cid-vb12cM4WSm .mbr-section-btn-main .btn-primary .mbr-iconfont,
.cid-vb12cM4WSm .mbr-section-btn-main .btn-black .mbr-iconfont {
  color: #f7e9e1 !important;
}
.cid-vb12cM4WSm .navbar-caption:hover {
  color: #a34f8b;
}
@media (min-width: 992px) {
  .cid-vb12cM4WSm .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vb12cM4WSm .text_widget {
  margin-bottom: 32px;
}
.cid-vb12cM4WSm .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vb12cM4WSm .text_widget a:hover,
.cid-vb12cM4WSm .text_widget a:focus {
  opacity: .6;
}
.cid-vb12cM4WSm .icons-menu-main {
  display: flex;
}
.cid-vb12cM4WSm .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vb12cM4WSm .navbar-caption {
  color: #000000;
}
.cid-vb12cM4WSm .mbr-text {
  color: #9c9c9c;
  text-align: center;
}
.cid-vb12cM4WSm .mbr-section-subtitle,
.cid-vb12cM4WSm .text_widget,
.cid-vb12cM4WSm .mbr-section-btn {
  text-align: center;
}
.cid-vb12cM4WSm a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tJqU0kxr31 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #7b9591;
}
.cid-tJqU0kxr31 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJqU0kxr31 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tJqU0kxr31 .container {
    padding: 0 20px;
  }
}
.cid-tJqU0kxr31 .row {
  margin-top: -2px;
}
.cid-tJqU0kxr31 .card {
  padding: 0;
}
.cid-tJqU0kxr31 .image-wrapper img {
  height: 650px;
  width: 70%;
  object-fit: cover;
  border-bottom-right-radius: 45rem;
}
@media (max-width: 992px) {
  .cid-tJqU0kxr31 .image-wrapper img {
    height: 450px;
    width: 100%;
  }
}
.cid-tJqU0kxr31 .title-wrapper {
  padding: 0 64px 64px;
  margin-top: -4rem;
}
@media (max-width: 992px) {
  .cid-tJqU0kxr31 .title-wrapper {
    padding: 0 20px 50px;
  }
}
@media (max-width: 425px) {
  .cid-tJqU0kxr31 .title-wrapper {
    margin-top: -2rem;
  }
}
.cid-tJqU0kxr31 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tJqU0kxr31 .title-wrapper .text-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tJqU0kxr31 .title-wrapper .text-wrapper {
    display: block;
  }
}
.cid-tJqU0kxr31 .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
  width: 50%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tJqU0kxr31 .title-wrapper .text-wrapper .mbr-text {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-tJqU0kxr31 .title-wrapper .text-wrapper .mbr-section-btn {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tJqU0kxr31 .title-wrapper .text-wrapper .mbr-section-btn {
    width: 100%;
  }
}
.cid-tJqU0kxr31 .mbr-section-title {
  color: #ffffff;
}
.cid-tJqU0kxr31 .mbr-text {
  color: #ffffff;
}
.cid-tJqU0kxr31 .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-tJqU0kxr31 .mbr-section-btn {
    text-align: left;
  }
}
.cid-tJpQ1ZMHH1 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ece0df;
}
.cid-tJpQ1ZMHH1 .title-wrapper {
  margin: 0 10px 230px;
}
@media (max-width: 768px) {
  .cid-tJpQ1ZMHH1 .title-wrapper {
    margin: 0 30px 190px;
  }
}
.cid-tJpQ1ZMHH1 .title-wrapper .mbr-section-title {
  margin-bottom: 98px;
}
@media (max-width: 768px) {
  .cid-tJpQ1ZMHH1 .title-wrapper .mbr-section-title {
    margin-bottom: 33.6px;
  }
}
.cid-tJpQ1ZMHH1 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-tJpQ1ZMHH1 .text-wrapper {
  padding: 160px 160px;
  background: #ffffff;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tJpQ1ZMHH1 .text-wrapper {
    padding: 230px 91px;
  }
}
@media (max-width: 768px) {
  .cid-tJpQ1ZMHH1 .text-wrapper {
    padding: 320px 30px 120px;
  }
}
.cid-tJpQ1ZMHH1 .text-wrapper img {
  width: 465px;
  height: 400px;
  object-fit: cover;
  position: absolute;
  top: -30%;
  right: -22rem;
}
@media (max-width: 992px) {
  .cid-tJpQ1ZMHH1 .text-wrapper img {
    right: -12rem;
    width: 275px;
    height: 315px;
  }
}
@media (max-width: 767px) {
  .cid-tJpQ1ZMHH1 .text-wrapper img {
    right: 0;
    top: -12%;
  }
}
.cid-tJpQ1ZMHH1 .text-wrapper .mbr-text {
  margin-bottom: 24.5px;
}
@media (max-width: 768px) {
  .cid-tJpQ1ZMHH1 .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-tJpQ1ZMHH1 .text-wrapper .mbr-section-btn .btn {
  width: 137px;
  height: 66px;
  margin-top: 0;
  box-shadow: none;
}
.cid-tJpQ1ZMHH1 .text-wrapper .mbr-section-btn .btn:hover {
  box-shadow: none;
}
.cid-tJpQ1ZMHH1 .mbr-section-title {
  color: #7b9591;
}
.cid-tJpQ1ZMHH1 .mbr-section-subtitle {
  color: #1E1C21;
}
.cid-tJpQ1ZMHH1 .mbr-text {
  color: #1E1C21;
  font-weight: bold;
}
.cid-tJrcHWrKGG {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJrcHWrKGG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJrcHWrKGG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tJrcHWrKGG .container {
    padding: 0 16px;
  }
}
.cid-tJrcHWrKGG .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ece0df;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-tJrcHWrKGG .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tJrcHWrKGG .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tJrcHWrKGG .image-wrapper img {
    height: 300px;
  }
}
.cid-tJrcHWrKGG .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJrcHWrKGG .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tJrcHWrKGG .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJrcHWrKGG .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tJrcHWrKGG .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJrcHWrKGG .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tJrcHWrKGG .mbr-section-title,
.cid-tJrcHWrKGG .mbr-section-btn {
  color: #7b9591;
}
.cid-tJrdtKIzje {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJrdtKIzje .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJrdtKIzje .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJrdtKIzje .mbr-text,
.cid-tJrdtKIzje .mbr-section-btn {
  text-align: center;
}
.cid-tJrdtKIzje .mbr-section-title {
  text-align: left;
  color: #7b9591;
}
.cid-tJrdtKIzje .mbr-section-subtitle {
  color: #3d4045;
}
.cid-tJro0fWwdU {
  padding-top: 3rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tJro0fWwdU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJro0fWwdU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJro0fWwdU .cards-row {
  row-gap: 50px;
}
.cid-tJro0fWwdU .card-wrapper {
  display: flex;
  align-items: flex-start;
}
.cid-tJro0fWwdU .number-text {
  color: #e4d0cd;
  margin-right: 36px;
  word-break: normal;
  max-width: 50%;
}
.cid-tJro0fWwdU .card-box {
  padding-top: 4px;
}
.cid-tJro0fWwdU .card-title {
  color: #303030;
}
.cid-tJro0fWwdU .card-text {
  color: #303030;
  margin-top: 15px;
}
.cid-tJro0fWwdU .mbr-section-btn {
  margin-top: 7px;
}
.cid-tJpQ1ZnocQ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/tina-mai-zitat.webp");
  overflow: hidden;
}
.cid-tJpQ1ZnocQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJpQ1ZnocQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJpQ1ZnocQ .row {
  justify-content: left;
}
.cid-tJpQ1ZnocQ .content-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 80px 10%;
}
@media (max-width: 991px) {
  .cid-tJpQ1ZnocQ .content-container {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .cid-tJpQ1ZnocQ .content-container {
    flex-wrap: wrap;
    padding: 40px 0;
  }
}
.cid-tJpQ1ZnocQ .line-frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  display: none;
}
.cid-tJpQ1ZnocQ .line-frame-1 {
  top: calc(100% - 11px);
}
.cid-tJpQ1ZnocQ .line-frame-2 {
  bottom: calc(100% - 11px);
}
.cid-tJpQ1ZnocQ .point-frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 3px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.1);
  display: none;
}
.cid-tJpQ1ZnocQ .point-frame-1 {
  top: 19px;
}
.cid-tJpQ1ZnocQ .point-frame-2 {
  bottom: 19px;
}
.cid-tJpQ1ZnocQ .title-container {
  width: 60%;
  padding: 0 80px 0 0;
}
@media (max-width: 991px) {
  .cid-tJpQ1ZnocQ .title-container {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 767px) {
  .cid-tJpQ1ZnocQ .title-container {
    width: 100%;
    padding: 0;
  }
}
.cid-tJpQ1ZnocQ .text-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 40%;
  padding: 0 0 0 80px;
}
@media (max-width: 991px) {
  .cid-tJpQ1ZnocQ .text-container {
    padding: 0 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-tJpQ1ZnocQ .text-container {
    width: 100%;
    padding: 32px 0 0 0;
  }
}
.cid-tJpQ1ZnocQ .item-container {
  width: 100%;
}
.cid-tJpQ1ZnocQ .mbr-section-title {
  color: #BF9341;
  width: 100%;
}
.cid-tJpQ1ZnocQ .mbr-text {
  color: #ece0df;
  width: 100%;
}
.cid-tJpQ1ZnocQ .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .cid-tJpQ1ZnocQ .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tJpQ20gUbA {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJpQ20gUbA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJpQ20gUbA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJpQ20gUbA .mbr-text,
.cid-tJpQ20gUbA .mbr-section-btn {
  text-align: center;
}
.cid-tJpQ20gUbA .mbr-section-title {
  text-align: left;
  color: #7b9591;
}
.cid-tJpQ20CCHG {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tJpQ20CCHG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJpQ20CCHG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tJpQ20CCHG .container {
    padding: 0 16px;
  }
}
.cid-tJpQ20CCHG .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ece0df;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-tJpQ20CCHG .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tJpQ20CCHG .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tJpQ20CCHG .image-wrapper img {
    height: 300px;
  }
}
.cid-tJpQ20CCHG .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJpQ20CCHG .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tJpQ20CCHG .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJpQ20CCHG .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tJpQ20CCHG .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJpQ20CCHG .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tJpQ20CCHG .mbr-section-title,
.cid-tJpQ20CCHG .mbr-section-btn {
  color: #8b7395;
}
.cid-tJpQ218gYJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tJpQ218gYJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJpQ218gYJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tJpQ218gYJ .container {
    padding: 0 16px;
  }
}
.cid-tJpQ218gYJ .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e2edec;
  margin: 40px 70px 40px 0;
  height: 290px;
  margin: 40px 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-tJpQ218gYJ .image-wrapper {
    margin: 40px 0 80px 0;
  }
}
@media (max-width: 992px) {
  .cid-tJpQ218gYJ .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tJpQ218gYJ .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tJpQ218gYJ .image-wrapper img {
    height: 300px;
  }
}
.cid-tJpQ218gYJ .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJpQ218gYJ .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tJpQ218gYJ .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJpQ218gYJ .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tJpQ218gYJ .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJpQ218gYJ .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tJpQ218gYJ .mbr-section-title,
.cid-tJpQ218gYJ .mbr-section-btn {
  color: #8b7395;
}
.cid-tJpQ21ym7O {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tJpQ21ym7O .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJpQ21ym7O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tJpQ21ym7O .container {
    padding: 0 16px;
  }
}
.cid-tJpQ21ym7O .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ece0df;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-tJpQ21ym7O .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tJpQ21ym7O .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tJpQ21ym7O .image-wrapper img {
    height: 300px;
  }
}
.cid-tJpQ21ym7O .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJpQ21ym7O .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tJpQ21ym7O .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJpQ21ym7O .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tJpQ21ym7O .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJpQ21ym7O .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tJpQ21ym7O .mbr-section-title,
.cid-tJpQ21ym7O .mbr-section-btn {
  color: #8b7395;
}
.cid-tJpQ1YOQXL {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #e2edec;
}
.cid-tJpQ1YOQXL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJpQ1YOQXL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tJpQ1YOQXL .container {
    padding: 0 16px;
  }
}
.cid-tJpQ1YOQXL .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #7b9591;
  margin: 40px 70px 40px 0;
  height: 290px;
  margin: 40px 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-tJpQ1YOQXL .image-wrapper {
    margin: 40px 0 80px 0;
  }
}
@media (max-width: 992px) {
  .cid-tJpQ1YOQXL .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tJpQ1YOQXL .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tJpQ1YOQXL .image-wrapper img {
    height: 300px;
  }
}
.cid-tJpQ1YOQXL .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJpQ1YOQXL .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tJpQ1YOQXL .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJpQ1YOQXL .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tJpQ1YOQXL .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJpQ1YOQXL .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tJpQ1YOQXL .mbr-section-title,
.cid-tJpQ1YOQXL .mbr-section-btn {
  color: #7b9591;
}
.cid-tJpQ22MCuG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #5b7d78;
}
.cid-tJpQ22MCuG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJpQ22MCuG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tJpQ22MCuG .container {
    padding: 0 20px;
  }
}
.cid-tJpQ22MCuG .row {
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tJpQ22MCuG .row .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-tJpQ22MCuG .row .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tJpQ22MCuG .row .title-wrapper .mbr-desc {
  opacity: .5;
  margin-bottom: 16px;
}
.cid-tJpQ22MCuG .row .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tJpQ22MCuG .row .list {
  padding: 0;
  margin-bottom: 50px;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-tJpQ22MCuG .row .list {
    margin-bottom: 32px;
  }
}
.cid-tJpQ22MCuG .row .list .item-wrap {
  margin-bottom: 16px;
}
.cid-tJpQ22MCuG .row .list .item-wrap:hover {
  text-decoration: underline;
  color: #ddb7bd;
}
.cid-tJpQ22MCuG .row .copyright {
  opacity: .5;
  margin-bottom: 0;
}
.cid-tJpQ22MCuG .mbr-section-title {
  color: #e2edec;
}
.cid-tJpQ22MCuG .mbr-desc {
  color: #ffffff;
}
.cid-tJpQ22MCuG .mbr-text {
  color: #ffffff;
}
.cid-tJpQ22MCuG .list {
  color: #ffffff;
}
.cid-tJpQ22MCuG .copyright {
  color: #ffffff;
}
.cid-tPfHHzNEh1 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #7b9591;
}
.cid-tPfHHzNEh1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPfHHzNEh1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPfHHzNEh1 .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-tPfHHzNEh1 .bg-instagram:hover {
  background: #bd005c;
}
.cid-tPfHHzNEh1 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tPfHHzNEh1 [class^="socicon-"]:before,
.cid-tPfHHzNEh1 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tPfHHzNEh1 .mbr-section-title,
.cid-tPfHHzNEh1 .social-list {
  color: #ffffff;
}
.cid-vb12cM4WSm .navbar-dropdown {
  background-color: #a34f8b !important;
  padding: 0;
}
.cid-vb12cM4WSm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #a34f8b !important;
  background: #a34f8b;
}
.cid-vb12cM4WSm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vb12cM4WSm .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vb12cM4WSm .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vb12cM4WSm .menu_box .navbar.opened,
  .cid-vb12cM4WSm .menu_box .navbar-collapse {
    background-color: #a34f8b !important;
    transition: all 0s ease 0s;
  }
}
.cid-vb12cM4WSm .navbar-dropdown {
  position: relative !important;
}
.cid-vb12cM4WSm .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vb12cM4WSm .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vb12cM4WSm .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vb12cM4WSm .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vb12cM4WSm .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vb12cM4WSm .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vb12cM4WSm .offcanvas-body .mbr-text,
  .cid-vb12cM4WSm .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vb12cM4WSm .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vb12cM4WSm .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vb12cM4WSm .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-vb12cM4WSm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vb12cM4WSm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vb12cM4WSm .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vb12cM4WSm .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vb12cM4WSm ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vb12cM4WSm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vb12cM4WSm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vb12cM4WSm .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vb12cM4WSm li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-vb12cM4WSm .lg_brand {
    margin: 0 1rem;
  }
  .cid-vb12cM4WSm .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vb12cM4WSm .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vb12cM4WSm .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vb12cM4WSm .nav-item {
    margin: 0 !important;
  }
}
.cid-vb12cM4WSm .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-vb12cM4WSm .nav-item .nav-link:hover,
.cid-vb12cM4WSm .nav-item .nav-link:focus {
  opacity: .8;
}
.cid-vb12cM4WSm .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vb12cM4WSm .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vb12cM4WSm .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vb12cM4WSm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vb12cM4WSm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vb12cM4WSm .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vb12cM4WSm .offcanvas_box {
    display: none;
  }
}
.cid-vb12cM4WSm .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vb12cM4WSm .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vb12cM4WSm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vb12cM4WSm .container {
  display: flex;
  margin: auto;
}
.cid-vb12cM4WSm .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vb12cM4WSm .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vb12cM4WSm .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vb12cM4WSm .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vb12cM4WSm .navbar-nav {
    margin: 0;
  }
}
.cid-vb12cM4WSm .dropdown-menu,
.cid-vb12cM4WSm .navbar.opened {
  background-color: false !important;
}
.cid-vb12cM4WSm .nav-item:focus,
.cid-vb12cM4WSm .nav-link:focus {
  outline: none;
}
.cid-vb12cM4WSm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vb12cM4WSm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vb12cM4WSm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vb12cM4WSm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vb12cM4WSm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vb12cM4WSm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vb12cM4WSm .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vb12cM4WSm .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vb12cM4WSm .navbar.opened {
  transition: all 0.3s;
}
.cid-vb12cM4WSm .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vb12cM4WSm .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vb12cM4WSm .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-vb12cM4WSm .navbar.collapsed {
  justify-content: center;
}
.cid-vb12cM4WSm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vb12cM4WSm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vb12cM4WSm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vb12cM4WSm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vb12cM4WSm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vb12cM4WSm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vb12cM4WSm .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vb12cM4WSm .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vb12cM4WSm .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vb12cM4WSm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vb12cM4WSm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vb12cM4WSm .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vb12cM4WSm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vb12cM4WSm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vb12cM4WSm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vb12cM4WSm .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vb12cM4WSm .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vb12cM4WSm .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vb12cM4WSm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vb12cM4WSm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vb12cM4WSm .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vb12cM4WSm .navbar.navbar-short {
  min-height: 60px;
}
.cid-vb12cM4WSm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vb12cM4WSm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vb12cM4WSm .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;
  letter-spacing: 0.25rem;
  z-index: 1;
}
.cid-vb12cM4WSm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vb12cM4WSm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vb12cM4WSm .dropdown-item.active,
.cid-vb12cM4WSm .dropdown-item:active {
  background-color: transparent;
}
.cid-vb12cM4WSm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vb12cM4WSm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vb12cM4WSm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vb12cM4WSm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vb12cM4WSm ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vb12cM4WSm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vb12cM4WSm button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #a34f8b;
  background: #a34f8b;
}
.cid-vb12cM4WSm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vb12cM4WSm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vb12cM4WSm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vb12cM4WSm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vb12cM4WSm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vb12cM4WSm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vb12cM4WSm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vb12cM4WSm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vb12cM4WSm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vb12cM4WSm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vb12cM4WSm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vb12cM4WSm .navbar {
    height: 70px;
  }
  .cid-vb12cM4WSm .navbar.opened {
    height: auto;
  }
  .cid-vb12cM4WSm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vb12cM4WSm .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vb12cM4WSm .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-vb12cM4WSm .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 170px;
}
.cid-vb12cM4WSm .mbr-section-btn-main .btn-primary .mbr-iconfont,
.cid-vb12cM4WSm .mbr-section-btn-main .btn-black .mbr-iconfont {
  color: #f7e9e1 !important;
}
.cid-vb12cM4WSm .navbar-caption:hover {
  color: #a34f8b;
}
@media (min-width: 992px) {
  .cid-vb12cM4WSm .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vb12cM4WSm .text_widget {
  margin-bottom: 32px;
}
.cid-vb12cM4WSm .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vb12cM4WSm .text_widget a:hover,
.cid-vb12cM4WSm .text_widget a:focus {
  opacity: .6;
}
.cid-vb12cM4WSm .icons-menu-main {
  display: flex;
}
.cid-vb12cM4WSm .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vb12cM4WSm .navbar-caption {
  color: #000000;
}
.cid-vb12cM4WSm .mbr-text {
  color: #9c9c9c;
  text-align: center;
}
.cid-vb12cM4WSm .mbr-section-subtitle,
.cid-vb12cM4WSm .text_widget,
.cid-vb12cM4WSm .mbr-section-btn {
  text-align: center;
}
.cid-vb12cM4WSm a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vb1hpOrbV5 {
  padding-top: 9rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbsr-achtsamkeit.webp");
}
.cid-vb1hpOrbV5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb1hpOrbV5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb1hpOrbV5 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vb1hpOrbV5 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vb1hpOrbV5 .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vb1hpOrbV5 .text-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-vb1hpOrbV5 .mbr-section-title {
  color: #0f0f0f;
}
.cid-vb1hpOrbV5 .mbr-text {
  color: #ffffff;
}
.cid-vb1hpOrbV5 .mbr-section-title,
.cid-vb1hpOrbV5 .mbr-section-btn,
.cid-vb1hpOrbV5 .title-wrapper {
  color: #ffffff;
}
.cid-tJqI9VY7Ga {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tJqI9VY7Ga .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJqI9VY7Ga .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJqI9VY7Ga .mbr-text,
.cid-tJqI9VY7Ga .mbr-section-btn {
  text-align: left;
}
.cid-tJqI9VY7Ga .mbr-section-title {
  text-align: left;
  color: #7b9591;
}
.cid-tJqI9VY7Ga .mbr-list {
  color: #777777;
}
.cid-tJqI9Z9iqm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #5b7d78;
}
.cid-tJqI9Z9iqm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJqI9Z9iqm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tJqI9Z9iqm .container {
    padding: 0 20px;
  }
}
.cid-tJqI9Z9iqm .row {
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tJqI9Z9iqm .row .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-tJqI9Z9iqm .row .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tJqI9Z9iqm .row .title-wrapper .mbr-desc {
  opacity: .5;
  margin-bottom: 16px;
}
.cid-tJqI9Z9iqm .row .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tJqI9Z9iqm .row .list {
  padding: 0;
  margin-bottom: 50px;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-tJqI9Z9iqm .row .list {
    margin-bottom: 32px;
  }
}
.cid-tJqI9Z9iqm .row .list .item-wrap {
  margin-bottom: 16px;
}
.cid-tJqI9Z9iqm .row .list .item-wrap:hover {
  text-decoration: underline;
  color: #ddb7bd;
}
.cid-tJqI9Z9iqm .row .copyright {
  opacity: .5;
  margin-bottom: 0;
}
.cid-tJqI9Z9iqm .mbr-section-title {
  color: #e2edec;
}
.cid-tJqI9Z9iqm .mbr-desc {
  color: #ffffff;
}
.cid-tJqI9Z9iqm .mbr-text {
  color: #ffffff;
}
.cid-tJqI9Z9iqm .list {
  color: #ffffff;
}
.cid-tJqI9Z9iqm .copyright {
  color: #ffffff;
}
.cid-vb12cM4WSm .navbar-dropdown {
  background-color: #a34f8b !important;
  padding: 0;
}
.cid-vb12cM4WSm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #a34f8b !important;
  background: #a34f8b;
}
.cid-vb12cM4WSm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vb12cM4WSm .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vb12cM4WSm .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vb12cM4WSm .menu_box .navbar.opened,
  .cid-vb12cM4WSm .menu_box .navbar-collapse {
    background-color: #a34f8b !important;
    transition: all 0s ease 0s;
  }
}
.cid-vb12cM4WSm .navbar-dropdown {
  position: relative !important;
}
.cid-vb12cM4WSm .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vb12cM4WSm .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vb12cM4WSm .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vb12cM4WSm .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vb12cM4WSm .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vb12cM4WSm .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vb12cM4WSm .offcanvas-body .mbr-text,
  .cid-vb12cM4WSm .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vb12cM4WSm .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vb12cM4WSm .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vb12cM4WSm .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-vb12cM4WSm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vb12cM4WSm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vb12cM4WSm .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vb12cM4WSm .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vb12cM4WSm ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vb12cM4WSm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vb12cM4WSm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vb12cM4WSm .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vb12cM4WSm li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-vb12cM4WSm .lg_brand {
    margin: 0 1rem;
  }
  .cid-vb12cM4WSm .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vb12cM4WSm .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vb12cM4WSm .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vb12cM4WSm .nav-item {
    margin: 0 !important;
  }
}
.cid-vb12cM4WSm .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-vb12cM4WSm .nav-item .nav-link:hover,
.cid-vb12cM4WSm .nav-item .nav-link:focus {
  opacity: .8;
}
.cid-vb12cM4WSm .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vb12cM4WSm .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vb12cM4WSm .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vb12cM4WSm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vb12cM4WSm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vb12cM4WSm .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vb12cM4WSm .offcanvas_box {
    display: none;
  }
}
.cid-vb12cM4WSm .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vb12cM4WSm .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vb12cM4WSm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vb12cM4WSm .container {
  display: flex;
  margin: auto;
}
.cid-vb12cM4WSm .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vb12cM4WSm .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vb12cM4WSm .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vb12cM4WSm .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vb12cM4WSm .navbar-nav {
    margin: 0;
  }
}
.cid-vb12cM4WSm .dropdown-menu,
.cid-vb12cM4WSm .navbar.opened {
  background-color: false !important;
}
.cid-vb12cM4WSm .nav-item:focus,
.cid-vb12cM4WSm .nav-link:focus {
  outline: none;
}
.cid-vb12cM4WSm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vb12cM4WSm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vb12cM4WSm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vb12cM4WSm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vb12cM4WSm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vb12cM4WSm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vb12cM4WSm .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vb12cM4WSm .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vb12cM4WSm .navbar.opened {
  transition: all 0.3s;
}
.cid-vb12cM4WSm .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vb12cM4WSm .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vb12cM4WSm .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-vb12cM4WSm .navbar.collapsed {
  justify-content: center;
}
.cid-vb12cM4WSm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vb12cM4WSm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vb12cM4WSm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vb12cM4WSm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vb12cM4WSm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vb12cM4WSm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vb12cM4WSm .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vb12cM4WSm .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vb12cM4WSm .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vb12cM4WSm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vb12cM4WSm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vb12cM4WSm .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vb12cM4WSm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vb12cM4WSm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vb12cM4WSm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vb12cM4WSm .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vb12cM4WSm .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vb12cM4WSm .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vb12cM4WSm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vb12cM4WSm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vb12cM4WSm .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vb12cM4WSm .navbar.navbar-short {
  min-height: 60px;
}
.cid-vb12cM4WSm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vb12cM4WSm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vb12cM4WSm .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;
  letter-spacing: 0.25rem;
  z-index: 1;
}
.cid-vb12cM4WSm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vb12cM4WSm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vb12cM4WSm .dropdown-item.active,
.cid-vb12cM4WSm .dropdown-item:active {
  background-color: transparent;
}
.cid-vb12cM4WSm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vb12cM4WSm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vb12cM4WSm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vb12cM4WSm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vb12cM4WSm ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vb12cM4WSm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vb12cM4WSm button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #a34f8b;
  background: #a34f8b;
}
.cid-vb12cM4WSm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vb12cM4WSm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vb12cM4WSm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vb12cM4WSm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vb12cM4WSm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vb12cM4WSm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vb12cM4WSm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vb12cM4WSm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vb12cM4WSm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vb12cM4WSm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vb12cM4WSm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vb12cM4WSm .navbar {
    height: 70px;
  }
  .cid-vb12cM4WSm .navbar.opened {
    height: auto;
  }
  .cid-vb12cM4WSm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vb12cM4WSm .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vb12cM4WSm .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-vb12cM4WSm .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 170px;
}
.cid-vb12cM4WSm .mbr-section-btn-main .btn-primary .mbr-iconfont,
.cid-vb12cM4WSm .mbr-section-btn-main .btn-black .mbr-iconfont {
  color: #f7e9e1 !important;
}
.cid-vb12cM4WSm .navbar-caption:hover {
  color: #a34f8b;
}
@media (min-width: 992px) {
  .cid-vb12cM4WSm .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vb12cM4WSm .text_widget {
  margin-bottom: 32px;
}
.cid-vb12cM4WSm .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vb12cM4WSm .text_widget a:hover,
.cid-vb12cM4WSm .text_widget a:focus {
  opacity: .6;
}
.cid-vb12cM4WSm .icons-menu-main {
  display: flex;
}
.cid-vb12cM4WSm .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vb12cM4WSm .navbar-caption {
  color: #000000;
}
.cid-vb12cM4WSm .mbr-text {
  color: #9c9c9c;
  text-align: center;
}
.cid-vb12cM4WSm .mbr-section-subtitle,
.cid-vb12cM4WSm .text_widget,
.cid-vb12cM4WSm .mbr-section-btn {
  text-align: center;
}
.cid-vb12cM4WSm a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vb1gIEvsWp {
  padding-top: 9rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbsr-achtsamkeit.webp");
}
.cid-vb1gIEvsWp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb1gIEvsWp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb1gIEvsWp .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vb1gIEvsWp .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vb1gIEvsWp .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vb1gIEvsWp .text-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-vb1gIEvsWp .mbr-section-title {
  color: #0f0f0f;
}
.cid-vb1gIEvsWp .mbr-text {
  color: #ffffff;
}
.cid-vb1gIEvsWp .mbr-section-title,
.cid-vb1gIEvsWp .mbr-section-btn,
.cid-vb1gIEvsWp .title-wrapper {
  color: #ffffff;
}
.cid-tJqNEdXUAm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tJqNEdXUAm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJqNEdXUAm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJqNEdXUAm .mbr-text,
.cid-tJqNEdXUAm .mbr-section-btn {
  text-align: left;
}
.cid-tJqNEdXUAm .mbr-section-title {
  text-align: left;
  color: #7b9591;
}
.cid-tJqNEdXUAm .mbr-list {
  color: #777777;
}
.cid-tJqNEebGQ5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #5b7d78;
}
.cid-tJqNEebGQ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJqNEebGQ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tJqNEebGQ5 .container {
    padding: 0 20px;
  }
}
.cid-tJqNEebGQ5 .row {
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tJqNEebGQ5 .row .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-tJqNEebGQ5 .row .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tJqNEebGQ5 .row .title-wrapper .mbr-desc {
  opacity: .5;
  margin-bottom: 16px;
}
.cid-tJqNEebGQ5 .row .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tJqNEebGQ5 .row .list {
  padding: 0;
  margin-bottom: 50px;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-tJqNEebGQ5 .row .list {
    margin-bottom: 32px;
  }
}
.cid-tJqNEebGQ5 .row .list .item-wrap {
  margin-bottom: 16px;
}
.cid-tJqNEebGQ5 .row .list .item-wrap:hover {
  text-decoration: underline;
  color: #ddb7bd;
}
.cid-tJqNEebGQ5 .row .copyright {
  opacity: .5;
  margin-bottom: 0;
}
.cid-tJqNEebGQ5 .mbr-section-title {
  color: #e2edec;
}
.cid-tJqNEebGQ5 .mbr-desc {
  color: #ffffff;
}
.cid-tJqNEebGQ5 .mbr-text {
  color: #ffffff;
}
.cid-tJqNEebGQ5 .list {
  color: #ffffff;
}
.cid-tJqNEebGQ5 .copyright {
  color: #ffffff;
}
.cid-vb1nsmmhSL {
  background-image: url("../../../assets/images/tina-mai-newsletter.webp");
}
.cid-vb1nsmmhSL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb1nsmmhSL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb1nsmmhSL .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vb1nsmmhSL .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vb1nsmmhSL .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vb1nsmmhSL .text-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-vb1nsmmhSL .mbr-section-title {
  color: #0f0f0f;
}
.cid-vb1nsmmhSL .mbr-text {
  color: #ffffff;
}
.cid-vb1nsmmhSL .mbr-section-title,
.cid-vb1nsmmhSL .mbr-section-btn,
.cid-vb1nsmmhSL .title-wrapper {
  color: #ffffff;
}
.cid-tJeOhrNZhR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #5b7d78;
}
.cid-tJeOhrNZhR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJeOhrNZhR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tJeOhrNZhR .container {
    padding: 0 20px;
  }
}
.cid-tJeOhrNZhR .row {
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tJeOhrNZhR .row .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-tJeOhrNZhR .row .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tJeOhrNZhR .row .title-wrapper .mbr-desc {
  opacity: .5;
  margin-bottom: 16px;
}
.cid-tJeOhrNZhR .row .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tJeOhrNZhR .row .list {
  padding: 0;
  margin-bottom: 50px;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-tJeOhrNZhR .row .list {
    margin-bottom: 32px;
  }
}
.cid-tJeOhrNZhR .row .list .item-wrap {
  margin-bottom: 16px;
}
.cid-tJeOhrNZhR .row .list .item-wrap:hover {
  text-decoration: underline;
  color: #ddb7bd;
}
.cid-tJeOhrNZhR .row .copyright {
  opacity: .5;
  margin-bottom: 0;
}
.cid-tJeOhrNZhR .mbr-section-title {
  color: #e2edec;
}
.cid-tJeOhrNZhR .mbr-desc {
  color: #ffffff;
}
.cid-tJeOhrNZhR .mbr-text {
  color: #ffffff;
}
.cid-tJeOhrNZhR .list {
  color: #ffffff;
}
.cid-tJeOhrNZhR .copyright {
  color: #ffffff;
}
.cid-tPfHMXk3gO {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #7b9591;
}
.cid-tPfHMXk3gO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPfHMXk3gO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPfHMXk3gO .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-tPfHMXk3gO .bg-instagram:hover {
  background: #bd005c;
}
.cid-tPfHMXk3gO .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tPfHMXk3gO [class^="socicon-"]:before,
.cid-tPfHMXk3gO [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tPfHMXk3gO .mbr-section-title,
.cid-tPfHMXk3gO .social-list {
  color: #ffffff;
}
.cid-vb1nJvcQ2R {
  background-image: url("../../../assets/images/tina-mai-newsletter.webp");
}
.cid-vb1nJvcQ2R .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb1nJvcQ2R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb1nJvcQ2R .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vb1nJvcQ2R .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vb1nJvcQ2R .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vb1nJvcQ2R .text-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-vb1nJvcQ2R .mbr-section-title {
  color: #0f0f0f;
}
.cid-vb1nJvcQ2R .mbr-text {
  color: #ffffff;
}
.cid-vb1nJvcQ2R .mbr-section-title,
.cid-vb1nJvcQ2R .mbr-section-btn,
.cid-vb1nJvcQ2R .title-wrapper {
  color: #ffffff;
}
.cid-tJObbBzM93 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #5b7d78;
}
.cid-tJObbBzM93 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJObbBzM93 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tJObbBzM93 .container {
    padding: 0 20px;
  }
}
.cid-tJObbBzM93 .row {
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tJObbBzM93 .row .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-tJObbBzM93 .row .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tJObbBzM93 .row .title-wrapper .mbr-desc {
  opacity: .5;
  margin-bottom: 16px;
}
.cid-tJObbBzM93 .row .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tJObbBzM93 .row .list {
  padding: 0;
  margin-bottom: 50px;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-tJObbBzM93 .row .list {
    margin-bottom: 32px;
  }
}
.cid-tJObbBzM93 .row .list .item-wrap {
  margin-bottom: 16px;
}
.cid-tJObbBzM93 .row .list .item-wrap:hover {
  text-decoration: underline;
  color: #ddb7bd;
}
.cid-tJObbBzM93 .row .copyright {
  opacity: .5;
  margin-bottom: 0;
}
.cid-tJObbBzM93 .mbr-section-title {
  color: #e2edec;
}
.cid-tJObbBzM93 .mbr-desc {
  color: #ffffff;
}
.cid-tJObbBzM93 .mbr-text {
  color: #ffffff;
}
.cid-tJObbBzM93 .list {
  color: #ffffff;
}
.cid-tJObbBzM93 .copyright {
  color: #ffffff;
}
.cid-tPfHQzAvYB {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #7b9591;
}
.cid-tPfHQzAvYB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPfHQzAvYB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPfHQzAvYB .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-tPfHQzAvYB .bg-instagram:hover {
  background: #bd005c;
}
.cid-tPfHQzAvYB .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tPfHQzAvYB [class^="socicon-"]:before,
.cid-tPfHQzAvYB [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tPfHQzAvYB .mbr-section-title,
.cid-tPfHQzAvYB .social-list {
  color: #ffffff;
}
.cid-vb12cM4WSm .navbar-dropdown {
  background-color: #a34f8b !important;
  padding: 0;
}
.cid-vb12cM4WSm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #a34f8b !important;
  background: #a34f8b;
}
.cid-vb12cM4WSm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vb12cM4WSm .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vb12cM4WSm .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vb12cM4WSm .menu_box .navbar.opened,
  .cid-vb12cM4WSm .menu_box .navbar-collapse {
    background-color: #a34f8b !important;
    transition: all 0s ease 0s;
  }
}
.cid-vb12cM4WSm .navbar-dropdown {
  position: relative !important;
}
.cid-vb12cM4WSm .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vb12cM4WSm .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vb12cM4WSm .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vb12cM4WSm .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vb12cM4WSm .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vb12cM4WSm .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vb12cM4WSm .offcanvas-body .mbr-text,
  .cid-vb12cM4WSm .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vb12cM4WSm .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vb12cM4WSm .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vb12cM4WSm .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-vb12cM4WSm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vb12cM4WSm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vb12cM4WSm .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vb12cM4WSm .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vb12cM4WSm ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vb12cM4WSm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vb12cM4WSm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vb12cM4WSm .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vb12cM4WSm li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-vb12cM4WSm .lg_brand {
    margin: 0 1rem;
  }
  .cid-vb12cM4WSm .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vb12cM4WSm .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vb12cM4WSm .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vb12cM4WSm .nav-item {
    margin: 0 !important;
  }
}
.cid-vb12cM4WSm .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-vb12cM4WSm .nav-item .nav-link:hover,
.cid-vb12cM4WSm .nav-item .nav-link:focus {
  opacity: .8;
}
.cid-vb12cM4WSm .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vb12cM4WSm .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vb12cM4WSm .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vb12cM4WSm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vb12cM4WSm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vb12cM4WSm .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vb12cM4WSm .offcanvas_box {
    display: none;
  }
}
.cid-vb12cM4WSm .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vb12cM4WSm .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vb12cM4WSm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vb12cM4WSm .container {
  display: flex;
  margin: auto;
}
.cid-vb12cM4WSm .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vb12cM4WSm .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vb12cM4WSm .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vb12cM4WSm .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vb12cM4WSm .navbar-nav {
    margin: 0;
  }
}
.cid-vb12cM4WSm .dropdown-menu,
.cid-vb12cM4WSm .navbar.opened {
  background-color: false !important;
}
.cid-vb12cM4WSm .nav-item:focus,
.cid-vb12cM4WSm .nav-link:focus {
  outline: none;
}
.cid-vb12cM4WSm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vb12cM4WSm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vb12cM4WSm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vb12cM4WSm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vb12cM4WSm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vb12cM4WSm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vb12cM4WSm .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vb12cM4WSm .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vb12cM4WSm .navbar.opened {
  transition: all 0.3s;
}
.cid-vb12cM4WSm .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vb12cM4WSm .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vb12cM4WSm .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-vb12cM4WSm .navbar.collapsed {
  justify-content: center;
}
.cid-vb12cM4WSm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vb12cM4WSm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vb12cM4WSm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vb12cM4WSm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vb12cM4WSm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vb12cM4WSm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vb12cM4WSm .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vb12cM4WSm .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vb12cM4WSm .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vb12cM4WSm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vb12cM4WSm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vb12cM4WSm .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vb12cM4WSm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vb12cM4WSm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vb12cM4WSm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vb12cM4WSm .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vb12cM4WSm .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vb12cM4WSm .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vb12cM4WSm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vb12cM4WSm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vb12cM4WSm .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vb12cM4WSm .navbar.navbar-short {
  min-height: 60px;
}
.cid-vb12cM4WSm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vb12cM4WSm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vb12cM4WSm .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;
  letter-spacing: 0.25rem;
  z-index: 1;
}
.cid-vb12cM4WSm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vb12cM4WSm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vb12cM4WSm .dropdown-item.active,
.cid-vb12cM4WSm .dropdown-item:active {
  background-color: transparent;
}
.cid-vb12cM4WSm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vb12cM4WSm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vb12cM4WSm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vb12cM4WSm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vb12cM4WSm ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vb12cM4WSm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vb12cM4WSm button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #a34f8b;
  background: #a34f8b;
}
.cid-vb12cM4WSm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vb12cM4WSm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vb12cM4WSm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vb12cM4WSm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vb12cM4WSm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vb12cM4WSm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vb12cM4WSm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vb12cM4WSm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vb12cM4WSm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vb12cM4WSm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vb12cM4WSm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vb12cM4WSm .navbar {
    height: 70px;
  }
  .cid-vb12cM4WSm .navbar.opened {
    height: auto;
  }
  .cid-vb12cM4WSm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vb12cM4WSm .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vb12cM4WSm .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-vb12cM4WSm .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 170px;
}
.cid-vb12cM4WSm .mbr-section-btn-main .btn-primary .mbr-iconfont,
.cid-vb12cM4WSm .mbr-section-btn-main .btn-black .mbr-iconfont {
  color: #f7e9e1 !important;
}
.cid-vb12cM4WSm .navbar-caption:hover {
  color: #a34f8b;
}
@media (min-width: 992px) {
  .cid-vb12cM4WSm .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vb12cM4WSm .text_widget {
  margin-bottom: 32px;
}
.cid-vb12cM4WSm .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vb12cM4WSm .text_widget a:hover,
.cid-vb12cM4WSm .text_widget a:focus {
  opacity: .6;
}
.cid-vb12cM4WSm .icons-menu-main {
  display: flex;
}
.cid-vb12cM4WSm .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vb12cM4WSm .navbar-caption {
  color: #000000;
}
.cid-vb12cM4WSm .mbr-text {
  color: #9c9c9c;
  text-align: center;
}
.cid-vb12cM4WSm .mbr-section-subtitle,
.cid-vb12cM4WSm .text_widget,
.cid-vb12cM4WSm .mbr-section-btn {
  text-align: center;
}
.cid-vb12cM4WSm a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vb1m3fffHo {
  background-image: url("../../../assets/images/mbsr-kurs-kaufen-1.webp");
}
.cid-vb1m3fffHo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb1m3fffHo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb1m3fffHo .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vb1m3fffHo .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vb1m3fffHo .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vb1m3fffHo .text-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-vb1m3fffHo .mbr-section-title {
  color: #0f0f0f;
}
.cid-vb1m3fffHo .mbr-text {
  color: #ffffff;
}
.cid-vb1m3fffHo .mbr-section-title,
.cid-vb1m3fffHo .mbr-section-btn,
.cid-vb1m3fffHo .title-wrapper {
  color: #ffffff;
}
.cid-tKtW4Op7MW {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tKtW4Op7MW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKtW4Op7MW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tKtW4Op7MW .container {
    padding: 0 16px;
  }
}
.cid-tKtW4Op7MW .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e2edec;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-tKtW4Op7MW .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tKtW4Op7MW .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tKtW4Op7MW .image-wrapper img {
    height: 300px;
  }
}
.cid-tKtW4Op7MW .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tKtW4Op7MW .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tKtW4Op7MW .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tKtW4Op7MW .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tKtW4Op7MW .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tKtW4Op7MW .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tKtW4Op7MW .mbr-section-title,
.cid-tKtW4Op7MW .mbr-section-btn {
  color: #95839c;
}
.cid-tKtW4Op7MW .mbr-text {
  color: #7b9591;
}
.cid-tKtRUXqdhw {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tKtRUXqdhw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKtRUXqdhw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tKtRUXqdhw .container {
    padding: 0 16px;
  }
}
.cid-tKtRUXqdhw .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e7d8d6;
  margin: 40px 70px 40px 0;
  height: 290px;
  margin: 40px 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-tKtRUXqdhw .image-wrapper {
    margin: 40px 0 80px 0;
  }
}
@media (max-width: 992px) {
  .cid-tKtRUXqdhw .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tKtRUXqdhw .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tKtRUXqdhw .image-wrapper img {
    height: 300px;
  }
}
.cid-tKtRUXqdhw .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tKtRUXqdhw .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tKtRUXqdhw .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tKtRUXqdhw .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tKtRUXqdhw .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tKtRUXqdhw .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tKtRUXqdhw .mbr-section-title,
.cid-tKtRUXqdhw .mbr-section-btn {
  color: #95839c;
}
.cid-tKtRUXqdhw .mbr-list {
  color: #232323;
  margin-left: -15px;
}
.cid-tKnMcLDPPk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbsr-kurs-fragen.webp");
}
.cid-tKnMcLDPPk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKnMcLDPPk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKnMcLDPPk .container,
.cid-tKnMcLDPPk .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tKnMcLDPPk .container,
  .cid-tKnMcLDPPk .container-fluid {
    padding: 0 20px;
  }
}
.cid-tKnMcLDPPk .row {
  position: relative;
  padding: 100px 26px;
  overflow: hidden;
  margin: 0;
  border-radius: 0px;
  background-color: #e2edec;
}
@media (max-width: 992px) {
  .cid-tKnMcLDPPk .row {
    padding: 85px 8px;
    margin: 0;
  }
}
.cid-tKnMcLDPPk .title-wrapper {
  margin-bottom: 85px;
}
@media (max-width: 992px) {
  .cid-tKnMcLDPPk .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tKnMcLDPPk .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tKnMcLDPPk .panel-group {
  padding: 0 20%;
}
@media (max-width: 992px) {
  .cid-tKnMcLDPPk .panel-group {
    padding: 0 12px;
  }
}
.cid-tKnMcLDPPk .panel-group .card {
  border-radius: 0;
}
.cid-tKnMcLDPPk .panel-group .card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-tKnMcLDPPk .panel-group .card .card-header {
    padding: 15px 0;
  }
}
.cid-tKnMcLDPPk .panel-group .card .card-header .panel-title {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #3d4045;
}
.cid-tKnMcLDPPk .panel-group .card .card-header .panel-title:not(.collapsed) {
  border-bottom: 1px solid #7b9591;
}
.cid-tKnMcLDPPk .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #7b9591;
}
.cid-tKnMcLDPPk .panel-group .card .card-header .panel-title:hover,
.cid-tKnMcLDPPk .panel-group .card .card-header .panel-title:focus {
  border-bottom: 1px solid #7b9591;
}
.cid-tKnMcLDPPk .panel-group .card .card-header .panel-title:hover .panel-title-edit,
.cid-tKnMcLDPPk .panel-group .card .card-header .panel-title:focus .panel-title-edit {
  color: #7b9591;
}
.cid-tKnMcLDPPk .panel-group .card .card-header .panel-title .panel-title-edit {
  margin: 0;
  transition: all 0.3s ease-out;
}
.cid-tKnMcLDPPk .panel-group .card .panel-collapse .panel-body .panel-text {
  margin: 32px 0;
}
.cid-tKnMcLDPPk .mbr-section-title {
  color: #7b9591;
  text-align: center;
}
.cid-tKnMcLDPPk .panel-title-edit {
  color: #3d4045;
}
.cid-tKnMcLDPPk .panel-text {
  color: #3d4045;
}
.cid-tKnMcMYrfe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #5b7d78;
}
.cid-tKnMcMYrfe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKnMcMYrfe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tKnMcMYrfe .container {
    padding: 0 20px;
  }
}
.cid-tKnMcMYrfe .row {
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tKnMcMYrfe .row .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-tKnMcMYrfe .row .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tKnMcMYrfe .row .title-wrapper .mbr-desc {
  opacity: .5;
  margin-bottom: 16px;
}
.cid-tKnMcMYrfe .row .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tKnMcMYrfe .row .list {
  padding: 0;
  margin-bottom: 50px;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-tKnMcMYrfe .row .list {
    margin-bottom: 32px;
  }
}
.cid-tKnMcMYrfe .row .list .item-wrap {
  margin-bottom: 16px;
}
.cid-tKnMcMYrfe .row .list .item-wrap:hover {
  text-decoration: underline;
  color: #ddb7bd;
}
.cid-tKnMcMYrfe .row .copyright {
  opacity: .5;
  margin-bottom: 0;
}
.cid-tKnMcMYrfe .mbr-section-title {
  color: #e2edec;
}
.cid-tKnMcMYrfe .mbr-desc {
  color: #ffffff;
}
.cid-tKnMcMYrfe .mbr-text {
  color: #ffffff;
}
.cid-tKnMcMYrfe .list {
  color: #ffffff;
}
.cid-tKnMcMYrfe .copyright {
  color: #ffffff;
}
.cid-tPfHUpSy9Z {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #7b9591;
}
.cid-tPfHUpSy9Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPfHUpSy9Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPfHUpSy9Z .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-tPfHUpSy9Z .bg-instagram:hover {
  background: #bd005c;
}
.cid-tPfHUpSy9Z .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tPfHUpSy9Z [class^="socicon-"]:before,
.cid-tPfHUpSy9Z [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tPfHUpSy9Z .mbr-section-title,
.cid-tPfHUpSy9Z .social-list {
  color: #ffffff;
}
.cid-vb1A2quK4e .navbar-dropdown {
  background-color: #a34f8b !important;
  padding: 0;
}
.cid-vb1A2quK4e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #a34f8b !important;
  background: #a34f8b;
}
.cid-vb1A2quK4e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vb1A2quK4e .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vb1A2quK4e .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vb1A2quK4e .menu_box .navbar.opened,
  .cid-vb1A2quK4e .menu_box .navbar-collapse {
    background-color: #a34f8b !important;
    transition: all 0s ease 0s;
  }
}
.cid-vb1A2quK4e .navbar-dropdown {
  position: relative !important;
}
.cid-vb1A2quK4e .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vb1A2quK4e .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vb1A2quK4e .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vb1A2quK4e .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vb1A2quK4e .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vb1A2quK4e .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vb1A2quK4e .offcanvas-body .mbr-text,
  .cid-vb1A2quK4e .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vb1A2quK4e .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vb1A2quK4e .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vb1A2quK4e .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-vb1A2quK4e .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vb1A2quK4e .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vb1A2quK4e .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vb1A2quK4e .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vb1A2quK4e ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vb1A2quK4e .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vb1A2quK4e .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vb1A2quK4e .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vb1A2quK4e li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-vb1A2quK4e .lg_brand {
    margin: 0 1rem;
  }
  .cid-vb1A2quK4e .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vb1A2quK4e .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vb1A2quK4e .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vb1A2quK4e .nav-item {
    margin: 0 !important;
  }
}
.cid-vb1A2quK4e .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-vb1A2quK4e .nav-item .nav-link:hover,
.cid-vb1A2quK4e .nav-item .nav-link:focus {
  opacity: .8;
}
.cid-vb1A2quK4e .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vb1A2quK4e .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vb1A2quK4e .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vb1A2quK4e .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vb1A2quK4e .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vb1A2quK4e .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vb1A2quK4e .offcanvas_box {
    display: none;
  }
}
.cid-vb1A2quK4e .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vb1A2quK4e .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vb1A2quK4e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vb1A2quK4e .container {
  display: flex;
  margin: auto;
}
.cid-vb1A2quK4e .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vb1A2quK4e .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vb1A2quK4e .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vb1A2quK4e .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vb1A2quK4e .navbar-nav {
    margin: 0;
  }
}
.cid-vb1A2quK4e .dropdown-menu,
.cid-vb1A2quK4e .navbar.opened {
  background-color: false !important;
}
.cid-vb1A2quK4e .nav-item:focus,
.cid-vb1A2quK4e .nav-link:focus {
  outline: none;
}
.cid-vb1A2quK4e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vb1A2quK4e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vb1A2quK4e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vb1A2quK4e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vb1A2quK4e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vb1A2quK4e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vb1A2quK4e .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vb1A2quK4e .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vb1A2quK4e .navbar.opened {
  transition: all 0.3s;
}
.cid-vb1A2quK4e .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vb1A2quK4e .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vb1A2quK4e .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-vb1A2quK4e .navbar.collapsed {
  justify-content: center;
}
.cid-vb1A2quK4e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vb1A2quK4e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vb1A2quK4e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vb1A2quK4e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vb1A2quK4e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vb1A2quK4e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vb1A2quK4e .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vb1A2quK4e .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vb1A2quK4e .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vb1A2quK4e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vb1A2quK4e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vb1A2quK4e .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vb1A2quK4e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vb1A2quK4e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vb1A2quK4e .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vb1A2quK4e .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vb1A2quK4e .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vb1A2quK4e .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vb1A2quK4e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vb1A2quK4e .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vb1A2quK4e .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vb1A2quK4e .navbar.navbar-short {
  min-height: 60px;
}
.cid-vb1A2quK4e .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vb1A2quK4e .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vb1A2quK4e .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;
  letter-spacing: 0.25rem;
  z-index: 1;
}
.cid-vb1A2quK4e .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vb1A2quK4e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vb1A2quK4e .dropdown-item.active,
.cid-vb1A2quK4e .dropdown-item:active {
  background-color: transparent;
}
.cid-vb1A2quK4e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vb1A2quK4e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vb1A2quK4e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vb1A2quK4e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vb1A2quK4e ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vb1A2quK4e .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vb1A2quK4e button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #a34f8b;
  background: #a34f8b;
}
.cid-vb1A2quK4e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vb1A2quK4e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vb1A2quK4e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vb1A2quK4e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vb1A2quK4e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vb1A2quK4e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vb1A2quK4e nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vb1A2quK4e nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vb1A2quK4e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vb1A2quK4e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vb1A2quK4e .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vb1A2quK4e .navbar {
    height: 70px;
  }
  .cid-vb1A2quK4e .navbar.opened {
    height: auto;
  }
  .cid-vb1A2quK4e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vb1A2quK4e .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vb1A2quK4e .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-vb1A2quK4e .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 170px;
}
.cid-vb1A2quK4e .mbr-section-btn-main .btn-primary .mbr-iconfont,
.cid-vb1A2quK4e .mbr-section-btn-main .btn-black .mbr-iconfont {
  color: #f7e9e1 !important;
}
.cid-vb1A2quK4e .navbar-caption:hover {
  color: #a34f8b;
}
@media (min-width: 992px) {
  .cid-vb1A2quK4e .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vb1A2quK4e .text_widget {
  margin-bottom: 32px;
}
.cid-vb1A2quK4e .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vb1A2quK4e .text_widget a:hover,
.cid-vb1A2quK4e .text_widget a:focus {
  opacity: .6;
}
.cid-vb1A2quK4e .icons-menu-main {
  display: flex;
}
.cid-vb1A2quK4e .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vb1A2quK4e .navbar-caption {
  color: #000000;
}
.cid-vb1A2quK4e .mbr-text {
  color: #9c9c9c;
  text-align: center;
}
.cid-vb1A2quK4e .mbr-section-subtitle,
.cid-vb1A2quK4e .text_widget,
.cid-vb1A2quK4e .mbr-section-btn {
  text-align: center;
}
.cid-vb1A2quK4e a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vb1A2qX7fR {
  background-image: url("../../../assets/images/jahreskurs-achtsamkeit-1.webp");
}
.cid-vb1A2qX7fR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb1A2qX7fR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb1A2qX7fR .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vb1A2qX7fR .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vb1A2qX7fR .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vb1A2qX7fR .text-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-vb1A2qX7fR .mbr-section-title {
  color: #0f0f0f;
}
.cid-vb1A2qX7fR .mbr-text {
  color: #ffffff;
}
.cid-vb1A2qX7fR .mbr-section-title,
.cid-vb1A2qX7fR .mbr-section-btn,
.cid-vb1A2qX7fR .title-wrapper {
  color: #ffffff;
}
.cid-vb7bUXt0F1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vb7bUXt0F1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb7bUXt0F1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb7bUXt0F1 .row {
  justify-content: space-between;
}
.cid-vb7bUXt0F1 .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-vb7bUXt0F1 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vb7bUXt0F1 .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-vb7bUXt0F1 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vb7bUXt0F1 .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vb7bUXt0F1 .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vb7bUXt0F1 .mbr-label {
  color: #000000;
}
.cid-vb7bUXt0F1 .mbr-section-title {
  color: #7b9591;
}
.cid-vb7bUXt0F1 .mbr-desc {
  color: #232323;
}
.cid-vb7bUXt0F1 .mbr-text {
  color: #8a8a8a;
}
.cid-vb7bUXt0F1 .mbr-text,
.cid-vb7bUXt0F1 .mbr-section-btn {
  color: #232323;
}
.cid-vb8Yms9ecw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e2edec;
}
.cid-vb8Yms9ecw .title-wrapper {
  margin: 0 10px 230px;
}
@media (max-width: 768px) {
  .cid-vb8Yms9ecw .title-wrapper {
    margin: 0 30px 190px;
  }
}
.cid-vb8Yms9ecw .title-wrapper .mbr-section-title {
  margin-bottom: 98px;
}
@media (max-width: 768px) {
  .cid-vb8Yms9ecw .title-wrapper .mbr-section-title {
    margin-bottom: 33.6px;
  }
}
.cid-vb8Yms9ecw .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vb8Yms9ecw .text-wrapper {
  padding: 160px 160px;
  background: #ffffff;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vb8Yms9ecw .text-wrapper {
    padding: 230px 91px;
  }
}
@media (max-width: 768px) {
  .cid-vb8Yms9ecw .text-wrapper {
    padding: 220px 30px 60px;
  }
}
.cid-vb8Yms9ecw .text-wrapper img {
  width: 465px;
  height: 400px;
  object-fit: cover;
  position: absolute;
  top: -20%;
  right: -22rem;
}
@media (max-width: 992px) {
  .cid-vb8Yms9ecw .text-wrapper img {
    right: -12rem;
    width: 275px;
    height: 315px;
  }
}
@media (max-width: 767px) {
  .cid-vb8Yms9ecw .text-wrapper img {
    right: 0;
    top: -12%;
  }
}
.cid-vb8Yms9ecw .text-wrapper .mbr-text {
  margin-bottom: 24.5px;
}
@media (max-width: 768px) {
  .cid-vb8Yms9ecw .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-vb8Yms9ecw .text-wrapper .mbr-section-btn .btn {
  width: 137px;
  height: 66px;
  margin-top: 0;
  box-shadow: none;
}
.cid-vb8Yms9ecw .text-wrapper .mbr-section-btn .btn:hover {
  box-shadow: none;
}
.cid-vb8Yms9ecw .mbr-section-title {
  color: #7b9591;
}
.cid-vb8Yms9ecw .mbr-section-subtitle {
  color: #7b9591;
}
.cid-vb8Yms9ecw .mbr-text {
  color: #1E1C21;
}
.cid-vb8Yms9ecw .mbr-list {
  color: #232323;
  line-height: 100%;
}
.cid-vb1U3mvDU9 {
  background-color: #ffffff;
}
.cid-vb1U3mvDU9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb1U3mvDU9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vb1U3mvDU9 .container {
    padding: 0 16px;
  }
}
.cid-vb1U3mvDU9 .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e7d8d6;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-vb1U3mvDU9 .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-vb1U3mvDU9 .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-vb1U3mvDU9 .image-wrapper img {
    height: 300px;
  }
}
.cid-vb1U3mvDU9 .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-vb1U3mvDU9 .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vb1U3mvDU9 .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-vb1U3mvDU9 .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-vb1U3mvDU9 .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-vb1U3mvDU9 .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-vb1U3mvDU9 .mbr-section-title,
.cid-vb1U3mvDU9 .mbr-section-btn {
  color: #7b9591;
}
.cid-vb1U3mvDU9 .mbr-text {
  color: #a34f8b;
}
.cid-vb7742ankl {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #7b9591;
}
.cid-vb7742ankl .wrap {
  position: relative;
  background-color: #5b7d78;
  padding: 85px 60px 85px 120px;
}
@media (max-width: 768px) {
  .cid-vb7742ankl .wrap {
    padding: 3rem 1rem;
  }
  .cid-vb7742ankl .wrap .mbr-iconfont {
    top: -5%;
  }
}
.cid-vb7742ankl .wrap p {
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  font-style: normal;
}
.cid-vb7742ankl .author {
  font-style: normal;
  color: #e2edec;
}
.cid-vb7742ankl .mbr-iconfont {
  left: 3%;
  top: 13%;
  position: absolute;
  font-size: 25px;
  border-radius: 50%;
  border: 1px solid #7b9591;
  padding: 2.5rem;
  color: #ffffff;
}
.cid-vb7742ankl .mbr-text {
  color: #ffffff;
}
.cid-vb77wqBmGW {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vb77wqBmGW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb77wqBmGW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vb77wqBmGW .container {
    padding: 0 16px;
  }
}
.cid-vb77wqBmGW .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7e9e1;
  margin: 40px 70px 40px 0;
  height: 290px;
  margin: 40px 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-vb77wqBmGW .image-wrapper {
    margin: 40px 0 80px 0;
  }
}
@media (max-width: 992px) {
  .cid-vb77wqBmGW .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-vb77wqBmGW .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-vb77wqBmGW .image-wrapper img {
    height: 300px;
  }
}
.cid-vb77wqBmGW .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-vb77wqBmGW .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vb77wqBmGW .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-vb77wqBmGW .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-vb77wqBmGW .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-vb77wqBmGW .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-vb77wqBmGW .mbr-section-title,
.cid-vb77wqBmGW .mbr-section-btn {
  color: #7b9591;
}
.cid-vb7gGqZHlo {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vb7gGqZHlo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb7gGqZHlo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb7gGqZHlo .row {
  justify-content: space-between;
}
.cid-vb7gGqZHlo .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-vb7gGqZHlo .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vb7gGqZHlo .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-vb7gGqZHlo .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vb7gGqZHlo .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vb7gGqZHlo .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vb7gGqZHlo .mbr-label {
  color: #000000;
}
.cid-vb7gGqZHlo .mbr-section-title {
  color: #7b9591;
}
.cid-vb7gGqZHlo .mbr-desc {
  color: #000000;
}
.cid-vb7gGqZHlo .mbr-text {
  color: #8a8a8a;
}
.cid-vb7gGqZHlo .mbr-text,
.cid-vb7gGqZHlo .mbr-section-btn {
  color: #232323;
}
.cid-vb1A2sTsE6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbsr-kurs-fragen.webp");
}
.cid-vb1A2sTsE6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb1A2sTsE6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb1A2sTsE6 .container,
.cid-vb1A2sTsE6 .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vb1A2sTsE6 .container,
  .cid-vb1A2sTsE6 .container-fluid {
    padding: 0 20px;
  }
}
.cid-vb1A2sTsE6 .row {
  position: relative;
  padding: 100px 26px;
  overflow: hidden;
  margin: 0;
  border-radius: 0px;
  background-color: #e2edec;
}
@media (max-width: 992px) {
  .cid-vb1A2sTsE6 .row {
    padding: 85px 8px;
    margin: 0;
  }
}
.cid-vb1A2sTsE6 .title-wrapper {
  margin-bottom: 85px;
}
@media (max-width: 992px) {
  .cid-vb1A2sTsE6 .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vb1A2sTsE6 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vb1A2sTsE6 .panel-group {
  padding: 0 20%;
}
@media (max-width: 992px) {
  .cid-vb1A2sTsE6 .panel-group {
    padding: 0 12px;
  }
}
.cid-vb1A2sTsE6 .panel-group .card {
  border-radius: 0;
}
.cid-vb1A2sTsE6 .panel-group .card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vb1A2sTsE6 .panel-group .card .card-header {
    padding: 15px 0;
  }
}
.cid-vb1A2sTsE6 .panel-group .card .card-header .panel-title {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #3d4045;
}
.cid-vb1A2sTsE6 .panel-group .card .card-header .panel-title:not(.collapsed) {
  border-bottom: 1px solid #7b9591;
}
.cid-vb1A2sTsE6 .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #7b9591;
}
.cid-vb1A2sTsE6 .panel-group .card .card-header .panel-title:hover,
.cid-vb1A2sTsE6 .panel-group .card .card-header .panel-title:focus {
  border-bottom: 1px solid #7b9591;
}
.cid-vb1A2sTsE6 .panel-group .card .card-header .panel-title:hover .panel-title-edit,
.cid-vb1A2sTsE6 .panel-group .card .card-header .panel-title:focus .panel-title-edit {
  color: #7b9591;
}
.cid-vb1A2sTsE6 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin: 0;
  transition: all 0.3s ease-out;
}
.cid-vb1A2sTsE6 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin: 32px 0;
}
.cid-vb1A2sTsE6 .mbr-section-title {
  color: #7b9591;
  text-align: center;
}
.cid-vb1A2sTsE6 .panel-title-edit {
  color: #3d4045;
}
.cid-vb1A2sTsE6 .panel-text {
  color: #3d4045;
}
.cid-vb224N4HxQ {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vb224N4HxQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb224N4HxQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vb224N4HxQ .container {
    padding: 0 16px;
  }
}
.cid-vb224N4HxQ .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e7d8d6;
  margin: 40px 70px 40px 0;
  height: 290px;
  margin: 40px 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-vb224N4HxQ .image-wrapper {
    margin: 40px 0 80px 0;
  }
}
@media (max-width: 992px) {
  .cid-vb224N4HxQ .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-vb224N4HxQ .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-vb224N4HxQ .image-wrapper img {
    height: 300px;
  }
}
.cid-vb224N4HxQ .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-vb224N4HxQ .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vb224N4HxQ .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-vb224N4HxQ .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-vb224N4HxQ .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-vb224N4HxQ .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-vb224N4HxQ .mbr-section-title,
.cid-vb224N4HxQ .mbr-section-btn {
  color: #7b9591;
}
.cid-vb224N4HxQ .mbr-text {
  color: #a34f8b;
}
.cid-vb1A2v4bME {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #5b7d78;
}
.cid-vb1A2v4bME .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb1A2v4bME .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vb1A2v4bME .container {
    padding: 0 20px;
  }
}
.cid-vb1A2v4bME .row {
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vb1A2v4bME .row .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-vb1A2v4bME .row .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vb1A2v4bME .row .title-wrapper .mbr-desc {
  opacity: .5;
  margin-bottom: 16px;
}
.cid-vb1A2v4bME .row .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vb1A2v4bME .row .list {
  padding: 0;
  margin-bottom: 50px;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-vb1A2v4bME .row .list {
    margin-bottom: 32px;
  }
}
.cid-vb1A2v4bME .row .list .item-wrap {
  margin-bottom: 16px;
}
.cid-vb1A2v4bME .row .list .item-wrap:hover {
  text-decoration: underline;
  color: #ddb7bd;
}
.cid-vb1A2v4bME .row .copyright {
  opacity: .5;
  margin-bottom: 0;
}
.cid-vb1A2v4bME .mbr-section-title {
  color: #e2edec;
}
.cid-vb1A2v4bME .mbr-desc {
  color: #ffffff;
}
.cid-vb1A2v4bME .mbr-text {
  color: #ffffff;
}
.cid-vb1A2v4bME .list {
  color: #ffffff;
}
.cid-vb1A2v4bME .copyright {
  color: #ffffff;
}
.cid-vb1A2vvITa {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #7b9591;
}
.cid-vb1A2vvITa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb1A2vvITa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb1A2vvITa .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-vb1A2vvITa .bg-instagram:hover {
  background: #bd005c;
}
.cid-vb1A2vvITa .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-vb1A2vvITa [class^="socicon-"]:before,
.cid-vb1A2vvITa [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vb1A2vvITa .mbr-section-title,
.cid-vb1A2vvITa .social-list {
  color: #ffffff;
}
.cid-vbFZT1fvCV .navbar-dropdown {
  background-color: #a34f8b !important;
  padding: 0;
}
.cid-vbFZT1fvCV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #a34f8b !important;
  background: #a34f8b;
}
.cid-vbFZT1fvCV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vbFZT1fvCV .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vbFZT1fvCV .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vbFZT1fvCV .menu_box .navbar.opened,
  .cid-vbFZT1fvCV .menu_box .navbar-collapse {
    background-color: #a34f8b !important;
    transition: all 0s ease 0s;
  }
}
.cid-vbFZT1fvCV .navbar-dropdown {
  position: relative !important;
}
.cid-vbFZT1fvCV .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vbFZT1fvCV .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vbFZT1fvCV .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vbFZT1fvCV .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vbFZT1fvCV .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vbFZT1fvCV .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vbFZT1fvCV .offcanvas-body .mbr-text,
  .cid-vbFZT1fvCV .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vbFZT1fvCV .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vbFZT1fvCV .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vbFZT1fvCV .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-vbFZT1fvCV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vbFZT1fvCV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vbFZT1fvCV .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vbFZT1fvCV .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vbFZT1fvCV ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vbFZT1fvCV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vbFZT1fvCV .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vbFZT1fvCV .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vbFZT1fvCV li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-vbFZT1fvCV .lg_brand {
    margin: 0 1rem;
  }
  .cid-vbFZT1fvCV .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vbFZT1fvCV .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vbFZT1fvCV .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vbFZT1fvCV .nav-item {
    margin: 0 !important;
  }
}
.cid-vbFZT1fvCV .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-vbFZT1fvCV .nav-item .nav-link:hover,
.cid-vbFZT1fvCV .nav-item .nav-link:focus {
  opacity: .8;
}
.cid-vbFZT1fvCV .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vbFZT1fvCV .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vbFZT1fvCV .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vbFZT1fvCV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vbFZT1fvCV .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vbFZT1fvCV .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vbFZT1fvCV .offcanvas_box {
    display: none;
  }
}
.cid-vbFZT1fvCV .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vbFZT1fvCV .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vbFZT1fvCV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vbFZT1fvCV .container {
  display: flex;
  margin: auto;
}
.cid-vbFZT1fvCV .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vbFZT1fvCV .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vbFZT1fvCV .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vbFZT1fvCV .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vbFZT1fvCV .navbar-nav {
    margin: 0;
  }
}
.cid-vbFZT1fvCV .dropdown-menu,
.cid-vbFZT1fvCV .navbar.opened {
  background-color: false !important;
}
.cid-vbFZT1fvCV .nav-item:focus,
.cid-vbFZT1fvCV .nav-link:focus {
  outline: none;
}
.cid-vbFZT1fvCV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbFZT1fvCV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbFZT1fvCV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbFZT1fvCV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbFZT1fvCV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbFZT1fvCV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbFZT1fvCV .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vbFZT1fvCV .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vbFZT1fvCV .navbar.opened {
  transition: all 0.3s;
}
.cid-vbFZT1fvCV .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vbFZT1fvCV .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vbFZT1fvCV .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-vbFZT1fvCV .navbar.collapsed {
  justify-content: center;
}
.cid-vbFZT1fvCV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbFZT1fvCV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vbFZT1fvCV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbFZT1fvCV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbFZT1fvCV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbFZT1fvCV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vbFZT1fvCV .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vbFZT1fvCV .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vbFZT1fvCV .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vbFZT1fvCV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbFZT1fvCV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbFZT1fvCV .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vbFZT1fvCV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbFZT1fvCV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vbFZT1fvCV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vbFZT1fvCV .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vbFZT1fvCV .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vbFZT1fvCV .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vbFZT1fvCV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vbFZT1fvCV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbFZT1fvCV .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vbFZT1fvCV .navbar.navbar-short {
  min-height: 60px;
}
.cid-vbFZT1fvCV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vbFZT1fvCV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vbFZT1fvCV .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;
  letter-spacing: 0.25rem;
  z-index: 1;
}
.cid-vbFZT1fvCV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vbFZT1fvCV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbFZT1fvCV .dropdown-item.active,
.cid-vbFZT1fvCV .dropdown-item:active {
  background-color: transparent;
}
.cid-vbFZT1fvCV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbFZT1fvCV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbFZT1fvCV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbFZT1fvCV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbFZT1fvCV ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vbFZT1fvCV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vbFZT1fvCV button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #a34f8b;
  background: #a34f8b;
}
.cid-vbFZT1fvCV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vbFZT1fvCV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbFZT1fvCV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbFZT1fvCV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbFZT1fvCV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbFZT1fvCV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbFZT1fvCV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbFZT1fvCV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbFZT1fvCV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbFZT1fvCV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vbFZT1fvCV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vbFZT1fvCV .navbar {
    height: 70px;
  }
  .cid-vbFZT1fvCV .navbar.opened {
    height: auto;
  }
  .cid-vbFZT1fvCV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbFZT1fvCV .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vbFZT1fvCV .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-vbFZT1fvCV .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 170px;
}
.cid-vbFZT1fvCV .mbr-section-btn-main .btn-primary .mbr-iconfont,
.cid-vbFZT1fvCV .mbr-section-btn-main .btn-black .mbr-iconfont {
  color: #f7e9e1 !important;
}
.cid-vbFZT1fvCV .navbar-caption:hover {
  color: #a34f8b;
}
@media (min-width: 992px) {
  .cid-vbFZT1fvCV .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vbFZT1fvCV .text_widget {
  margin-bottom: 32px;
}
.cid-vbFZT1fvCV .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vbFZT1fvCV .text_widget a:hover,
.cid-vbFZT1fvCV .text_widget a:focus {
  opacity: .6;
}
.cid-vbFZT1fvCV .icons-menu-main {
  display: flex;
}
.cid-vbFZT1fvCV .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vbFZT1fvCV .navbar-caption {
  color: #000000;
}
.cid-vbFZT1fvCV .mbr-text {
  color: #9c9c9c;
  text-align: center;
}
.cid-vbFZT1fvCV .mbr-section-subtitle,
.cid-vbFZT1fvCV .text_widget,
.cid-vbFZT1fvCV .mbr-section-btn {
  text-align: center;
}
.cid-vbFZT1fvCV a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vbFZT1Bdp2 {
  background-image: url("../../../assets/images/tina-am-wasser.webp");
}
.cid-vbFZT1Bdp2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbFZT1Bdp2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbFZT1Bdp2 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vbFZT1Bdp2 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vbFZT1Bdp2 .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vbFZT1Bdp2 .text-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-vbFZT1Bdp2 .mbr-section-title {
  color: #0f0f0f;
}
.cid-vbFZT1Bdp2 .mbr-text {
  color: #ffffff;
}
.cid-vbFZT1Bdp2 .mbr-section-title,
.cid-vbFZT1Bdp2 .mbr-section-btn,
.cid-vbFZT1Bdp2 .title-wrapper {
  color: #ffffff;
}
.cid-vbMhJptU4E {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vbMhJptU4E .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbMhJptU4E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbMhJptU4E .content-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-vbMhJptU4E .content-wrapper {
    margin-bottom: 40px;
    position: static;
  }
}
.cid-vbMhJptU4E .content-wrapper .label-wrapper {
  margin-bottom: 20px;
}
.cid-vbMhJptU4E .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.cid-vbMhJptU4E .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vbMhJptU4E .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vbMhJptU4E .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vbMhJptU4E .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vbMhJptU4E .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px 20px;
}
@media (max-width: 992px) {
  .cid-vbMhJptU4E .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vbMhJptU4E .item {
    margin-bottom: 40px;
  }
}
.cid-vbMhJptU4E .item .item-wrapper .item-img {
  padding: 60px 40px;
  background-color: #e2edec;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vbMhJptU4E .item .item-wrapper .item-img {
    padding: 20px;
    margin-bottom: 20px;
  }
}
.cid-vbMhJptU4E .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
}
.cid-vbMhJptU4E .item .item-wrapper .item-content .title-wrapper {
  margin-bottom: 10px;
}
.cid-vbMhJptU4E .item .item-wrapper .item-content .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-vbMhJptU4E .item .item-wrapper .item-content .title-wrapper .title-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
  color: #19171c;
  margin-right: 10px;
}
.cid-vbMhJptU4E .item .item-wrapper .item-content .title-wrapper .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-vbMhJptU4E .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vbMhJptU4E .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-vbMhJptU4E .mbr-label {
  color: #19171c;
}
.cid-vbMhJptU4E .mbr-section-title {
  color: #19171c;
}
.cid-vbMhJptU4E .mbr-text {
  color: #232323;
}
.cid-vbMhJptU4E .item-title {
  color: #19171c;
}
.cid-vbMhJptU4E .item-text {
  color: #6e6e73;
}
.cid-vbMhJptU4E .mbr-section-title,
.cid-vbMhJptU4E .mbr-section-btn {
  color: #7b9591;
}
.cid-vbMhJptU4E .item-text,
.cid-vbMhJptU4E .mbr-section-btn {
  color: #232323;
}
.cid-vbMhJptU4E .item-title,
.cid-vbMhJptU4E .title-wrapper {
  color: #232323;
}
.cid-vbFZT6dPpJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #5b7d78;
}
.cid-vbFZT6dPpJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbFZT6dPpJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vbFZT6dPpJ .container {
    padding: 0 20px;
  }
}
.cid-vbFZT6dPpJ .row {
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vbFZT6dPpJ .row .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-vbFZT6dPpJ .row .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vbFZT6dPpJ .row .title-wrapper .mbr-desc {
  opacity: .5;
  margin-bottom: 16px;
}
.cid-vbFZT6dPpJ .row .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbFZT6dPpJ .row .list {
  padding: 0;
  margin-bottom: 50px;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-vbFZT6dPpJ .row .list {
    margin-bottom: 32px;
  }
}
.cid-vbFZT6dPpJ .row .list .item-wrap {
  margin-bottom: 16px;
}
.cid-vbFZT6dPpJ .row .list .item-wrap:hover {
  text-decoration: underline;
  color: #ddb7bd;
}
.cid-vbFZT6dPpJ .row .copyright {
  opacity: .5;
  margin-bottom: 0;
}
.cid-vbFZT6dPpJ .mbr-section-title {
  color: #e2edec;
}
.cid-vbFZT6dPpJ .mbr-desc {
  color: #ffffff;
}
.cid-vbFZT6dPpJ .mbr-text {
  color: #ffffff;
}
.cid-vbFZT6dPpJ .list {
  color: #ffffff;
}
.cid-vbFZT6dPpJ .copyright {
  color: #ffffff;
}
.cid-vbFZT6Afxj {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #7b9591;
}
.cid-vbFZT6Afxj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbFZT6Afxj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbFZT6Afxj .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-vbFZT6Afxj .bg-instagram:hover {
  background: #bd005c;
}
.cid-vbFZT6Afxj .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-vbFZT6Afxj [class^="socicon-"]:before,
.cid-vbFZT6Afxj [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vbFZT6Afxj .mbr-section-title,
.cid-vbFZT6Afxj .social-list {
  color: #ffffff;
}
.cid-vdLnnsqtJv .navbar-dropdown {
  background-color: #a34f8b !important;
  padding: 0;
}
.cid-vdLnnsqtJv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #a34f8b !important;
  background: #a34f8b;
}
.cid-vdLnnsqtJv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdLnnsqtJv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vdLnnsqtJv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vdLnnsqtJv .menu_box .navbar.opened,
  .cid-vdLnnsqtJv .menu_box .navbar-collapse {
    background-color: #a34f8b !important;
    transition: all 0s ease 0s;
  }
}
.cid-vdLnnsqtJv .navbar-dropdown {
  position: relative !important;
}
.cid-vdLnnsqtJv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vdLnnsqtJv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vdLnnsqtJv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vdLnnsqtJv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vdLnnsqtJv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vdLnnsqtJv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vdLnnsqtJv .offcanvas-body .mbr-text,
  .cid-vdLnnsqtJv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vdLnnsqtJv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vdLnnsqtJv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vdLnnsqtJv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-vdLnnsqtJv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vdLnnsqtJv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vdLnnsqtJv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vdLnnsqtJv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vdLnnsqtJv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vdLnnsqtJv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vdLnnsqtJv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vdLnnsqtJv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vdLnnsqtJv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-vdLnnsqtJv .lg_brand {
    margin: 0 1rem;
  }
  .cid-vdLnnsqtJv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vdLnnsqtJv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vdLnnsqtJv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vdLnnsqtJv .nav-item {
    margin: 0 !important;
  }
}
.cid-vdLnnsqtJv .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-vdLnnsqtJv .nav-item .nav-link:hover,
.cid-vdLnnsqtJv .nav-item .nav-link:focus {
  opacity: .8;
}
.cid-vdLnnsqtJv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vdLnnsqtJv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vdLnnsqtJv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vdLnnsqtJv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vdLnnsqtJv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vdLnnsqtJv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vdLnnsqtJv .offcanvas_box {
    display: none;
  }
}
.cid-vdLnnsqtJv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vdLnnsqtJv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vdLnnsqtJv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vdLnnsqtJv .container {
  display: flex;
  margin: auto;
}
.cid-vdLnnsqtJv .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vdLnnsqtJv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vdLnnsqtJv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vdLnnsqtJv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vdLnnsqtJv .navbar-nav {
    margin: 0;
  }
}
.cid-vdLnnsqtJv .dropdown-menu,
.cid-vdLnnsqtJv .navbar.opened {
  background-color: false !important;
}
.cid-vdLnnsqtJv .nav-item:focus,
.cid-vdLnnsqtJv .nav-link:focus {
  outline: none;
}
.cid-vdLnnsqtJv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdLnnsqtJv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdLnnsqtJv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdLnnsqtJv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdLnnsqtJv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdLnnsqtJv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdLnnsqtJv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vdLnnsqtJv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vdLnnsqtJv .navbar.opened {
  transition: all 0.3s;
}
.cid-vdLnnsqtJv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vdLnnsqtJv .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vdLnnsqtJv .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-vdLnnsqtJv .navbar.collapsed {
  justify-content: center;
}
.cid-vdLnnsqtJv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdLnnsqtJv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vdLnnsqtJv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdLnnsqtJv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdLnnsqtJv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdLnnsqtJv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vdLnnsqtJv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vdLnnsqtJv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vdLnnsqtJv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vdLnnsqtJv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdLnnsqtJv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdLnnsqtJv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vdLnnsqtJv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdLnnsqtJv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vdLnnsqtJv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdLnnsqtJv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vdLnnsqtJv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vdLnnsqtJv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vdLnnsqtJv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vdLnnsqtJv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdLnnsqtJv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vdLnnsqtJv .navbar.navbar-short {
  min-height: 60px;
}
.cid-vdLnnsqtJv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vdLnnsqtJv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vdLnnsqtJv .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;
  letter-spacing: 0.25rem;
  z-index: 1;
}
.cid-vdLnnsqtJv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vdLnnsqtJv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdLnnsqtJv .dropdown-item.active,
.cid-vdLnnsqtJv .dropdown-item:active {
  background-color: transparent;
}
.cid-vdLnnsqtJv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdLnnsqtJv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdLnnsqtJv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdLnnsqtJv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdLnnsqtJv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vdLnnsqtJv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vdLnnsqtJv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #a34f8b;
  background: #a34f8b;
}
.cid-vdLnnsqtJv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vdLnnsqtJv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdLnnsqtJv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdLnnsqtJv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdLnnsqtJv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdLnnsqtJv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdLnnsqtJv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdLnnsqtJv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdLnnsqtJv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdLnnsqtJv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vdLnnsqtJv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdLnnsqtJv .navbar {
    height: 70px;
  }
  .cid-vdLnnsqtJv .navbar.opened {
    height: auto;
  }
  .cid-vdLnnsqtJv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdLnnsqtJv .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vdLnnsqtJv .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-vdLnnsqtJv .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 170px;
}
.cid-vdLnnsqtJv .mbr-section-btn-main .btn-primary .mbr-iconfont,
.cid-vdLnnsqtJv .mbr-section-btn-main .btn-black .mbr-iconfont {
  color: #f7e9e1 !important;
}
.cid-vdLnnsqtJv .navbar-caption:hover {
  color: #a34f8b;
}
@media (min-width: 992px) {
  .cid-vdLnnsqtJv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vdLnnsqtJv .text_widget {
  margin-bottom: 32px;
}
.cid-vdLnnsqtJv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vdLnnsqtJv .text_widget a:hover,
.cid-vdLnnsqtJv .text_widget a:focus {
  opacity: .6;
}
.cid-vdLnnsqtJv .icons-menu-main {
  display: flex;
}
.cid-vdLnnsqtJv .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vdLnnsqtJv .navbar-caption {
  color: #000000;
}
.cid-vdLnnsqtJv .mbr-text {
  color: #9c9c9c;
  text-align: center;
}
.cid-vdLnnsqtJv .mbr-section-subtitle,
.cid-vdLnnsqtJv .text_widget,
.cid-vdLnnsqtJv .mbr-section-btn {
  text-align: center;
}
.cid-vdLnnsqtJv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vdLnnsQfss {
  background-image: url("../../../assets/images/petra-web6-1920x1280.png");
}
.cid-vdLnnsQfss .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdLnnsQfss .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdLnnsQfss .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdLnnsQfss .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vdLnnsQfss .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdLnnsQfss .text-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-vdLnnsQfss .mbr-section-title {
  color: #0f0f0f;
}
.cid-vdLnnsQfss .mbr-text {
  color: #ffffff;
}
.cid-vdLnnsQfss .mbr-section-title,
.cid-vdLnnsQfss .mbr-section-btn,
.cid-vdLnnsQfss .title-wrapper {
  color: #ffffff;
}
.cid-vdLoHwOVnk {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vdLoHwOVnk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdLoHwOVnk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdLoHwOVnk .row {
  justify-content: space-between;
}
.cid-vdLoHwOVnk .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-vdLoHwOVnk .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vdLoHwOVnk .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-vdLoHwOVnk .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdLoHwOVnk .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vdLoHwOVnk .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vdLoHwOVnk .mbr-label {
  color: #000000;
}
.cid-vdLoHwOVnk .mbr-section-title {
  color: #7b9591;
  line-height: 115%;
}
.cid-vdLoHwOVnk .mbr-desc {
  color: #000000;
}
.cid-vdLoHwOVnk .mbr-text {
  color: #8a8a8a;
}
.cid-vdLoHwOVnk .mbr-text,
.cid-vdLoHwOVnk .mbr-section-btn {
  color: #232323;
}
.cid-vdLIg8DXrT {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdLIg8DXrT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdLIg8DXrT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdLIg8DXrT .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 100px 0;
}
.cid-vdLIg8DXrT .content-wrapper .container-wrapper {
  position: absolute;
  top: 0;
  width: 120%;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vdLIg8DXrT .content-wrapper .container-wrapper {
    width: 118%;
  }
}
@media (max-width: 992px) {
  .cid-vdLIg8DXrT .content-wrapper .container-wrapper {
    width: 100%;
    padding: 0;
  }
}
.cid-vdLIg8DXrT .content-wrapper .container-wrapper .container-wrap {
  width: 100%;
  height: 100%;
  background-color: #fcf5f6;
}
.cid-vdLIg8DXrT .title-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vdLIg8DXrT .title-wrapper {
    padding: 0 20px;
    margin-bottom: 30px;
  }
}
.cid-vdLIg8DXrT .title-wrapper .mbr-label {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-vdLIg8DXrT .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-vdLIg8DXrT .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vdLIg8DXrT .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vdLIg8DXrT .title-wrapper .mbr-section-btn {
  margin-top: 30px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vdLIg8DXrT .title-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vdLIg8DXrT .item {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}
.cid-vdLIg8DXrT .item:last-child {
  margin-bottom: 0;
}
.cid-vdLIg8DXrT .item .item-wrapper {
  display: flex;
  gap: 15px;
}
@media (max-width: 992px) {
  .cid-vdLIg8DXrT .item .item-wrapper {
    padding: 0 20px;
  }
}
.cid-vdLIg8DXrT .item .item-wrapper .iconfont-wrapper {
  display: flex;
  padding-top: 6px;
}
.cid-vdLIg8DXrT .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 22px;
  height: 20px;
  object-fit: cover;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  background-color: #a34f8b;
}
.cid-vdLIg8DXrT .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-vdLIg8DXrT .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vdLIg8DXrT .item .item-wrapper .card-box .item-btn {
  margin-top: 6px;
}
.cid-vdLIg8DXrT .mbr-label {
  color: #7b9591;
}
.cid-vdLIg8DXrT .mbr-section-title {
  color: #3a353e;
  line-height: 115%;
}
.cid-vdLIg8DXrT .mbr-text {
  color: #3a353e;
}
.cid-vdLIg8DXrT .item-title {
  color: #3a353e;
}
.cid-vdLIg8DXrT .item-text {
  color: #3a353e;
}
.cid-vdLIg8DXrT .mbr-section-title,
.cid-vdLIg8DXrT .main-btn {
  color: #7b9591;
}
.cid-vdLIg8DXrT .item-title,
.cid-vdLIg8DXrT .item-btn {
  color: #a34f8b;
}
.cid-vdLH2sCfu8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e2edec;
}
.cid-vdLH2sCfu8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdLH2sCfu8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdLH2sCfu8 .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 100px 0;
}
.cid-vdLH2sCfu8 .content-wrapper .container-wrapper {
  position: absolute;
  top: 0;
  width: 120%;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vdLH2sCfu8 .content-wrapper .container-wrapper {
    width: 118%;
  }
}
@media (max-width: 992px) {
  .cid-vdLH2sCfu8 .content-wrapper .container-wrapper {
    width: 100%;
    padding: 0;
  }
}
.cid-vdLH2sCfu8 .content-wrapper .container-wrapper .container-wrap {
  width: 100%;
  height: 100%;
  background-color: #e2edec;
}
.cid-vdLH2sCfu8 .title-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vdLH2sCfu8 .title-wrapper {
    padding: 0 20px;
    margin-bottom: 30px;
  }
}
.cid-vdLH2sCfu8 .title-wrapper .mbr-label {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-vdLH2sCfu8 .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-vdLH2sCfu8 .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vdLH2sCfu8 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vdLH2sCfu8 .title-wrapper .mbr-section-btn {
  margin-top: 30px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vdLH2sCfu8 .title-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vdLH2sCfu8 .item {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}
.cid-vdLH2sCfu8 .item:last-child {
  margin-bottom: 0;
}
.cid-vdLH2sCfu8 .item .item-wrapper {
  display: flex;
  gap: 15px;
}
@media (max-width: 992px) {
  .cid-vdLH2sCfu8 .item .item-wrapper {
    padding: 0 20px;
  }
}
.cid-vdLH2sCfu8 .item .item-wrapper .iconfont-wrapper {
  display: flex;
  padding-top: 6px;
}
.cid-vdLH2sCfu8 .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 22px;
  height: 20px;
  object-fit: cover;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  background-color: #a34f8b;
}
.cid-vdLH2sCfu8 .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-vdLH2sCfu8 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vdLH2sCfu8 .item .item-wrapper .card-box .item-btn {
  margin-top: 6px;
}
.cid-vdLH2sCfu8 .mbr-label {
  color: #7b9591;
}
.cid-vdLH2sCfu8 .mbr-section-title {
  color: #3a353e;
  line-height: 115%;
}
.cid-vdLH2sCfu8 .mbr-text {
  color: #3a353e;
}
.cid-vdLH2sCfu8 .item-title {
  color: #3a353e;
}
.cid-vdLH2sCfu8 .item-text {
  color: #3a353e;
}
.cid-vdLH2sCfu8 .mbr-section-title,
.cid-vdLH2sCfu8 .main-btn {
  color: #7b9591;
}
.cid-vdLH2sCfu8 .item-title,
.cid-vdLH2sCfu8 .item-btn {
  color: #a34f8b;
}
.cid-vdLy43eyNV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdLy43eyNV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdLy43eyNV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdLy43eyNV .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 100px 0;
}
.cid-vdLy43eyNV .content-wrapper .container-wrapper {
  position: absolute;
  top: 0;
  width: 120%;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vdLy43eyNV .content-wrapper .container-wrapper {
    width: 118%;
  }
}
@media (max-width: 992px) {
  .cid-vdLy43eyNV .content-wrapper .container-wrapper {
    width: 100%;
    padding: 0;
  }
}
.cid-vdLy43eyNV .content-wrapper .container-wrapper .container-wrap {
  width: 100%;
  height: 100%;
  background-color: #fcf5f6;
}
.cid-vdLy43eyNV .title-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vdLy43eyNV .title-wrapper {
    padding: 0 20px;
    margin-bottom: 30px;
  }
}
.cid-vdLy43eyNV .title-wrapper .mbr-label {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-vdLy43eyNV .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-vdLy43eyNV .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vdLy43eyNV .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vdLy43eyNV .title-wrapper .mbr-section-btn {
  margin-top: 30px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vdLy43eyNV .title-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vdLy43eyNV .item {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}
.cid-vdLy43eyNV .item:last-child {
  margin-bottom: 0;
}
.cid-vdLy43eyNV .item .item-wrapper {
  display: flex;
  gap: 15px;
}
@media (max-width: 992px) {
  .cid-vdLy43eyNV .item .item-wrapper {
    padding: 0 20px;
  }
}
.cid-vdLy43eyNV .item .item-wrapper .iconfont-wrapper {
  display: flex;
  padding-top: 6px;
}
.cid-vdLy43eyNV .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 22px;
  height: 20px;
  object-fit: cover;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  background-color: #a34f8b;
}
.cid-vdLy43eyNV .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-vdLy43eyNV .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vdLy43eyNV .item .item-wrapper .card-box .item-btn {
  margin-top: 6px;
}
.cid-vdLy43eyNV .mbr-label {
  color: #7b9591;
}
.cid-vdLy43eyNV .mbr-section-title {
  color: #3a353e;
  line-height: 115%;
}
.cid-vdLy43eyNV .mbr-text {
  color: #3a353e;
}
.cid-vdLy43eyNV .item-title {
  color: #3a353e;
}
.cid-vdLy43eyNV .item-text {
  color: #3a353e;
}
.cid-vdLy43eyNV .mbr-section-title,
.cid-vdLy43eyNV .main-btn {
  color: #7b9591;
}
.cid-vdLy43eyNV .item-title,
.cid-vdLy43eyNV .item-btn {
  color: #a34f8b;
}
.cid-vdLnnuYeIU {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/lina-trochez-ktpkyus3qjs-unsplash-1920x1282.jpg");
  overflow: hidden;
}
.cid-vdLnnuYeIU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdLnnuYeIU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdLnnuYeIU .row {
  justify-content: left;
}
.cid-vdLnnuYeIU .content-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 80px 10%;
}
@media (max-width: 991px) {
  .cid-vdLnnuYeIU .content-container {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .cid-vdLnnuYeIU .content-container {
    flex-wrap: wrap;
    padding: 40px 0;
  }
}
.cid-vdLnnuYeIU .line-frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  display: none;
}
.cid-vdLnnuYeIU .line-frame-1 {
  top: calc(100% - 11px);
}
.cid-vdLnnuYeIU .line-frame-2 {
  bottom: calc(100% - 11px);
}
.cid-vdLnnuYeIU .point-frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 3px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.1);
  display: none;
}
.cid-vdLnnuYeIU .point-frame-1 {
  top: 19px;
}
.cid-vdLnnuYeIU .point-frame-2 {
  bottom: 19px;
}
.cid-vdLnnuYeIU .title-container {
  width: 60%;
  padding: 0 80px 0 0;
}
@media (max-width: 991px) {
  .cid-vdLnnuYeIU .title-container {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 767px) {
  .cid-vdLnnuYeIU .title-container {
    width: 100%;
    padding: 0;
  }
}
.cid-vdLnnuYeIU .text-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 40%;
  padding: 0 0 0 80px;
}
@media (max-width: 991px) {
  .cid-vdLnnuYeIU .text-container {
    padding: 0 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vdLnnuYeIU .text-container {
    width: 100%;
    padding: 32px 0 0 0;
  }
}
.cid-vdLnnuYeIU .item-container {
  width: 100%;
}
.cid-vdLnnuYeIU .mbr-section-title {
  color: #BF9341;
  width: 100%;
}
.cid-vdLnnuYeIU .mbr-text {
  color: #ffffff;
  width: 100%;
}
.cid-vdLnnuYeIU .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .cid-vdLnnuYeIU .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-vdLtM8C8Uz {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vdLtM8C8Uz .title-wrapper {
  margin: 0 10px 230px;
}
@media (max-width: 768px) {
  .cid-vdLtM8C8Uz .title-wrapper {
    margin: 0 30px 190px;
  }
}
.cid-vdLtM8C8Uz .title-wrapper .mbr-section-title {
  margin-bottom: 98px;
}
@media (max-width: 768px) {
  .cid-vdLtM8C8Uz .title-wrapper .mbr-section-title {
    margin-bottom: 33.6px;
  }
}
.cid-vdLtM8C8Uz .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vdLtM8C8Uz .text-wrapper {
  padding: 160px 160px;
  background: #fcf5f6;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vdLtM8C8Uz .text-wrapper {
    padding: 230px 91px;
  }
}
@media (max-width: 768px) {
  .cid-vdLtM8C8Uz .text-wrapper {
    padding: 220px 30px 60px;
  }
}
.cid-vdLtM8C8Uz .text-wrapper img {
  width: 465px;
  height: 400px;
  object-fit: cover;
  position: absolute;
  top: -20%;
  right: -22rem;
}
@media (max-width: 992px) {
  .cid-vdLtM8C8Uz .text-wrapper img {
    right: -12rem;
    width: 275px;
    height: 315px;
  }
}
@media (max-width: 767px) {
  .cid-vdLtM8C8Uz .text-wrapper img {
    right: 0;
    top: -12%;
  }
}
.cid-vdLtM8C8Uz .text-wrapper .mbr-text {
  margin-bottom: 24.5px;
}
@media (max-width: 768px) {
  .cid-vdLtM8C8Uz .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-vdLtM8C8Uz .text-wrapper .mbr-section-btn .btn {
  width: 137px;
  height: 66px;
  margin-top: 0;
  box-shadow: none;
}
.cid-vdLtM8C8Uz .text-wrapper .mbr-section-btn .btn:hover {
  box-shadow: none;
}
.cid-vdLtM8C8Uz .mbr-section-title {
  color: #7b9591;
}
.cid-vdLtM8C8Uz .mbr-section-subtitle {
  color: #7b9591;
  line-height: 115%;
}
.cid-vdLtM8C8Uz .mbr-text {
  color: #1E1C21;
}
.cid-vdLtM8C8Uz .mbr-list {
  color: #232323;
  line-height: 100%;
}
.cid-vdLtM8C8Uz .mbr-text,
.cid-vdLtM8C8Uz .mbr-section-btn {
  color: #3a353e;
}
.cid-vdLDH5KLqI {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdLDH5KLqI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdLDH5KLqI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdLDH5KLqI .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdLDH5KLqI .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vdLDH5KLqI .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-vdLDH5KLqI .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vdLDH5KLqI .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-vdLDH5KLqI .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 12px;
  background-color: #fcf5f6;
}
.cid-vdLDH5KLqI .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-vdLDH5KLqI .panel-group .card {
    padding: 20px;
    margin-top: 20px;
  }
}
.cid-vdLDH5KLqI .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vdLDH5KLqI .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-vdLDH5KLqI .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vdLDH5KLqI .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vdLDH5KLqI .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 54px;
    height: 54px;
    min-width: 54px;
  }
}
.cid-vdLDH5KLqI .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 38px;
  transition: all 0.3s ease-in-out;
  color: #7b9591;
}
@media (max-width: 992px) {
  .cid-vdLDH5KLqI .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
    font-size: 28px;
  }
}
.cid-vdLDH5KLqI .panel-group .card .card-header .panel-title:hover .icon-wrapper {
  background-color: #7b9591;
}
.cid-vdLDH5KLqI .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-vdLDH5KLqI .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-vdLDH5KLqI .panel-group .card .panel-collapse .panel-body {
  margin: 30px 0 0 0;
}
@media (max-width: 992px) {
  .cid-vdLDH5KLqI .panel-group .card .panel-collapse .panel-body {
    margin: 20px 0 0 0;
  }
}
.cid-vdLDH5KLqI .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vdLDH5KLqI .mbr-section-title,
.cid-vdLDH5KLqI .title-wrapper {
  color: #7b9591;
  text-align: justify;
}
.cid-vdLDH5KLqI .panel-title-edit {
  color: #3a353e;
  font-weight: bold;
}
.cid-vdLDH5KLqI .panel-text {
  color: #323432;
}
.cid-vdLDH5KLqI .panel-text,
.cid-vdLDH5KLqI .panel-body {
  color: #3a353e;
}
.cid-vdLnnuBiJq {
  padding-top: 7rem;
  padding-bottom: 9rem;
  background-color: #e2edec;
}
.cid-vdLnnuBiJq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdLnnuBiJq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vdLnnuBiJq .container {
    padding: 0 16px;
  }
}
.cid-vdLnnuBiJq .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #7b9591;
  margin: 40px 70px 40px 0;
  height: 290px;
  margin: 40px 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-vdLnnuBiJq .image-wrapper {
    margin: 40px 0 80px 0;
  }
}
@media (max-width: 992px) {
  .cid-vdLnnuBiJq .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-vdLnnuBiJq .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-vdLnnuBiJq .image-wrapper img {
    height: 300px;
  }
}
.cid-vdLnnuBiJq .text-wrapper .mbr-section-title {
  line-height: 115%;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-vdLnnuBiJq .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vdLnnuBiJq .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-vdLnnuBiJq .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-vdLnnuBiJq .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-vdLnnuBiJq .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-vdLnnuBiJq .mbr-section-title,
.cid-vdLnnuBiJq .mbr-section-btn {
  color: #7b9591;
}
.cid-vdLnnuBiJq .mbr-desc {
  color: #3a353e;
}
.cid-vdLnnxQT5X {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #5b7d78;
}
.cid-vdLnnxQT5X .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdLnnxQT5X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vdLnnxQT5X .container {
    padding: 0 20px;
  }
}
.cid-vdLnnxQT5X .row {
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vdLnnxQT5X .row .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-vdLnnxQT5X .row .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vdLnnxQT5X .row .title-wrapper .mbr-desc {
  opacity: .5;
  margin-bottom: 16px;
}
.cid-vdLnnxQT5X .row .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdLnnxQT5X .row .list {
  padding: 0;
  margin-bottom: 50px;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-vdLnnxQT5X .row .list {
    margin-bottom: 32px;
  }
}
.cid-vdLnnxQT5X .row .list .item-wrap {
  margin-bottom: 16px;
}
.cid-vdLnnxQT5X .row .list .item-wrap:hover {
  text-decoration: underline;
  color: #ddb7bd;
}
.cid-vdLnnxQT5X .row .copyright {
  opacity: .5;
  margin-bottom: 0;
}
.cid-vdLnnxQT5X .mbr-section-title {
  color: #e2edec;
}
.cid-vdLnnxQT5X .mbr-desc {
  color: #ffffff;
}
.cid-vdLnnxQT5X .mbr-text {
  color: #ffffff;
}
.cid-vdLnnxQT5X .list {
  color: #ffffff;
}
.cid-vdLnnxQT5X .copyright {
  color: #ffffff;
}
.cid-vdLnnyfRav {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #7b9591;
}
.cid-vdLnnyfRav .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdLnnyfRav .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdLnnyfRav .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-vdLnnyfRav .bg-instagram:hover {
  background: #bd005c;
}
.cid-vdLnnyfRav .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-vdLnnyfRav [class^="socicon-"]:before,
.cid-vdLnnyfRav [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vdLnnyfRav .mbr-section-title,
.cid-vdLnnyfRav .social-list {
  color: #ffffff;
}
.cid-vdLnnyI5Qi {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vdLnnyI5Qi .col-sm-6 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .cid-vdLnnyI5Qi .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-vdLnnyI5Qi .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vdLnnyI5Qi .card-wrapper {
    padding: 0 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-vdLnnyI5Qi .row {
    margin: 0;
  }
}
.cid-vdLnnyI5Qi .container {
  border-top: 0px solid #fff;
  padding-top: 2rem;
}
.cid-vdLnnyI5Qi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdLnnyI5Qi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
