.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'melodbo_';
  font-size: 8.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 11rem;
}
.display-2 {
  font-family: 'melodbo_';
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost[wght]';
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost[wght]';
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Jost[wght]';
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 7.04rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 6.16rem;
    font-size: calc( 3.7300000000000004rem + (8.8 - 3.7300000000000004) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.7300000000000004rem + (8.8 - 3.7300000000000004) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #007371 !important;
}
.bg-info {
  background-color: #4479d9 !important;
}
.bg-warning {
  background-color: #ffe885 !important;
}
.bg-danger {
  background-color: #73002a !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fff0b0 !important;
  border-color: #fff0b0 !important;
  color: #b08f00 !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: #594800 !important;
  background-color: #ffe059 !important;
  border-color: #ffe059 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #b08f00 !important;
  background-color: #ffe059 !important;
  border-color: #ffe059 !important;
}
.btn-info,
.btn-info:active {
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
}
.btn-success,
.btn-success:active {
  background-color: #007371 !important;
  border-color: #007371 !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: #001c1c !important;
  border-color: #001c1c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #001c1c !important;
  border-color: #001c1c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe885 !important;
  border-color: #ffe885 !important;
  color: #856c00 !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: #2e2600 !important;
  background-color: #ffd82e !important;
  border-color: #ffd82e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #856c00 !important;
  background-color: #ffd82e !important;
  border-color: #ffd82e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #73002a !important;
  border-color: #73002a !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: #1c000a !important;
  border-color: #1c000a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1c000a !important;
  border-color: #1c000a !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: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #fff0b0;
  color: #fff0b0;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffe059 !important;
  background-color: transparent!important;
  border-color: #ffe059 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #b08f00 !important;
  background-color: #fff0b0 !important;
  border-color: #fff0b0 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #4479d9;
  color: #4479d9;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #2150a5 !important;
  background-color: transparent!important;
  border-color: #2150a5 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #007371;
  color: #007371;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #001c1c !important;
  background-color: transparent!important;
  border-color: #001c1c !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #007371 !important;
  border-color: #007371 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe885;
  color: #ffe885;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd82e !important;
  background-color: transparent!important;
  border-color: #ffd82e !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #856c00 !important;
  background-color: #ffe885 !important;
  border-color: #ffe885 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #73002a;
  color: #73002a;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #1c000a !important;
  background-color: transparent!important;
  border-color: #1c000a !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #73002a !important;
  border-color: #73002a !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  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: #000000 !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: #fafafa;
  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: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #fff0b0 !important;
}
.text-success {
  color: #007371 !important;
}
.text-info {
  color: #4479d9 !important;
}
.text-warning {
  color: #ffe885 !important;
}
.text-danger {
  color: #73002a !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ffdd4a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000d0d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1f4a98 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffd51f !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #0d0005 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #4479d9;
}
.alert-warning {
  background-color: #ffe885;
}
.alert-danger {
  background-color: #73002a;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #00f3ee;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #eef2fb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f30059;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost[wght]';
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost[wght]';
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #fff0b0 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uVzjI9Eeue {
  z-index: 1000;
  width: 100%;
}
.cid-uVzjI9Eeue nav.navbar {
  position: fixed;
}
.cid-uVzjI9Eeue .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVzjI9Eeue .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVzjI9Eeue .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVzjI9Eeue .dropdown-item:hover,
.cid-uVzjI9Eeue .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uVzjI9Eeue .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVzjI9Eeue .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVzjI9Eeue .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVzjI9Eeue .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVzjI9Eeue .nav-link {
  position: relative;
}
.cid-uVzjI9Eeue .container {
  display: flex;
  margin: auto;
}
.cid-uVzjI9Eeue .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVzjI9Eeue .dropdown-menu,
.cid-uVzjI9Eeue .navbar.opened {
  background: #fff0b0 !important;
}
.cid-uVzjI9Eeue .nav-item:focus,
.cid-uVzjI9Eeue .nav-link:focus {
  outline: none;
}
.cid-uVzjI9Eeue .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVzjI9Eeue .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVzjI9Eeue .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVzjI9Eeue .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVzjI9Eeue .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVzjI9Eeue .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVzjI9Eeue .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 240, 176, 0.8);
}
.cid-uVzjI9Eeue .navbar.opened {
  transition: all 0.3s;
}
.cid-uVzjI9Eeue .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVzjI9Eeue .navbar .navbar-logo img {
  width: auto;
}
.cid-uVzjI9Eeue .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVzjI9Eeue .navbar.collapsed {
  justify-content: center;
}
.cid-uVzjI9Eeue .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVzjI9Eeue .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVzjI9Eeue .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uVzjI9Eeue .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVzjI9Eeue .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVzjI9Eeue .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVzjI9Eeue .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVzjI9Eeue .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVzjI9Eeue .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVzjI9Eeue .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVzjI9Eeue .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVzjI9Eeue .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVzjI9Eeue .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVzjI9Eeue .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVzjI9Eeue .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVzjI9Eeue .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVzjI9Eeue .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVzjI9Eeue .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVzjI9Eeue .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVzjI9Eeue .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVzjI9Eeue .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVzjI9Eeue .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVzjI9Eeue .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVzjI9Eeue .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVzjI9Eeue .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVzjI9Eeue .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVzjI9Eeue .dropdown-item.active,
.cid-uVzjI9Eeue .dropdown-item:active {
  background-color: transparent;
}
.cid-uVzjI9Eeue .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVzjI9Eeue .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVzjI9Eeue .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVzjI9Eeue .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff0b0;
}
.cid-uVzjI9Eeue .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVzjI9Eeue .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVzjI9Eeue ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVzjI9Eeue .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVzjI9Eeue button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVzjI9Eeue button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #73002a;
}
.cid-uVzjI9Eeue button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVzjI9Eeue button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVzjI9Eeue button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVzjI9Eeue button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVzjI9Eeue nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVzjI9Eeue nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVzjI9Eeue nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVzjI9Eeue nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVzjI9Eeue .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVzjI9Eeue a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVzjI9Eeue .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVzjI9Eeue .navbar {
    height: 70px;
  }
  .cid-uVzjI9Eeue .navbar.opened {
    height: auto;
  }
  .cid-uVzjI9Eeue .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ss74HFpVic {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/impressum-4501916-min-1897x854.jpg");
}
.cid-ss74HFpVic .mbr-section-title {
  color: #73002a;
}
.cid-ss74HFpVic .mbr-section-subtitle {
  color: #005c59;
}
.cid-smQ2QrsMx0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-smQ2QrsMx0 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-smQ2QrsMx0 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-smQ2QrsMx0 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #681111;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-smQ2QrsMx0 H3 {
  color: #73002a;
  text-align: center;
}
.cid-smQ2QrsMx0 .list {
  color: #5c0022;
  text-align: left;
}
.cid-sn6Mma6aHk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sn6Mma6aHk blockquote {
  border-color: #ffffff;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-sn6Mma6aHk .mbr-text {
  color: #5c0022;
}
.cid-sn6Mma6aHk .mbr-section-title {
  color: #5c0022;
}
.cid-v309F3em4g {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #73002a;
}
.cid-v309F3em4g .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v309F3em4g .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v309F3em4g .row {
    text-align: center;
  }
  .cid-v309F3em4g .row > div {
    margin: auto;
  }
  .cid-v309F3em4g .social-row {
    justify-content: center;
  }
}
.cid-v309F3em4g .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v309F3em4g .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v309F3em4g .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v309F3em4g .list {
    margin-bottom: 0rem;
  }
}
.cid-v309F3em4g .mbr-text {
  color: #ffffff;
}
.cid-v309F3em4g .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v309F3em4g .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v309F3em4g div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v309F3em4g .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v309F3em4g H5 {
  color: #ffffff;
}
.cid-uVzjI9Eeue {
  z-index: 1000;
  width: 100%;
}
.cid-uVzjI9Eeue nav.navbar {
  position: fixed;
}
.cid-uVzjI9Eeue .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVzjI9Eeue .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVzjI9Eeue .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVzjI9Eeue .dropdown-item:hover,
.cid-uVzjI9Eeue .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uVzjI9Eeue .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVzjI9Eeue .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVzjI9Eeue .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVzjI9Eeue .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVzjI9Eeue .nav-link {
  position: relative;
}
.cid-uVzjI9Eeue .container {
  display: flex;
  margin: auto;
}
.cid-uVzjI9Eeue .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVzjI9Eeue .dropdown-menu,
.cid-uVzjI9Eeue .navbar.opened {
  background: #fff0b0 !important;
}
.cid-uVzjI9Eeue .nav-item:focus,
.cid-uVzjI9Eeue .nav-link:focus {
  outline: none;
}
.cid-uVzjI9Eeue .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVzjI9Eeue .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVzjI9Eeue .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVzjI9Eeue .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVzjI9Eeue .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVzjI9Eeue .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVzjI9Eeue .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 240, 176, 0.8);
}
.cid-uVzjI9Eeue .navbar.opened {
  transition: all 0.3s;
}
.cid-uVzjI9Eeue .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVzjI9Eeue .navbar .navbar-logo img {
  width: auto;
}
.cid-uVzjI9Eeue .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVzjI9Eeue .navbar.collapsed {
  justify-content: center;
}
.cid-uVzjI9Eeue .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVzjI9Eeue .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVzjI9Eeue .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uVzjI9Eeue .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVzjI9Eeue .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVzjI9Eeue .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVzjI9Eeue .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVzjI9Eeue .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVzjI9Eeue .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVzjI9Eeue .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVzjI9Eeue .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVzjI9Eeue .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVzjI9Eeue .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVzjI9Eeue .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVzjI9Eeue .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVzjI9Eeue .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVzjI9Eeue .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVzjI9Eeue .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVzjI9Eeue .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVzjI9Eeue .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVzjI9Eeue .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVzjI9Eeue .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVzjI9Eeue .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVzjI9Eeue .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVzjI9Eeue .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVzjI9Eeue .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVzjI9Eeue .dropdown-item.active,
.cid-uVzjI9Eeue .dropdown-item:active {
  background-color: transparent;
}
.cid-uVzjI9Eeue .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVzjI9Eeue .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVzjI9Eeue .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVzjI9Eeue .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff0b0;
}
.cid-uVzjI9Eeue .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVzjI9Eeue .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVzjI9Eeue ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVzjI9Eeue .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVzjI9Eeue button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVzjI9Eeue button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #73002a;
}
.cid-uVzjI9Eeue button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVzjI9Eeue button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVzjI9Eeue button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVzjI9Eeue button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVzjI9Eeue nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVzjI9Eeue nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVzjI9Eeue nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVzjI9Eeue nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVzjI9Eeue .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVzjI9Eeue a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVzjI9Eeue .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVzjI9Eeue .navbar {
    height: 70px;
  }
  .cid-uVzjI9Eeue .navbar.opened {
    height: auto;
  }
  .cid-uVzjI9Eeue .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ss76SwwLOl {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/datenschutz-3037639-min-1920x1280.jpg");
}
.cid-ss76SwwLOl .mbr-section-title {
  color: #73002a;
}
.cid-ss76SwwLOl .mbr-section-subtitle {
  color: #005c59;
}
.cid-v5gT7pi60p {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5gT7pi60p .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #ffffff;
  margin-left: 1rem;
}
.cid-v5gT7pi60p .panel-group {
  border: none;
}
.cid-v5gT7pi60p .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v5gT7pi60p .panel-body,
.cid-v5gT7pi60p .card-header {
  padding: 1rem 0;
}
.cid-v5gT7pi60p .panel-title-edit {
  color: #5c0022;
}
.cid-v5gT7pi60p .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v5gT7pi60p H3 {
  color: #73002a;
}
.cid-v5gT7pi60p H4 {
  color: #73002a;
}
.cid-v5gT7pi60p .panel-text {
  color: #5c0022;
}
.cid-v5gT8qQM3K {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5gT8qQM3K .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v5gT8qQM3K .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v5gT8qQM3K .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffffff;
}
.cid-v5gT8qQM3K .panel-body,
.cid-v5gT8qQM3K .card-header {
  padding: 1rem 0;
}
.cid-v5gT8qQM3K .panel-title-edit {
  color: #5c0022;
}
.cid-v5gT8qQM3K .panel-text {
  color: #5c0022;
}
.cid-v5gT9851GV {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v5gT9851GV .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v5gT9851GV .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v5gT9851GV .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffffff;
}
.cid-v5gT9851GV .panel-body,
.cid-v5gT9851GV .card-header {
  padding: 1rem 0;
}
.cid-v5gT9851GV .panel-title-edit {
  color: #5c0022;
}
.cid-v5gT9851GV .panel-text {
  color: #5c0022;
}
.cid-v309IAlCHR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #73002a;
}
.cid-v309IAlCHR .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v309IAlCHR .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v309IAlCHR .row {
    text-align: center;
  }
  .cid-v309IAlCHR .row > div {
    margin: auto;
  }
  .cid-v309IAlCHR .social-row {
    justify-content: center;
  }
}
.cid-v309IAlCHR .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v309IAlCHR .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v309IAlCHR .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v309IAlCHR .list {
    margin-bottom: 0rem;
  }
}
.cid-v309IAlCHR .mbr-text {
  color: #ffffff;
}
.cid-v309IAlCHR .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v309IAlCHR .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v309IAlCHR div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v309IAlCHR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v309IAlCHR H5 {
  color: #ffffff;
}
.cid-uVzjI9Eeue {
  z-index: 1000;
  width: 100%;
}
.cid-uVzjI9Eeue nav.navbar {
  position: fixed;
}
.cid-uVzjI9Eeue .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVzjI9Eeue .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVzjI9Eeue .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVzjI9Eeue .dropdown-item:hover,
.cid-uVzjI9Eeue .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uVzjI9Eeue .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVzjI9Eeue .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVzjI9Eeue .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVzjI9Eeue .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVzjI9Eeue .nav-link {
  position: relative;
}
.cid-uVzjI9Eeue .container {
  display: flex;
  margin: auto;
}
.cid-uVzjI9Eeue .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVzjI9Eeue .dropdown-menu,
.cid-uVzjI9Eeue .navbar.opened {
  background: #fff0b0 !important;
}
.cid-uVzjI9Eeue .nav-item:focus,
.cid-uVzjI9Eeue .nav-link:focus {
  outline: none;
}
.cid-uVzjI9Eeue .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVzjI9Eeue .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVzjI9Eeue .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVzjI9Eeue .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVzjI9Eeue .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVzjI9Eeue .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVzjI9Eeue .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 240, 176, 0.8);
}
.cid-uVzjI9Eeue .navbar.opened {
  transition: all 0.3s;
}
.cid-uVzjI9Eeue .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVzjI9Eeue .navbar .navbar-logo img {
  width: auto;
}
.cid-uVzjI9Eeue .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVzjI9Eeue .navbar.collapsed {
  justify-content: center;
}
.cid-uVzjI9Eeue .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVzjI9Eeue .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVzjI9Eeue .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uVzjI9Eeue .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVzjI9Eeue .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVzjI9Eeue .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVzjI9Eeue .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVzjI9Eeue .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVzjI9Eeue .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVzjI9Eeue .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVzjI9Eeue .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVzjI9Eeue .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVzjI9Eeue .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVzjI9Eeue .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVzjI9Eeue .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVzjI9Eeue .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVzjI9Eeue .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVzjI9Eeue .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVzjI9Eeue .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVzjI9Eeue .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVzjI9Eeue .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVzjI9Eeue .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVzjI9Eeue .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVzjI9Eeue .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVzjI9Eeue .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVzjI9Eeue .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVzjI9Eeue .dropdown-item.active,
.cid-uVzjI9Eeue .dropdown-item:active {
  background-color: transparent;
}
.cid-uVzjI9Eeue .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVzjI9Eeue .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVzjI9Eeue .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVzjI9Eeue .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff0b0;
}
.cid-uVzjI9Eeue .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVzjI9Eeue .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVzjI9Eeue ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVzjI9Eeue .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVzjI9Eeue button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVzjI9Eeue button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #73002a;
}
.cid-uVzjI9Eeue button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVzjI9Eeue button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVzjI9Eeue button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVzjI9Eeue button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVzjI9Eeue nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVzjI9Eeue nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVzjI9Eeue nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVzjI9Eeue nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVzjI9Eeue .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVzjI9Eeue a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVzjI9Eeue .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVzjI9Eeue .navbar {
    height: 70px;
  }
  .cid-uVzjI9Eeue .navbar.opened {
    height: auto;
  }
  .cid-uVzjI9Eeue .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ss79GpvlZ0 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/gegenseitigkeit-3530367-min-1894x560.jpg");
}
.cid-ss79GpvlZ0 .mbr-section-title {
  color: #73002a;
}
.cid-ss79GpvlZ0 .mbr-section-subtitle {
  color: #005c59;
}
.cid-sn6eE07rLJ {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sn6eE07rLJ .mbr-section-title {
  color: #73002a;
}
.cid-sn6eE07rLJ .mbr-section-subtitle {
  text-align: left;
  color: #5c0022;
}
.cid-v309MEC8HL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #73002a;
}
.cid-v309MEC8HL .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v309MEC8HL .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v309MEC8HL .row {
    text-align: center;
  }
  .cid-v309MEC8HL .row > div {
    margin: auto;
  }
  .cid-v309MEC8HL .social-row {
    justify-content: center;
  }
}
.cid-v309MEC8HL .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v309MEC8HL .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v309MEC8HL .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v309MEC8HL .list {
    margin-bottom: 0rem;
  }
}
.cid-v309MEC8HL .mbr-text {
  color: #ffffff;
}
.cid-v309MEC8HL .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v309MEC8HL .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v309MEC8HL div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v309MEC8HL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v309MEC8HL H5 {
  color: #ffffff;
}
.cid-uVzjI9Eeue {
  z-index: 1000;
  width: 100%;
}
.cid-uVzjI9Eeue nav.navbar {
  position: fixed;
}
.cid-uVzjI9Eeue .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVzjI9Eeue .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVzjI9Eeue .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVzjI9Eeue .dropdown-item:hover,
.cid-uVzjI9Eeue .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uVzjI9Eeue .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVzjI9Eeue .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVzjI9Eeue .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVzjI9Eeue .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVzjI9Eeue .nav-link {
  position: relative;
}
.cid-uVzjI9Eeue .container {
  display: flex;
  margin: auto;
}
.cid-uVzjI9Eeue .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVzjI9Eeue .dropdown-menu,
.cid-uVzjI9Eeue .navbar.opened {
  background: #fff0b0 !important;
}
.cid-uVzjI9Eeue .nav-item:focus,
.cid-uVzjI9Eeue .nav-link:focus {
  outline: none;
}
.cid-uVzjI9Eeue .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVzjI9Eeue .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVzjI9Eeue .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVzjI9Eeue .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVzjI9Eeue .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVzjI9Eeue .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVzjI9Eeue .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 240, 176, 0.8);
}
.cid-uVzjI9Eeue .navbar.opened {
  transition: all 0.3s;
}
.cid-uVzjI9Eeue .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVzjI9Eeue .navbar .navbar-logo img {
  width: auto;
}
.cid-uVzjI9Eeue .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVzjI9Eeue .navbar.collapsed {
  justify-content: center;
}
.cid-uVzjI9Eeue .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVzjI9Eeue .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVzjI9Eeue .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uVzjI9Eeue .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVzjI9Eeue .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVzjI9Eeue .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVzjI9Eeue .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVzjI9Eeue .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVzjI9Eeue .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVzjI9Eeue .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVzjI9Eeue .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVzjI9Eeue .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVzjI9Eeue .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVzjI9Eeue .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVzjI9Eeue .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVzjI9Eeue .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVzjI9Eeue .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVzjI9Eeue .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVzjI9Eeue .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVzjI9Eeue .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVzjI9Eeue .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVzjI9Eeue .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVzjI9Eeue .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVzjI9Eeue .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVzjI9Eeue .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVzjI9Eeue .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVzjI9Eeue .dropdown-item.active,
.cid-uVzjI9Eeue .dropdown-item:active {
  background-color: transparent;
}
.cid-uVzjI9Eeue .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVzjI9Eeue .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVzjI9Eeue .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVzjI9Eeue .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff0b0;
}
.cid-uVzjI9Eeue .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVzjI9Eeue .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVzjI9Eeue ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVzjI9Eeue .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVzjI9Eeue button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVzjI9Eeue button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #73002a;
}
.cid-uVzjI9Eeue button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVzjI9Eeue button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVzjI9Eeue button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVzjI9Eeue button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVzjI9Eeue nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVzjI9Eeue nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVzjI9Eeue nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVzjI9Eeue nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVzjI9Eeue .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVzjI9Eeue a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVzjI9Eeue .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVzjI9Eeue .navbar {
    height: 70px;
  }
  .cid-uVzjI9Eeue .navbar.opened {
    height: auto;
  }
  .cid-uVzjI9Eeue .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spbaOvWARf {
  background-image: url("../../../assets/images/aufbau20error404-1528x812.png");
}
.cid-spbaOvWARf .mbr-text,
.cid-spbaOvWARf .mbr-section-btn {
  color: #232323;
}
.cid-spbaOvWARf .btn {
  width: 100%;
}
.cid-spbaOvWARf .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-spbaOvWARf H1 {
  color: #007371;
}
.cid-spbaOvWARf P {
  color: #73002a;
  text-align: left;
}
.cid-spbaOvWARf LABEL {
  text-align: left;
  color: #005c59;
}
.cid-v2ZTCc4xyf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #73002a;
}
.cid-v2ZTCc4xyf .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v2ZTCc4xyf .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v2ZTCc4xyf .row {
    text-align: center;
  }
  .cid-v2ZTCc4xyf .row > div {
    margin: auto;
  }
  .cid-v2ZTCc4xyf .social-row {
    justify-content: center;
  }
}
.cid-v2ZTCc4xyf .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v2ZTCc4xyf .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v2ZTCc4xyf .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2ZTCc4xyf .list {
    margin-bottom: 0rem;
  }
}
.cid-v2ZTCc4xyf .mbr-text {
  color: #ffffff;
}
.cid-v2ZTCc4xyf .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v2ZTCc4xyf .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v2ZTCc4xyf div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v2ZTCc4xyf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2ZTCc4xyf H5 {
  color: #fff0b0;
}
.cid-uVzjI9Eeue {
  z-index: 1000;
  width: 100%;
}
.cid-uVzjI9Eeue nav.navbar {
  position: fixed;
}
.cid-uVzjI9Eeue .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVzjI9Eeue .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVzjI9Eeue .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVzjI9Eeue .dropdown-item:hover,
.cid-uVzjI9Eeue .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uVzjI9Eeue .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVzjI9Eeue .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVzjI9Eeue .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVzjI9Eeue .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVzjI9Eeue .nav-link {
  position: relative;
}
.cid-uVzjI9Eeue .container {
  display: flex;
  margin: auto;
}
.cid-uVzjI9Eeue .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVzjI9Eeue .dropdown-menu,
.cid-uVzjI9Eeue .navbar.opened {
  background: #fff0b0 !important;
}
.cid-uVzjI9Eeue .nav-item:focus,
.cid-uVzjI9Eeue .nav-link:focus {
  outline: none;
}
.cid-uVzjI9Eeue .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVzjI9Eeue .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVzjI9Eeue .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVzjI9Eeue .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVzjI9Eeue .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVzjI9Eeue .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVzjI9Eeue .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 240, 176, 0.8);
}
.cid-uVzjI9Eeue .navbar.opened {
  transition: all 0.3s;
}
.cid-uVzjI9Eeue .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVzjI9Eeue .navbar .navbar-logo img {
  width: auto;
}
.cid-uVzjI9Eeue .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVzjI9Eeue .navbar.collapsed {
  justify-content: center;
}
.cid-uVzjI9Eeue .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVzjI9Eeue .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVzjI9Eeue .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uVzjI9Eeue .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVzjI9Eeue .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVzjI9Eeue .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVzjI9Eeue .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVzjI9Eeue .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVzjI9Eeue .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVzjI9Eeue .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVzjI9Eeue .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVzjI9Eeue .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVzjI9Eeue .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVzjI9Eeue .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVzjI9Eeue .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVzjI9Eeue .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVzjI9Eeue .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVzjI9Eeue .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVzjI9Eeue .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVzjI9Eeue .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVzjI9Eeue .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVzjI9Eeue .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVzjI9Eeue .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVzjI9Eeue .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVzjI9Eeue .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVzjI9Eeue .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVzjI9Eeue .dropdown-item.active,
.cid-uVzjI9Eeue .dropdown-item:active {
  background-color: transparent;
}
.cid-uVzjI9Eeue .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVzjI9Eeue .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVzjI9Eeue .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVzjI9Eeue .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff0b0;
}
.cid-uVzjI9Eeue .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVzjI9Eeue .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVzjI9Eeue ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVzjI9Eeue .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVzjI9Eeue button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVzjI9Eeue button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #73002a;
}
.cid-uVzjI9Eeue button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVzjI9Eeue button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVzjI9Eeue button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVzjI9Eeue button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVzjI9Eeue nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVzjI9Eeue nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVzjI9Eeue nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVzjI9Eeue nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVzjI9Eeue .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVzjI9Eeue a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVzjI9Eeue .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVzjI9Eeue .navbar {
    height: 70px;
  }
  .cid-uVzjI9Eeue .navbar.opened {
    height: auto;
  }
  .cid-uVzjI9Eeue .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uV3O8mQb3l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background8.jpg");
}
.cid-uV3O8mQb3l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV3O8mQb3l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV3O8mQb3l .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uV3O8mQb3l .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uV3O8mQb3l .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uV3O8mQb3l .card-wrapper {
    padding: 4rem;
  }
}
.cid-uV3O8mQb3l .mbr-text,
.cid-uV3O8mQb3l .mbr-section-btn {
  color: #ffffff;
}
.cid-uV3O8mQb3l .card-title,
.cid-uV3O8mQb3l .card-box {
  text-align: left;
}
.cid-uUGZ0Jdwmx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uUGZ0Jdwmx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUGZ0Jdwmx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUGZ0Jdwmx .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uUGZ0Jdwmx .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-v3KBrIlpqt {
  background-image: url("../../../assets/images/route-66-110606-1280-1280x960.jpeg");
}
.cid-v3KBrIlpqt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3KBrIlpqt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW0LQHjm7C {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #fff0b0;
}
.cid-uW0LQHjm7C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW0LQHjm7C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW0LQHjm7C .mbr-section-title,
.cid-uW0LQHjm7C .mbr-text,
.cid-uW0LQHjm7C .mbr-section-btn {
  text-align: center;
}
.cid-uW0LQHjm7C .video-wrapper {
  margin: auto;
}
.cid-uW0LQHjm7C .video-wrapper iframe {
  width: 100%;
}
.cid-uV59MucaAw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uV59MucaAw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV59MucaAw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV59MucaAw .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uV59MucaAw .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uV59MucaAw .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uV59MucaAw .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uV59MucaAw .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uV59MucaAw .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uV59MucaAw .carousel-control,
.cid-uV59MucaAw .close {
  background: #1b1b1b;
}
.cid-uV59MucaAw .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uV59MucaAw .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uV59MucaAw .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uV59MucaAw .carousel-control-next span {
  margin-left: 5px;
}
.cid-uV59MucaAw .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uV59MucaAw .close::before {
  content: '\e91a';
}
.cid-uV59MucaAw .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uV59MucaAw .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uV59MucaAw .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uV59MucaAw .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uV59MucaAw .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uV59MucaAw .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uV59MucaAw .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uV59MucaAw .carousel-indicators li.active,
.cid-uV59MucaAw .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uV59MucaAw .carousel-indicators li::after,
.cid-uV59MucaAw .carousel-indicators li::before {
  content: none;
}
.cid-uV59MucaAw .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uV59MucaAw .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uV59MucaAw .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uV59MucaAw .carousel-indicators {
    display: none;
  }
}
.cid-uV59MucaAw .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uV59MucaAw .carousel-inner > .active {
  display: block;
}
.cid-uV59MucaAw .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uV59MucaAw .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uV59MucaAw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uV59MucaAw .carousel-control,
  .cid-uV59MucaAw .carousel-indicators,
  .cid-uV59MucaAw .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uV59MucaAw .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uV59MucaAw .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uV59MucaAw .carousel-indicators .active,
.cid-uV59MucaAw .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uV59MucaAw .carousel-indicators .active {
  background: #fff;
}
.cid-uV59MucaAw .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uV59MucaAw .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uV59MucaAw .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uV59MucaAw .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uV59MucaAw .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uV59MucaAw .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uV59MucaAw .carousel {
  width: 100%;
}
.cid-uV59MucaAw .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uV59MucaAw .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uV59MucaAw .modal.fade .modal-dialog,
.cid-uV59MucaAw .modal.in .modal-dialog {
  transform: none;
}
.cid-uV59MucaAw .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uV59MucaAw H6 {
  text-align: center;
}
.cid-uUGZ4KTWZI {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #9fdbf8;
}
.cid-uUGZ4KTWZI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUGZ4KTWZI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUGZ4KTWZI .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uUGZ4KTWZI .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-sLxEAqKh3d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v4jifiRRyY {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-v4jifiRRyY .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uVzjI9Eeue {
  z-index: 1000;
  width: 100%;
}
.cid-uVzjI9Eeue nav.navbar {
  position: fixed;
}
.cid-uVzjI9Eeue .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVzjI9Eeue .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVzjI9Eeue .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVzjI9Eeue .dropdown-item:hover,
.cid-uVzjI9Eeue .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uVzjI9Eeue .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVzjI9Eeue .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVzjI9Eeue .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVzjI9Eeue .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVzjI9Eeue .nav-link {
  position: relative;
}
.cid-uVzjI9Eeue .container {
  display: flex;
  margin: auto;
}
.cid-uVzjI9Eeue .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVzjI9Eeue .dropdown-menu,
.cid-uVzjI9Eeue .navbar.opened {
  background: #fff0b0 !important;
}
.cid-uVzjI9Eeue .nav-item:focus,
.cid-uVzjI9Eeue .nav-link:focus {
  outline: none;
}
.cid-uVzjI9Eeue .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVzjI9Eeue .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVzjI9Eeue .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVzjI9Eeue .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVzjI9Eeue .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVzjI9Eeue .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVzjI9Eeue .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 240, 176, 0.8);
}
.cid-uVzjI9Eeue .navbar.opened {
  transition: all 0.3s;
}
.cid-uVzjI9Eeue .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVzjI9Eeue .navbar .navbar-logo img {
  width: auto;
}
.cid-uVzjI9Eeue .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVzjI9Eeue .navbar.collapsed {
  justify-content: center;
}
.cid-uVzjI9Eeue .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVzjI9Eeue .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVzjI9Eeue .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uVzjI9Eeue .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVzjI9Eeue .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVzjI9Eeue .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVzjI9Eeue .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVzjI9Eeue .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVzjI9Eeue .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVzjI9Eeue .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVzjI9Eeue .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVzjI9Eeue .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVzjI9Eeue .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVzjI9Eeue .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVzjI9Eeue .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVzjI9Eeue .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVzjI9Eeue .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVzjI9Eeue .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVzjI9Eeue .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVzjI9Eeue .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVzjI9Eeue .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVzjI9Eeue .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVzjI9Eeue .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVzjI9Eeue .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVzjI9Eeue .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVzjI9Eeue .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVzjI9Eeue .dropdown-item.active,
.cid-uVzjI9Eeue .dropdown-item:active {
  background-color: transparent;
}
.cid-uVzjI9Eeue .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVzjI9Eeue .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVzjI9Eeue .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVzjI9Eeue .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff0b0;
}
.cid-uVzjI9Eeue .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVzjI9Eeue .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVzjI9Eeue ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVzjI9Eeue .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVzjI9Eeue button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVzjI9Eeue button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #73002a;
}
.cid-uVzjI9Eeue button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVzjI9Eeue button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVzjI9Eeue button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVzjI9Eeue button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVzjI9Eeue nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVzjI9Eeue nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVzjI9Eeue nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVzjI9Eeue nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVzjI9Eeue .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVzjI9Eeue a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVzjI9Eeue .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVzjI9Eeue .navbar {
    height: 70px;
  }
  .cid-uVzjI9Eeue .navbar.opened {
    height: auto;
  }
  .cid-uVzjI9Eeue .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ss7b69xKqQ {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/preisliste-673984-min-1920x1280.jpg");
}
.cid-ss7b69xKqQ .mbr-section-title {
  color: #73002a;
}
.cid-ss7b69xKqQ .mbr-section-subtitle {
  color: #005c59;
}
.cid-sn6h7ieBWB {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sn6h7ieBWB .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #ffffff;
  margin-left: 1rem;
}
.cid-sn6h7ieBWB .panel-group {
  border: none;
}
.cid-sn6h7ieBWB .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sn6h7ieBWB .panel-body,
.cid-sn6h7ieBWB .card-header {
  padding: 1rem 0;
}
.cid-sn6h7ieBWB .panel-title-edit {
  color: #5c0022;
}
.cid-sn6h7ieBWB .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sn6h7ieBWB H3 {
  color: #73002a;
}
.cid-sn6h7ieBWB .panel-text {
  color: #5c0022;
}
.cid-sn6h7ieBWB H4 {
  color: #73002a;
}
.cid-v309Q6ipsw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #73002a;
}
.cid-v309Q6ipsw .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v309Q6ipsw .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v309Q6ipsw .row {
    text-align: center;
  }
  .cid-v309Q6ipsw .row > div {
    margin: auto;
  }
  .cid-v309Q6ipsw .social-row {
    justify-content: center;
  }
}
.cid-v309Q6ipsw .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v309Q6ipsw .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v309Q6ipsw .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v309Q6ipsw .list {
    margin-bottom: 0rem;
  }
}
.cid-v309Q6ipsw .mbr-text {
  color: #ffffff;
}
.cid-v309Q6ipsw .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v309Q6ipsw .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v309Q6ipsw div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v309Q6ipsw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v309Q6ipsw H5 {
  color: #ffffff;
}
.cid-uVzjI9Eeue {
  z-index: 1000;
  width: 100%;
}
.cid-uVzjI9Eeue nav.navbar {
  position: fixed;
}
.cid-uVzjI9Eeue .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVzjI9Eeue .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVzjI9Eeue .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVzjI9Eeue .dropdown-item:hover,
.cid-uVzjI9Eeue .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uVzjI9Eeue .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVzjI9Eeue .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVzjI9Eeue .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVzjI9Eeue .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVzjI9Eeue .nav-link {
  position: relative;
}
.cid-uVzjI9Eeue .container {
  display: flex;
  margin: auto;
}
.cid-uVzjI9Eeue .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVzjI9Eeue .dropdown-menu,
.cid-uVzjI9Eeue .navbar.opened {
  background: #fff0b0 !important;
}
.cid-uVzjI9Eeue .nav-item:focus,
.cid-uVzjI9Eeue .nav-link:focus {
  outline: none;
}
.cid-uVzjI9Eeue .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVzjI9Eeue .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVzjI9Eeue .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVzjI9Eeue .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVzjI9Eeue .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVzjI9Eeue .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVzjI9Eeue .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 240, 176, 0.8);
}
.cid-uVzjI9Eeue .navbar.opened {
  transition: all 0.3s;
}
.cid-uVzjI9Eeue .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVzjI9Eeue .navbar .navbar-logo img {
  width: auto;
}
.cid-uVzjI9Eeue .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVzjI9Eeue .navbar.collapsed {
  justify-content: center;
}
.cid-uVzjI9Eeue .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVzjI9Eeue .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVzjI9Eeue .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uVzjI9Eeue .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVzjI9Eeue .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVzjI9Eeue .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVzjI9Eeue .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVzjI9Eeue .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVzjI9Eeue .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVzjI9Eeue .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVzjI9Eeue .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVzjI9Eeue .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVzjI9Eeue .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVzjI9Eeue .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVzjI9Eeue .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVzjI9Eeue .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVzjI9Eeue .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVzjI9Eeue .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVzjI9Eeue .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVzjI9Eeue .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVzjI9Eeue .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVzjI9Eeue .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVzjI9Eeue .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVzjI9Eeue .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVzjI9Eeue .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVzjI9Eeue .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVzjI9Eeue .dropdown-item.active,
.cid-uVzjI9Eeue .dropdown-item:active {
  background-color: transparent;
}
.cid-uVzjI9Eeue .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVzjI9Eeue .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVzjI9Eeue .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVzjI9Eeue .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff0b0;
}
.cid-uVzjI9Eeue .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVzjI9Eeue .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVzjI9Eeue ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVzjI9Eeue .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVzjI9Eeue button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVzjI9Eeue button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #73002a;
}
.cid-uVzjI9Eeue button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVzjI9Eeue button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVzjI9Eeue button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVzjI9Eeue button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVzjI9Eeue nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVzjI9Eeue nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVzjI9Eeue nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVzjI9Eeue nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVzjI9Eeue .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVzjI9Eeue a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVzjI9Eeue .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVzjI9Eeue .navbar {
    height: 70px;
  }
  .cid-uVzjI9Eeue .navbar.opened {
    height: auto;
  }
  .cid-uVzjI9Eeue .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-snQQ2zT0a6 {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/schafe-ostfriesland-5554390-min-1903x965.jpg");
}
.cid-snQQ2zT0a6 .mbr-section-title {
  color: #73002a;
}
.cid-snQQ2zT0a6 .mbr-section-subtitle {
  color: #007371;
}
.cid-snQQ2zT0a6 .mbr-text,
.cid-snQQ2zT0a6 .mbr-section-btn {
  color: #fff0b0;
}
.cid-snQQ2Ab8We {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-snQQ2Ab8We .mbr-section-title {
  color: #73002a;
}
.cid-snQQ2Ab8We .mbr-section-subtitle {
  color: #5c0022;
}
.cid-uJLfdfhpti {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fff0b0;
}
.cid-uJLfdfhpti .line {
  background-color: #5c0022;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uJLfdfhpti .mbr-text {
  color: #73002a;
  text-align: right;
}
.cid-uJLfdfhpti P {
  text-align: center;
}
.cid-uVKnDAnMVf {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uVKnDAnMVf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKnDAnMVf .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-uVKnDAnMVf .container {
    padding: 0 16px;
  }
}
.cid-uVKnDAnMVf .row {
  justify-content: space-between;
}
.cid-uVKnDAnMVf .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uVKnDAnMVf .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uVKnDAnMVf .image-wrapper img {
  height: 520px;
  object-fit: cover;
  box-shadow: 0 7px 20px #333333;
  border-radius: .5em !important;
}
.cid-uVKnDAnMVf .content-wrapper {
  position: relative;
}
.cid-uVKnDAnMVf .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVKnDAnMVf .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uVKnDAnMVf .mbr-text {
  color: #333333;
}
.cid-uVKnDAnMVf .mbr-section-title,
.cid-uVKnDAnMVf .mbr-section-btn {
  color: #73002a;
}
.cid-uVKnDAnMVf .mbr-text,
.cid-uVKnDAnMVf .icon-wrapper {
  color: #5c0022;
}
.cid-uVKojHYWzZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uVKojHYWzZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKojHYWzZ .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-uVKojHYWzZ .container {
    padding: 0 16px;
  }
}
.cid-uVKojHYWzZ .row {
  justify-content: space-between;
}
.cid-uVKojHYWzZ .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uVKojHYWzZ .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uVKojHYWzZ .image-wrapper img {
  height: 520px;
  object-fit: cover;
  box-shadow: 0 7px 20px #333333;
  border-radius: .5em !important;
}
.cid-uVKojHYWzZ .content-wrapper {
  position: relative;
}
.cid-uVKojHYWzZ .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVKojHYWzZ .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uVKojHYWzZ .mbr-text {
  color: #333333;
}
.cid-uVKojHYWzZ .mbr-section-title,
.cid-uVKojHYWzZ .mbr-section-btn {
  color: #73002a;
  text-align: right;
}
.cid-uVKojHYWzZ .mbr-text,
.cid-uVKojHYWzZ .icon-wrapper {
  color: #5c0022;
  text-align: right;
}
.cid-uVKoHlHfB3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uVKoHlHfB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKoHlHfB3 .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-uVKoHlHfB3 .container {
    padding: 0 16px;
  }
}
.cid-uVKoHlHfB3 .row {
  justify-content: space-between;
}
.cid-uVKoHlHfB3 .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uVKoHlHfB3 .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uVKoHlHfB3 .image-wrapper img {
  height: 520px;
  object-fit: cover;
  box-shadow: 0 7px 20px #333333;
  border-radius: .5em !important;
}
.cid-uVKoHlHfB3 .content-wrapper {
  position: relative;
}
.cid-uVKoHlHfB3 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVKoHlHfB3 .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uVKoHlHfB3 .mbr-text {
  color: #333333;
}
.cid-uVKoHlHfB3 .mbr-section-title,
.cid-uVKoHlHfB3 .mbr-section-btn {
  color: #73002a;
  text-align: left;
}
.cid-uVKoHlHfB3 .mbr-text,
.cid-uVKoHlHfB3 .icon-wrapper {
  color: #5c0022;
  text-align: left;
}
.cid-uVKph3cNkK {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uVKph3cNkK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKph3cNkK .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-uVKph3cNkK .container {
    padding: 0 16px;
  }
}
.cid-uVKph3cNkK .row {
  justify-content: space-between;
}
.cid-uVKph3cNkK .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uVKph3cNkK .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uVKph3cNkK .image-wrapper img {
  height: 520px;
  object-fit: cover;
  box-shadow: 0 7px 20px #333333;
  border-radius: .5em !important;
}
.cid-uVKph3cNkK .content-wrapper {
  position: relative;
}
.cid-uVKph3cNkK .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVKph3cNkK .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uVKph3cNkK .mbr-text {
  color: #333333;
}
.cid-uVKph3cNkK .mbr-section-title,
.cid-uVKph3cNkK .mbr-section-btn {
  color: #73002a;
  text-align: right;
}
.cid-uVKph3cNkK .mbr-text,
.cid-uVKph3cNkK .icon-wrapper {
  color: #5c0022;
  text-align: right;
}
.cid-snQQ2BZzNv {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/windkraft-windrad-4907106-min-1920x1280.jpg");
}
.cid-snQQ2BZzNv .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-snQQ2BZzNv img,
.cid-snQQ2BZzNv .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-snQQ2BZzNv .item:focus,
.cid-snQQ2BZzNv span:focus {
  outline: none;
}
.cid-snQQ2BZzNv .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-snQQ2BZzNv .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fff0b0;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-snQQ2BZzNv .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-snQQ2BZzNv .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-snQQ2BZzNv .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-snQQ2BZzNv .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-snQQ2BZzNv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-snQQ2BZzNv .mbr-section-title {
  color: #73002a;
}
.cid-snQQ2BZzNv .mbr-text,
.cid-snQQ2BZzNv .mbr-section-btn {
  text-align: left;
  color: #5c0022;
}
.cid-snQQ2BZzNv .item-title {
  text-align: left;
  color: #73002a;
}
.cid-snQQ2BZzNv .item-subtitle {
  text-align: left;
  color: #007371;
}
.cid-snQQ2BZzNv .mbr-section-subtitle {
  color: #007371;
}
.cid-v31eaFcBFe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/schafe-ostfriesland-5554390-min-830x553.jpg");
}
.cid-v31eaFcBFe .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #ffffff;
  margin-left: 1rem;
}
.cid-v31eaFcBFe .panel-group {
  border: none;
}
.cid-v31eaFcBFe .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v31eaFcBFe .panel-body,
.cid-v31eaFcBFe .card-header {
  padding: 1rem 0;
}
.cid-v31eaFcBFe .panel-title-edit {
  color: #007371;
}
.cid-v31eaFcBFe .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v31eaFcBFe H3 {
  color: #73002a;
}
.cid-v31eaFcBFe .panel-text {
  color: #5c0022;
}
.cid-v31eaFcBFe H4 {
  color: #73002a;
}
.cid-v31eaFcBFe H2 {
  color: #73002a;
}
.cid-v2ZSKWIxzG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #73002a;
}
.cid-v2ZSKWIxzG .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v2ZSKWIxzG .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v2ZSKWIxzG .row {
    text-align: center;
  }
  .cid-v2ZSKWIxzG .row > div {
    margin: auto;
  }
  .cid-v2ZSKWIxzG .social-row {
    justify-content: center;
  }
}
.cid-v2ZSKWIxzG .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v2ZSKWIxzG .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v2ZSKWIxzG .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2ZSKWIxzG .list {
    margin-bottom: 0rem;
  }
}
.cid-v2ZSKWIxzG .mbr-text {
  color: #ffffff;
}
.cid-v2ZSKWIxzG .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v2ZSKWIxzG .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v2ZSKWIxzG div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v2ZSKWIxzG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2ZSKWIxzG H5 {
  color: #fff0b0;
}
.cid-uW13c0YkKA {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uW13c0YkKA .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uW13c0YkKA .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uW13c0YkKA .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #fff0b0;
  display: flex;
  flex-direction: column;
}
.cid-uW13c0YkKA .navbar.opened {
  transition: all 0.2s;
  background: #fff0b0 !important;
}
.cid-uW13c0YkKA .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #ffe67d;
  color: #132c70;
  background: #fff0b0 !important;
}
.cid-uW13c0YkKA .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uW13c0YkKA .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uW13c0YkKA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uW13c0YkKA .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uW13c0YkKA .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-uW13c0YkKA .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uW13c0YkKA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uW13c0YkKA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.38571429vh;
  }
}
.cid-uW13c0YkKA .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uW13c0YkKA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uW13c0YkKA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uW13c0YkKA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uW13c0YkKA .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uW13c0YkKA .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uW13c0YkKA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uW13c0YkKA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uW13c0YkKA .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uW13c0YkKA .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uW13c0YkKA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uW13c0YkKA .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uW13c0YkKA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uW13c0YkKA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uW13c0YkKA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uW13c0YkKA .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uW13c0YkKA .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uW13c0YkKA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uW13c0YkKA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uW13c0YkKA .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uW13c0YkKA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uW13c0YkKA .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uW13c0YkKA .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uW13c0YkKA .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uW13c0YkKA .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uW13c0YkKA .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uW13c0YkKA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uW13c0YkKA .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-uW13c0YkKA .navbar-brand {
  height: 4.1rem;
  min-height: 3rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-uW13c0YkKA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uW13c0YkKA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uW13c0YkKA .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uW13c0YkKA .dropdown-item.active,
.cid-uW13c0YkKA .dropdown-item:active {
  background-color: transparent;
}
.cid-uW13c0YkKA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uW13c0YkKA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uW13c0YkKA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uW13c0YkKA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff0b0;
}
.cid-uW13c0YkKA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uW13c0YkKA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uW13c0YkKA ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uW13c0YkKA .navbar-buttons {
  text-align: center;
}
.cid-uW13c0YkKA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uW13c0YkKA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5c0022;
}
.cid-uW13c0YkKA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uW13c0YkKA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uW13c0YkKA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uW13c0YkKA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uW13c0YkKA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uW13c0YkKA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uW13c0YkKA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uW13c0YkKA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uW13c0YkKA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-uW13c0YkKA .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-uW13c0YkKA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uW13c0YkKA .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uW13c0YkKA .nav-link:hover,
.cid-uW13c0YkKA .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uW13c0YkKA .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uW13c0YkKA .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uW13c0YkKA .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
#custom-html-he {
  /* Type valid CSS here */
}
#custom-html-he div {
  padding: 400px 0;
  color: #777;
  text-align: center;
}
#custom-html-he p {
  font-size: 60px;
  color: #777;
}
.cid-v2ZSoJxPRH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #73002a;
}
.cid-v2ZSoJxPRH .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v2ZSoJxPRH .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v2ZSoJxPRH .row {
    text-align: center;
  }
  .cid-v2ZSoJxPRH .row > div {
    margin: auto;
  }
  .cid-v2ZSoJxPRH .social-row {
    justify-content: center;
  }
}
.cid-v2ZSoJxPRH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v2ZSoJxPRH .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v2ZSoJxPRH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2ZSoJxPRH .list {
    margin-bottom: 0rem;
  }
}
.cid-v2ZSoJxPRH .mbr-text {
  color: #ffffff;
}
.cid-v2ZSoJxPRH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v2ZSoJxPRH .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v2ZSoJxPRH div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v2ZSoJxPRH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2ZSoJxPRH H5 {
  color: #fff0b0;
}
.cid-uW16iakaiA {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uW16iakaiA .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uW16iakaiA .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uW16iakaiA .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #fff0b0;
  display: flex;
  flex-direction: column;
}
.cid-uW16iakaiA .navbar.opened {
  transition: all 0.2s;
  background: #fff0b0 !important;
}
.cid-uW16iakaiA .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #ffe67d;
  color: #132c70;
  background: #fff0b0 !important;
}
.cid-uW16iakaiA .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uW16iakaiA .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uW16iakaiA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uW16iakaiA .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uW16iakaiA .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-uW16iakaiA .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uW16iakaiA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uW16iakaiA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.38571429vh;
  }
}
.cid-uW16iakaiA .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uW16iakaiA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uW16iakaiA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uW16iakaiA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uW16iakaiA .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uW16iakaiA .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uW16iakaiA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uW16iakaiA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uW16iakaiA .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uW16iakaiA .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uW16iakaiA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uW16iakaiA .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uW16iakaiA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uW16iakaiA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uW16iakaiA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uW16iakaiA .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uW16iakaiA .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uW16iakaiA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uW16iakaiA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uW16iakaiA .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uW16iakaiA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uW16iakaiA .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uW16iakaiA .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uW16iakaiA .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uW16iakaiA .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uW16iakaiA .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uW16iakaiA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uW16iakaiA .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-uW16iakaiA .navbar-brand {
  height: 4.1rem;
  min-height: 3rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-uW16iakaiA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uW16iakaiA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uW16iakaiA .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uW16iakaiA .dropdown-item.active,
.cid-uW16iakaiA .dropdown-item:active {
  background-color: transparent;
}
.cid-uW16iakaiA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uW16iakaiA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uW16iakaiA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uW16iakaiA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff0b0;
}
.cid-uW16iakaiA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uW16iakaiA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uW16iakaiA ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uW16iakaiA .navbar-buttons {
  text-align: center;
}
.cid-uW16iakaiA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uW16iakaiA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5c0022;
}
.cid-uW16iakaiA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uW16iakaiA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uW16iakaiA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uW16iakaiA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uW16iakaiA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uW16iakaiA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uW16iakaiA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uW16iakaiA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uW16iakaiA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-uW16iakaiA .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-uW16iakaiA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uW16iakaiA .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uW16iakaiA .nav-link:hover,
.cid-uW16iakaiA .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uW16iakaiA .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uW16iakaiA .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uW16iakaiA .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-v4Hs4G6qS0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/corsicaferriesl-1200x628.png");
}
.cid-v4Hs4G6qS0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Hs4G6qS0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Hs4G6qS0 .row {
  margin: 0 -32px;
}
.cid-v4Hs4G6qS0 .row .card {
  padding: 0 32px;
  justify-content: center;
}
.cid-v4Hs4G6qS0 .title-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v4Hs4G6qS0 .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v4Hs4G6qS0 .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-v4Hs4G6qS0 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v4Hs4G6qS0 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v4Hs4G6qS0 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v4Hs4G6qS0 .title-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v4Hs4G6qS0 .image-wrapper {
  padding: 12px;
  border: 1px solid #fff0b0;
  background-color: #73002a;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-v4Hs4G6qS0 .image-wrapper {
    padding: 6px;
  }
}
.cid-v4Hs4G6qS0 .image-wrapper .image-wrap {
  padding: 12px;
  background-color: #007371;
  border: 1px solid #fff0b0;
  box-shadow: 0 0.25rem 0.375rem -0.125rem #9797b9;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v4Hs4G6qS0 .image-wrapper .image-wrap {
    padding: 6px;
  }
}
.cid-v4Hs4G6qS0 .mbr-label {
  color: #73002a;
  text-align: center;
}
.cid-v4Hs4G6qS0 .mbr-section-title {
  color: #181824;
}
.cid-v4Hs4G6qS0 .mbr-section-title,
.cid-v4Hs4G6qS0 .mbr-section-btn {
  text-align: center;
  color: #007371;
}
.cid-v4Hs4G6qS0 .mbr-text,
.cid-v4Hs4G6qS0 .text-wrapper {
  color: #5c0022;
  text-align: center;
}
.cid-v3n19p43Ch {
  background-color: #fff0b0;
}
.cid-v3n19p43Ch .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3n19p43Ch .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ZSrB185c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #73002a;
}
.cid-v2ZSrB185c .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v2ZSrB185c .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v2ZSrB185c .row {
    text-align: center;
  }
  .cid-v2ZSrB185c .row > div {
    margin: auto;
  }
  .cid-v2ZSrB185c .social-row {
    justify-content: center;
  }
}
.cid-v2ZSrB185c .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v2ZSrB185c .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v2ZSrB185c .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2ZSrB185c .list {
    margin-bottom: 0rem;
  }
}
.cid-v2ZSrB185c .mbr-text {
  color: #ffffff;
}
.cid-v2ZSrB185c .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v2ZSrB185c .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v2ZSrB185c div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v2ZSrB185c .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2ZSrB185c H5 {
  color: #fff0b0;
}
.cid-uW16MglYTe {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uW16MglYTe .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uW16MglYTe .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uW16MglYTe .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #fff0b0;
  display: flex;
  flex-direction: column;
}
.cid-uW16MglYTe .navbar.opened {
  transition: all 0.2s;
  background: #fff0b0 !important;
}
.cid-uW16MglYTe .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #ffe67d;
  color: #132c70;
  background: #fff0b0 !important;
}
.cid-uW16MglYTe .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uW16MglYTe .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uW16MglYTe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uW16MglYTe .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uW16MglYTe .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-uW16MglYTe .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uW16MglYTe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uW16MglYTe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.38571429vh;
  }
}
.cid-uW16MglYTe .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uW16MglYTe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uW16MglYTe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uW16MglYTe .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uW16MglYTe .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uW16MglYTe .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uW16MglYTe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uW16MglYTe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uW16MglYTe .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uW16MglYTe .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uW16MglYTe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uW16MglYTe .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uW16MglYTe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uW16MglYTe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uW16MglYTe .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uW16MglYTe .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uW16MglYTe .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uW16MglYTe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uW16MglYTe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uW16MglYTe .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uW16MglYTe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uW16MglYTe .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uW16MglYTe .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uW16MglYTe .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uW16MglYTe .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uW16MglYTe .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uW16MglYTe .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uW16MglYTe .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-uW16MglYTe .navbar-brand {
  height: 4.1rem;
  min-height: 3rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-uW16MglYTe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uW16MglYTe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uW16MglYTe .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uW16MglYTe .dropdown-item.active,
.cid-uW16MglYTe .dropdown-item:active {
  background-color: transparent;
}
.cid-uW16MglYTe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uW16MglYTe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uW16MglYTe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uW16MglYTe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff0b0;
}
.cid-uW16MglYTe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uW16MglYTe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uW16MglYTe ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uW16MglYTe .navbar-buttons {
  text-align: center;
}
.cid-uW16MglYTe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uW16MglYTe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5c0022;
}
.cid-uW16MglYTe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uW16MglYTe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uW16MglYTe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uW16MglYTe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uW16MglYTe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uW16MglYTe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uW16MglYTe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uW16MglYTe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uW16MglYTe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-uW16MglYTe .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-uW16MglYTe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uW16MglYTe .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uW16MglYTe .nav-link:hover,
.cid-uW16MglYTe .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uW16MglYTe .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uW16MglYTe .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uW16MglYTe .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-v4Hs8U6e6H {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mobylinesl-1200x628.png");
}
.cid-v4Hs8U6e6H .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Hs8U6e6H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Hs8U6e6H .row {
  margin: 0 -32px;
}
.cid-v4Hs8U6e6H .row .card {
  padding: 0 32px;
  justify-content: center;
}
.cid-v4Hs8U6e6H .title-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v4Hs8U6e6H .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v4Hs8U6e6H .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-v4Hs8U6e6H .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v4Hs8U6e6H .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v4Hs8U6e6H .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v4Hs8U6e6H .title-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v4Hs8U6e6H .image-wrapper {
  padding: 12px;
  border: 1px solid #fff0b0;
  background-color: #73002a;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-v4Hs8U6e6H .image-wrapper {
    padding: 6px;
  }
}
.cid-v4Hs8U6e6H .image-wrapper .image-wrap {
  padding: 12px;
  background-color: #007371;
  border: 1px solid #fff0b0;
  box-shadow: 0 0.25rem 0.375rem -0.125rem #9797b9;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v4Hs8U6e6H .image-wrapper .image-wrap {
    padding: 6px;
  }
}
.cid-v4Hs8U6e6H .mbr-label {
  color: #73002a;
  text-align: center;
}
.cid-v4Hs8U6e6H .mbr-section-title {
  color: #181824;
}
.cid-v4Hs8U6e6H .mbr-section-title,
.cid-v4Hs8U6e6H .mbr-section-btn {
  text-align: center;
  color: #007371;
}
.cid-v4Hs8U6e6H .mbr-text,
.cid-v4Hs8U6e6H .text-wrapper {
  color: #5c0022;
  text-align: center;
}
.cid-v3n1DACiGi {
  background-color: #fff0b0;
}
.cid-v3n1DACiGi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3n1DACiGi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ZSxoGrrY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #73002a;
}
.cid-v2ZSxoGrrY .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v2ZSxoGrrY .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v2ZSxoGrrY .row {
    text-align: center;
  }
  .cid-v2ZSxoGrrY .row > div {
    margin: auto;
  }
  .cid-v2ZSxoGrrY .social-row {
    justify-content: center;
  }
}
.cid-v2ZSxoGrrY .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v2ZSxoGrrY .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v2ZSxoGrrY .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2ZSxoGrrY .list {
    margin-bottom: 0rem;
  }
}
.cid-v2ZSxoGrrY .mbr-text {
  color: #ffffff;
}
.cid-v2ZSxoGrrY .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v2ZSxoGrrY .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v2ZSxoGrrY div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v2ZSxoGrrY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2ZSxoGrrY H5 {
  color: #fff0b0;
}
.cid-uVzjI9Eeue {
  z-index: 1000;
  width: 100%;
}
.cid-uVzjI9Eeue nav.navbar {
  position: fixed;
}
.cid-uVzjI9Eeue .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVzjI9Eeue .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVzjI9Eeue .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVzjI9Eeue .dropdown-item:hover,
.cid-uVzjI9Eeue .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uVzjI9Eeue .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVzjI9Eeue .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVzjI9Eeue .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVzjI9Eeue .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVzjI9Eeue .nav-link {
  position: relative;
}
.cid-uVzjI9Eeue .container {
  display: flex;
  margin: auto;
}
.cid-uVzjI9Eeue .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVzjI9Eeue .dropdown-menu,
.cid-uVzjI9Eeue .navbar.opened {
  background: #fff0b0 !important;
}
.cid-uVzjI9Eeue .nav-item:focus,
.cid-uVzjI9Eeue .nav-link:focus {
  outline: none;
}
.cid-uVzjI9Eeue .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVzjI9Eeue .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVzjI9Eeue .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVzjI9Eeue .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVzjI9Eeue .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVzjI9Eeue .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVzjI9Eeue .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 240, 176, 0.8);
}
.cid-uVzjI9Eeue .navbar.opened {
  transition: all 0.3s;
}
.cid-uVzjI9Eeue .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVzjI9Eeue .navbar .navbar-logo img {
  width: auto;
}
.cid-uVzjI9Eeue .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVzjI9Eeue .navbar.collapsed {
  justify-content: center;
}
.cid-uVzjI9Eeue .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVzjI9Eeue .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVzjI9Eeue .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uVzjI9Eeue .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVzjI9Eeue .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVzjI9Eeue .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVzjI9Eeue .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVzjI9Eeue .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVzjI9Eeue .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVzjI9Eeue .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVzjI9Eeue .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVzjI9Eeue .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVzjI9Eeue .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVzjI9Eeue .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVzjI9Eeue .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVzjI9Eeue .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVzjI9Eeue .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVzjI9Eeue .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVzjI9Eeue .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVzjI9Eeue .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVzjI9Eeue .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVzjI9Eeue .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVzjI9Eeue .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVzjI9Eeue .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVzjI9Eeue .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVzjI9Eeue .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVzjI9Eeue .dropdown-item.active,
.cid-uVzjI9Eeue .dropdown-item:active {
  background-color: transparent;
}
.cid-uVzjI9Eeue .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVzjI9Eeue .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVzjI9Eeue .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVzjI9Eeue .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff0b0;
}
.cid-uVzjI9Eeue .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVzjI9Eeue .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVzjI9Eeue ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVzjI9Eeue .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVzjI9Eeue button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVzjI9Eeue button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #73002a;
}
.cid-uVzjI9Eeue button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVzjI9Eeue button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVzjI9Eeue button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVzjI9Eeue button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVzjI9Eeue nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVzjI9Eeue nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVzjI9Eeue nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVzjI9Eeue nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVzjI9Eeue .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVzjI9Eeue a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVzjI9Eeue .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVzjI9Eeue .navbar {
    height: 70px;
  }
  .cid-uVzjI9Eeue .navbar.opened {
    height: auto;
  }
  .cid-uVzjI9Eeue .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sn7fGl65ej {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/strand-beach-1110498-min-1920x1280.jpeg");
}
.cid-sn7fGl65ej .mbr-section-title {
  color: #73002a;
}
.cid-sn7fGl65ej .mbr-section-subtitle {
  color: #007371;
}
.cid-sn7fGl65ej .mbr-text,
.cid-sn7fGl65ej .mbr-section-btn {
  color: #5c0022;
}
.cid-sn7rZ5aSuw {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sn7rZ5aSuw .mbr-section-title {
  color: #73002a;
}
.cid-sn7rZ5aSuw .mbr-section-subtitle {
  color: #5c0022;
}
.cid-uJLccMRvmi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fff0b0;
}
.cid-uJLccMRvmi .line {
  background-color: #5c0022;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uJLccMRvmi .mbr-text {
  color: #73002a;
  text-align: right;
}
.cid-uJLccMRvmi P {
  text-align: center;
}
.cid-uVKhkhDL26 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uVKhkhDL26 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKhkhDL26 .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-uVKhkhDL26 .container {
    padding: 0 16px;
  }
}
.cid-uVKhkhDL26 .row {
  justify-content: space-between;
}
.cid-uVKhkhDL26 .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uVKhkhDL26 .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uVKhkhDL26 .image-wrapper img {
  height: 520px;
  object-fit: cover;
  box-shadow: 0 7px 20px #333333;
  border-radius: .5em !important;
}
.cid-uVKhkhDL26 .content-wrapper {
  position: relative;
}
.cid-uVKhkhDL26 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVKhkhDL26 .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uVKhkhDL26 .mbr-text {
  color: #333333;
}
.cid-uVKhkhDL26 .mbr-section-title,
.cid-uVKhkhDL26 .mbr-section-btn {
  color: #73002a;
}
.cid-uVKhkhDL26 .mbr-text,
.cid-uVKhkhDL26 .icon-wrapper {
  color: #5c0022;
}
.cid-uVKhToq7e4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uVKhToq7e4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKhToq7e4 .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-uVKhToq7e4 .container {
    padding: 0 16px;
  }
}
.cid-uVKhToq7e4 .row {
  justify-content: space-between;
}
.cid-uVKhToq7e4 .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uVKhToq7e4 .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uVKhToq7e4 .image-wrapper img {
  height: 520px;
  object-fit: cover;
  box-shadow: 0 7px 20px #333333;
  border-radius: .5em !important;
}
.cid-uVKhToq7e4 .content-wrapper {
  position: relative;
}
.cid-uVKhToq7e4 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVKhToq7e4 .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uVKhToq7e4 .mbr-text {
  color: #333333;
}
.cid-uVKhToq7e4 .mbr-section-title,
.cid-uVKhToq7e4 .mbr-section-btn {
  color: #73002a;
  text-align: right;
}
.cid-uVKhToq7e4 .mbr-text,
.cid-uVKhToq7e4 .icon-wrapper {
  color: #5c0022;
  text-align: right;
}
.cid-uVKg7rI1Pp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uVKg7rI1Pp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKg7rI1Pp .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-uVKg7rI1Pp .container {
    padding: 0 16px;
  }
}
.cid-uVKg7rI1Pp .row {
  justify-content: space-between;
}
.cid-uVKg7rI1Pp .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uVKg7rI1Pp .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uVKg7rI1Pp .image-wrapper img {
  height: 520px;
  object-fit: cover;
  box-shadow: 0 7px 20px #333333;
  border-radius: .5em !important;
}
.cid-uVKg7rI1Pp .content-wrapper {
  position: relative;
}
.cid-uVKg7rI1Pp .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVKg7rI1Pp .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uVKg7rI1Pp .mbr-text {
  color: #333333;
}
.cid-uVKg7rI1Pp .mbr-section-title,
.cid-uVKg7rI1Pp .mbr-section-btn {
  color: #73002a;
}
.cid-uVKg7rI1Pp .mbr-text,
.cid-uVKg7rI1Pp .icon-wrapper {
  color: #5c0022;
}
.cid-uVKiTjd0pG {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uVKiTjd0pG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKiTjd0pG .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-uVKiTjd0pG .container {
    padding: 0 16px;
  }
}
.cid-uVKiTjd0pG .row {
  justify-content: space-between;
}
.cid-uVKiTjd0pG .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uVKiTjd0pG .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uVKiTjd0pG .image-wrapper img {
  height: 520px;
  object-fit: cover;
  box-shadow: 0 7px 20px #333333;
  border-radius: .5em !important;
}
.cid-uVKiTjd0pG .content-wrapper {
  position: relative;
}
.cid-uVKiTjd0pG .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVKiTjd0pG .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uVKiTjd0pG .mbr-text {
  color: #333333;
}
.cid-uVKiTjd0pG .mbr-section-title,
.cid-uVKiTjd0pG .mbr-section-btn {
  color: #73002a;
  text-align: right;
}
.cid-uVKiTjd0pG .mbr-text,
.cid-uVKiTjd0pG .icon-wrapper {
  color: #5c0022;
  text-align: right;
}
.cid-sn7gbl43zq {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/abenteuer-bergwandern-1850912-min-1920x1280.jpg");
}
.cid-sn7gbl43zq .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-sn7gbl43zq img,
.cid-sn7gbl43zq .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sn7gbl43zq .item:focus,
.cid-sn7gbl43zq span:focus {
  outline: none;
}
.cid-sn7gbl43zq .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sn7gbl43zq .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fff0b0;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sn7gbl43zq .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sn7gbl43zq .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sn7gbl43zq .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sn7gbl43zq .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sn7gbl43zq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sn7gbl43zq .mbr-section-title {
  color: #73002a;
}
.cid-sn7gbl43zq .mbr-text,
.cid-sn7gbl43zq .mbr-section-btn {
  text-align: left;
  color: #5c0022;
}
.cid-sn7gbl43zq .item-title {
  text-align: left;
  color: #73002a;
}
.cid-sn7gbl43zq .item-subtitle {
  text-align: left;
  color: #007371;
}
.cid-sn7gbl43zq .mbr-section-subtitle {
  color: #007371;
}
.cid-v314BoJiB9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/strand-beach-1110498-min-2-1920x1280.jpeg");
}
.cid-v314BoJiB9 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #ffffff;
  margin-left: 1rem;
}
.cid-v314BoJiB9 .panel-group {
  border: none;
}
.cid-v314BoJiB9 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v314BoJiB9 .panel-body,
.cid-v314BoJiB9 .card-header {
  padding: 1rem 0;
}
.cid-v314BoJiB9 .panel-title-edit {
  color: #007371;
}
.cid-v314BoJiB9 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v314BoJiB9 H3 {
  color: #73002a;
}
.cid-v314BoJiB9 .panel-text {
  color: #5c0022;
}
.cid-v314BoJiB9 H4 {
  color: #73002a;
}
.cid-v3094g7vnJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #73002a;
}
.cid-v3094g7vnJ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v3094g7vnJ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3094g7vnJ .row {
    text-align: center;
  }
  .cid-v3094g7vnJ .row > div {
    margin: auto;
  }
  .cid-v3094g7vnJ .social-row {
    justify-content: center;
  }
}
.cid-v3094g7vnJ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v3094g7vnJ .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v3094g7vnJ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3094g7vnJ .list {
    margin-bottom: 0rem;
  }
}
.cid-v3094g7vnJ .mbr-text {
  color: #ffffff;
}
.cid-v3094g7vnJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v3094g7vnJ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v3094g7vnJ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v3094g7vnJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v3094g7vnJ H5 {
  color: #ffffff;
}
.cid-uVzjI9Eeue {
  z-index: 1000;
  width: 100%;
}
.cid-uVzjI9Eeue nav.navbar {
  position: fixed;
}
.cid-uVzjI9Eeue .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVzjI9Eeue .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVzjI9Eeue .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVzjI9Eeue .dropdown-item:hover,
.cid-uVzjI9Eeue .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uVzjI9Eeue .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVzjI9Eeue .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVzjI9Eeue .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVzjI9Eeue .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVzjI9Eeue .nav-link {
  position: relative;
}
.cid-uVzjI9Eeue .container {
  display: flex;
  margin: auto;
}
.cid-uVzjI9Eeue .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVzjI9Eeue .dropdown-menu,
.cid-uVzjI9Eeue .navbar.opened {
  background: #fff0b0 !important;
}
.cid-uVzjI9Eeue .nav-item:focus,
.cid-uVzjI9Eeue .nav-link:focus {
  outline: none;
}
.cid-uVzjI9Eeue .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVzjI9Eeue .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVzjI9Eeue .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVzjI9Eeue .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVzjI9Eeue .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVzjI9Eeue .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVzjI9Eeue .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 240, 176, 0.8);
}
.cid-uVzjI9Eeue .navbar.opened {
  transition: all 0.3s;
}
.cid-uVzjI9Eeue .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVzjI9Eeue .navbar .navbar-logo img {
  width: auto;
}
.cid-uVzjI9Eeue .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVzjI9Eeue .navbar.collapsed {
  justify-content: center;
}
.cid-uVzjI9Eeue .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVzjI9Eeue .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVzjI9Eeue .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uVzjI9Eeue .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVzjI9Eeue .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVzjI9Eeue .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVzjI9Eeue .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVzjI9Eeue .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVzjI9Eeue .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVzjI9Eeue .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVzjI9Eeue .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVzjI9Eeue .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVzjI9Eeue .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVzjI9Eeue .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVzjI9Eeue .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVzjI9Eeue .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVzjI9Eeue .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVzjI9Eeue .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVzjI9Eeue .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVzjI9Eeue .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVzjI9Eeue .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVzjI9Eeue .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVzjI9Eeue .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVzjI9Eeue .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVzjI9Eeue .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVzjI9Eeue .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVzjI9Eeue .dropdown-item.active,
.cid-uVzjI9Eeue .dropdown-item:active {
  background-color: transparent;
}
.cid-uVzjI9Eeue .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVzjI9Eeue .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVzjI9Eeue .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVzjI9Eeue .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff0b0;
}
.cid-uVzjI9Eeue .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVzjI9Eeue .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVzjI9Eeue ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVzjI9Eeue .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVzjI9Eeue button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVzjI9Eeue button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #73002a;
}
.cid-uVzjI9Eeue button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVzjI9Eeue button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVzjI9Eeue button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVzjI9Eeue button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVzjI9Eeue nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVzjI9Eeue nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVzjI9Eeue nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVzjI9Eeue nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVzjI9Eeue .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVzjI9Eeue a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVzjI9Eeue .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVzjI9Eeue .navbar {
    height: 70px;
  }
  .cid-uVzjI9Eeue .navbar.opened {
    height: auto;
  }
  .cid-uVzjI9Eeue .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uK2DsLFQ44 {
  padding-top: 150px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/cly20titel20calvi-956550-1280-1280x960.jpeg");
}
.cid-uK2DsLFQ44 .slider-text-two {
  background: rgba(255, 240, 176, 0.8) none repeat scroll 0 0;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
}
.cid-uK2DsLFQ44 .mbr-section-title {
  color: #73002a;
}
.cid-uK2DsLFQ44 .mbr-text {
  color: #007371;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uK2DsLFQ44 .slider-text-two {
    outline: 15px solid rgba(255, 240, 176, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-uVJlTEGPh1 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uVJlTEGPh1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVJlTEGPh1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVJlTEGPh1 .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uVJlTEGPh1 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVJlTEGPh1 .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVJlTEGPh1 .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uVJlTEGPh1 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVJlTEGPh1 .mbr-section-title {
  color: #000000;
}
.cid-uVJlTEGPh1 .mbr-desc {
  color: #005c59;
  text-align: center;
}
.cid-uVJlTEGPh1 .mbr-text {
  color: #000000;
}
.cid-uVJlTEGPh1 .mbr-section-title,
.cid-uVJlTEGPh1 .mbr-section-btn {
  color: #73002a;
  text-align: center;
}
.cid-uVJlTEGPh1 P {
  text-align: center;
}
.cid-uUvrNiTVcs {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #73002a;
}
.cid-uUvrNiTVcs .line {
  background-color: #f9e7bd;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uUvrNiTVcs .mbr-text {
  color: #fff0b0;
}
.cid-uK2DsNpD3F {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uK2DsNpD3F .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-uK2DsNpD3F .mbr-section-title {
  margin: 0;
  color: #73002a;
  text-align: center;
}
.cid-uK2DsNpD3F .card-img {
  text-align: center;
}
.cid-uK2DsNpD3F .row-item {
  padding-bottom: 2rem;
  padding: 5rem 2rem;
}
.cid-uK2DsNpD3F .row-item.card1 {
  background: #00736f;
}
.cid-uK2DsNpD3F .row-item.card2 {
  background: #fff0b0;
}
.cid-uK2DsNpD3F .row-item.card3 {
  background: #73002a;
}
.cid-uK2DsNpD3F .row-item.card4 {
  background: #2bdc9d;
}
.cid-uK2DsNpD3F .mbr-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-uK2DsNpD3F .card-img,
  .cid-uK2DsNpD3F .mbr-text,
  .cid-uK2DsNpD3F .mbr-card-title,
  .cid-uK2DsNpD3F .mbr-section-subtitle,
  .cid-uK2DsNpD3F .mbr-section-title,
  .cid-uK2DsNpD3F .underline {
    text-align: center !important;
  }
}
.cid-uK2DsNpD3F .mbr-section-subtitle {
  color: #5c0022;
}
.cid-uK2DsNpD3F .card2 > .mbr-card-title,
.cid-uK2DsNpD3F .card2 > .card-img {
  color: #007371;
}
.cid-uK2DsNpD3F .card2 > .mbr-text,
.cid-uK2DsNpD3F .card2 > .mbr-section-btn {
  text-align: center;
  color: #5c0022;
}
.cid-uK2DsNpD3F .card1 > .mbr-card-title,
.cid-uK2DsNpD3F .card1 > .card-img {
  color: #fff0b0;
}
.cid-uK2DsNpD3F .card1 > .mbr-text,
.cid-uK2DsNpD3F .card1 > .mbr-section-btn {
  color: #fff0b0;
}
.cid-uK2DsNpD3F .card3 > .mbr-card-title,
.cid-uK2DsNpD3F .card3 > .card-img {
  color: #fff0b0;
}
.cid-uK2DsNpD3F .card3 > .mbr-text,
.cid-uK2DsNpD3F .card3 > .mbr-section-btn {
  color: #fff0b0;
}
.cid-uZoVx3kwQk {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/bagutte20kc3a4ste20kaffee-2000x1125.jpg");
}
.cid-uZoVx3kwQk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZoVx3kwQk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZoVx3kwQk .card-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
.cid-uZoVx3kwQk .mbr-iconfont {
  font-size: 3rem;
  color: #502274;
  padding-right: 2rem;
}
.cid-uZoVx3kwQk .title {
  color: #73002a;
}
.cid-uZoVx3kwQk .card-title {
  color: #005c59;
}
.cid-uZoVx3kwQk .card-text {
  color: #5c0022;
}
.cid-uK2DsOdoRa {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uK2DsOdoRa img,
.cid-uK2DsOdoRa .item-img {
  width: 100%;
}
.cid-uK2DsOdoRa .item:focus,
.cid-uK2DsOdoRa span:focus {
  outline: none;
}
.cid-uK2DsOdoRa .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uK2DsOdoRa .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fff0b0;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uK2DsOdoRa .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uK2DsOdoRa .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uK2DsOdoRa .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uK2DsOdoRa .mbr-section-title {
  color: #73002a;
}
.cid-uK2DsOdoRa .mbr-text,
.cid-uK2DsOdoRa .mbr-section-btn {
  text-align: center;
  color: #5c0022;
}
.cid-uK2DsOdoRa .item-title {
  text-align: center;
  color: #007371;
}
.cid-uK2DsOdoRa .item-subtitle {
  text-align: center;
}
.cid-uK2DsOdoRa .mbr-section-subtitle {
  color: #005c59;
}
.cid-uK2DsPaFtO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uK2DsPaFtO .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uK2DsPaFtO .container {
    max-width: 1400px;
  }
}
.cid-uK2DsPaFtO .card {
  margin: auto;
}
.cid-uK2DsPaFtO .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #73002a;
  margin-bottom: 2rem;
}
.cid-uK2DsPaFtO .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uK2DsPaFtO .row {
  justify-content: center;
}
.cid-uK2DsPaFtO H3 {
  color: #73002a;
}
.cid-uK2DsPaFtO .card-title,
.cid-uK2DsPaFtO .card-box {
  color: #5c0022;
}
.cid-uV5YUye0EC {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/passenger-362169-1076x717.png-1076x717.png");
}
.cid-uV5YUye0EC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV5YUye0EC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV5YUye0EC .card-wrapper {
  background: #007371;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uV5YUye0EC .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uV5YUye0EC .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uV5YUye0EC .card-wrapper {
    padding: 4rem;
  }
}
.cid-uV5YUye0EC .mbr-text,
.cid-uV5YUye0EC .mbr-section-btn {
  color: #fff0b0;
}
.cid-uV5YUye0EC .card-title,
.cid-uV5YUye0EC .card-box {
  text-align: center;
  color: #fff0b0;
}
.cid-uV63ux0ZaX {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/automobile-123469-1076x717-1076x717.png");
}
.cid-uV63ux0ZaX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV63ux0ZaX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV63ux0ZaX .card-wrapper {
  background: #fff0b0;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uV63ux0ZaX .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uV63ux0ZaX .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uV63ux0ZaX .card-wrapper {
    padding: 4rem;
  }
}
.cid-uV63ux0ZaX .mbr-text,
.cid-uV63ux0ZaX .mbr-section-btn {
  color: #5c0022;
}
.cid-uV63ux0ZaX .card-title,
.cid-uV63ux0ZaX .card-box {
  text-align: center;
  color: #73002a;
}
.cid-uV4HG6ivsO {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/sunglasses-1539183-1076x717.png-1076x717.png");
}
.cid-uV4HG6ivsO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4HG6ivsO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV4HG6ivsO .card-wrapper {
  background: #73002a;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uV4HG6ivsO .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uV4HG6ivsO .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uV4HG6ivsO .card-wrapper {
    padding: 4rem;
  }
}
.cid-uV4HG6ivsO .mbr-text,
.cid-uV4HG6ivsO .mbr-section-btn {
  color: #fff0b0;
  text-align: center;
}
.cid-uV4HG6ivsO .card-title,
.cid-uV4HG6ivsO .card-box {
  text-align: center;
  color: #fff0b0;
}
.cid-uV675BEIXE {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/vehicle-3256021-830x553.png-830x553.png");
}
.cid-uV675BEIXE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV675BEIXE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV675BEIXE .card-wrapper {
  background: #b1d1cf;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uV675BEIXE .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uV675BEIXE .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uV675BEIXE .card-wrapper {
    padding: 4rem;
  }
}
.cid-uV675BEIXE .mbr-text,
.cid-uV675BEIXE .mbr-section-btn {
  color: #5c0022;
}
.cid-uV675BEIXE .card-title,
.cid-uV675BEIXE .card-box {
  text-align: center;
  color: #73002a;
}
.cid-uV6oIgQAGH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/schinken20und20kc3a4se20laden-2000x1125.jpg");
}
.cid-uV6oIgQAGH ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uV6oIgQAGH li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uV6oIgQAGH ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #73002a;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uV6oIgQAGH H3 {
  text-align: center;
  color: #73002a;
}
.cid-uV6oIgQAGH .list {
  text-align: left;
  color: #005c59;
}
.cid-v309cg6q4I {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #73002a;
}
.cid-v309cg6q4I .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v309cg6q4I .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v309cg6q4I .row {
    text-align: center;
  }
  .cid-v309cg6q4I .row > div {
    margin: auto;
  }
  .cid-v309cg6q4I .social-row {
    justify-content: center;
  }
}
.cid-v309cg6q4I .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v309cg6q4I .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v309cg6q4I .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v309cg6q4I .list {
    margin-bottom: 0rem;
  }
}
.cid-v309cg6q4I .mbr-text {
  color: #ffffff;
}
.cid-v309cg6q4I .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v309cg6q4I .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v309cg6q4I div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v309cg6q4I .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v309cg6q4I H5 {
  color: #ffffff;
}
.cid-uZoZPn3tVV {
  z-index: 1000;
  width: 100%;
}
.cid-uZoZPn3tVV nav.navbar {
  position: fixed;
}
.cid-uZoZPn3tVV .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZoZPn3tVV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZoZPn3tVV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZoZPn3tVV .dropdown-item:hover,
.cid-uZoZPn3tVV .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uZoZPn3tVV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZoZPn3tVV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZoZPn3tVV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZoZPn3tVV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZoZPn3tVV .nav-link {
  position: relative;
}
.cid-uZoZPn3tVV .container {
  display: flex;
  margin: auto;
}
.cid-uZoZPn3tVV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZoZPn3tVV .dropdown-menu,
.cid-uZoZPn3tVV .navbar.opened {
  background: #fff0b0 !important;
}
.cid-uZoZPn3tVV .nav-item:focus,
.cid-uZoZPn3tVV .nav-link:focus {
  outline: none;
}
.cid-uZoZPn3tVV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZoZPn3tVV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZoZPn3tVV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZoZPn3tVV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZoZPn3tVV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZoZPn3tVV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZoZPn3tVV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 240, 176, 0.8);
}
.cid-uZoZPn3tVV .navbar.opened {
  transition: all 0.3s;
}
.cid-uZoZPn3tVV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZoZPn3tVV .navbar .navbar-logo img {
  width: auto;
}
.cid-uZoZPn3tVV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZoZPn3tVV .navbar.collapsed {
  justify-content: center;
}
.cid-uZoZPn3tVV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZoZPn3tVV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZoZPn3tVV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uZoZPn3tVV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZoZPn3tVV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZoZPn3tVV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZoZPn3tVV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZoZPn3tVV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZoZPn3tVV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZoZPn3tVV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZoZPn3tVV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZoZPn3tVV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZoZPn3tVV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZoZPn3tVV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZoZPn3tVV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZoZPn3tVV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZoZPn3tVV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZoZPn3tVV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZoZPn3tVV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZoZPn3tVV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZoZPn3tVV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZoZPn3tVV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZoZPn3tVV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZoZPn3tVV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZoZPn3tVV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZoZPn3tVV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZoZPn3tVV .dropdown-item.active,
.cid-uZoZPn3tVV .dropdown-item:active {
  background-color: transparent;
}
.cid-uZoZPn3tVV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZoZPn3tVV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZoZPn3tVV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZoZPn3tVV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff0b0;
}
.cid-uZoZPn3tVV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZoZPn3tVV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZoZPn3tVV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZoZPn3tVV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZoZPn3tVV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZoZPn3tVV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #73002a;
}
.cid-uZoZPn3tVV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZoZPn3tVV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZoZPn3tVV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZoZPn3tVV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZoZPn3tVV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZoZPn3tVV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZoZPn3tVV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZoZPn3tVV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZoZPn3tVV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZoZPn3tVV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZoZPn3tVV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZoZPn3tVV .navbar {
    height: 70px;
  }
  .cid-uZoZPn3tVV .navbar.opened {
    height: auto;
  }
  .cid-uZoZPn3tVV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZoZPnyjfq {
  padding-top: 150px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/design20ohne20titel202201-9-1920x1280.png");
}
.cid-uZoZPnyjfq .slider-text-two {
  background: rgba(255, 240, 176, 0.8) none repeat scroll 0 0;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
}
.cid-uZoZPnyjfq .mbr-section-title {
  color: #73002a;
}
.cid-uZoZPnyjfq .mbr-text {
  color: #007371;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZoZPnyjfq .slider-text-two {
    outline: 15px solid rgba(255, 240, 176, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-uZoZPnY2cq {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uZoZPnY2cq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZoZPnY2cq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZoZPnY2cq .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uZoZPnY2cq .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZoZPnY2cq .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZoZPnY2cq .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uZoZPnY2cq .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZoZPnY2cq .mbr-section-title {
  color: #000000;
}
.cid-uZoZPnY2cq .mbr-desc {
  color: #005c59;
  text-align: center;
}
.cid-uZoZPnY2cq .mbr-text {
  color: #000000;
}
.cid-uZoZPnY2cq .mbr-section-title,
.cid-uZoZPnY2cq .mbr-section-btn {
  color: #73002a;
  text-align: center;
}
.cid-uZoZPnY2cq P {
  text-align: center;
}
.cid-uZoZPoqca5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #73002a;
}
.cid-uZoZPoqca5 .line {
  background-color: #fff0b0;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uZoZPoqca5 .mbr-text {
  color: #fff0b0;
}
.cid-uZoZPoHiFo {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uZoZPoHiFo .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-uZoZPoHiFo .mbr-section-title {
  margin: 0;
  color: #73002a;
  text-align: center;
}
.cid-uZoZPoHiFo .card-img {
  text-align: center;
}
.cid-uZoZPoHiFo .row-item {
  padding-bottom: 2rem;
  padding: 5rem 2rem;
}
.cid-uZoZPoHiFo .row-item.card1 {
  background: #00736f;
}
.cid-uZoZPoHiFo .row-item.card2 {
  background: #fff0b0;
}
.cid-uZoZPoHiFo .row-item.card3 {
  background: #73002a;
}
.cid-uZoZPoHiFo .row-item.card4 {
  background: #2bdc9d;
}
.cid-uZoZPoHiFo .mbr-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-uZoZPoHiFo .card-img,
  .cid-uZoZPoHiFo .mbr-text,
  .cid-uZoZPoHiFo .mbr-card-title,
  .cid-uZoZPoHiFo .mbr-section-subtitle,
  .cid-uZoZPoHiFo .mbr-section-title,
  .cid-uZoZPoHiFo .underline {
    text-align: center !important;
  }
}
.cid-uZoZPoHiFo .mbr-section-subtitle {
  color: #5c0022;
}
.cid-uZoZPoHiFo .card2 > .mbr-card-title,
.cid-uZoZPoHiFo .card2 > .card-img {
  color: #007371;
}
.cid-uZoZPoHiFo .card2 > .mbr-text,
.cid-uZoZPoHiFo .card2 > .mbr-section-btn {
  text-align: center;
  color: #5c0022;
}
.cid-uZoZPoHiFo .card1 > .mbr-card-title,
.cid-uZoZPoHiFo .card1 > .card-img {
  color: #fff0b0;
}
.cid-uZoZPoHiFo .card1 > .mbr-text,
.cid-uZoZPoHiFo .card1 > .mbr-section-btn {
  color: #fff0b0;
}
.cid-uZoZPoHiFo .card3 > .mbr-card-title,
.cid-uZoZPoHiFo .card3 > .card-img {
  color: #fff0b0;
}
.cid-uZoZPoHiFo .card3 > .mbr-text,
.cid-uZoZPoHiFo .card3 > .mbr-section-btn {
  color: #fff0b0;
}
.cid-uZoZPphxZz {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1-2000x1029.jpg");
}
.cid-uZoZPphxZz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZoZPphxZz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZoZPphxZz .card-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
.cid-uZoZPphxZz .mbr-iconfont {
  font-size: 3rem;
  color: #502274;
  padding-right: 2rem;
}
.cid-uZoZPphxZz .title {
  color: #73002a;
}
.cid-uZoZPphxZz .card-title {
  color: #005c59;
}
.cid-uZoZPphxZz .card-text {
  color: #5c0022;
}
.cid-uZoZPpRDFg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZoZPpRDFg img,
.cid-uZoZPpRDFg .item-img {
  width: 100%;
}
.cid-uZoZPpRDFg .item:focus,
.cid-uZoZPpRDFg span:focus {
  outline: none;
}
.cid-uZoZPpRDFg .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uZoZPpRDFg .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fff0b0;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uZoZPpRDFg .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZoZPpRDFg .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uZoZPpRDFg .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uZoZPpRDFg .mbr-section-title {
  color: #73002a;
}
.cid-uZoZPpRDFg .mbr-text,
.cid-uZoZPpRDFg .mbr-section-btn {
  text-align: center;
  color: #5c0022;
}
.cid-uZoZPpRDFg .item-title {
  text-align: center;
  color: #007371;
}
.cid-uZoZPpRDFg .item-subtitle {
  text-align: center;
}
.cid-uZoZPpRDFg .mbr-section-subtitle {
  color: #005c59;
}
.cid-uZoZPqq85a {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uZoZPqq85a .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uZoZPqq85a .container {
    max-width: 1400px;
  }
}
.cid-uZoZPqq85a .card {
  margin: auto;
}
.cid-uZoZPqq85a .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #73002a;
  margin-bottom: 2rem;
}
.cid-uZoZPqq85a .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZoZPqq85a .row {
  justify-content: center;
}
.cid-uZoZPqq85a H3 {
  color: #73002a;
}
.cid-uZoZPqq85a .card-title,
.cid-uZoZPqq85a .card-box {
  color: #5c0022;
}
.cid-uZoZPqW4Z9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/passenger-362169-1076x717.png-1076x717.png");
}
.cid-uZoZPqW4Z9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZoZPqW4Z9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZoZPqW4Z9 .card-wrapper {
  background: #007371;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uZoZPqW4Z9 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uZoZPqW4Z9 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uZoZPqW4Z9 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uZoZPqW4Z9 .mbr-text,
.cid-uZoZPqW4Z9 .mbr-section-btn {
  color: #f9e7bd;
}
.cid-uZoZPqW4Z9 .card-title,
.cid-uZoZPqW4Z9 .card-box {
  text-align: center;
  color: #f9e7bd;
}
.cid-uZoZPrmntV {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/automobile-123469-1076x717-1076x717.png");
}
.cid-uZoZPrmntV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZoZPrmntV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZoZPrmntV .card-wrapper {
  background: #fff0b0;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uZoZPrmntV .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uZoZPrmntV .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uZoZPrmntV .card-wrapper {
    padding: 4rem;
  }
}
.cid-uZoZPrmntV .mbr-text,
.cid-uZoZPrmntV .mbr-section-btn {
  color: #5c0022;
}
.cid-uZoZPrmntV .card-title,
.cid-uZoZPrmntV .card-box {
  text-align: center;
  color: #73002a;
}
.cid-uZoZPrQIn0 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/sunglasses-1539183-1076x717.png-1076x717.png");
}
.cid-uZoZPrQIn0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZoZPrQIn0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZoZPrQIn0 .card-wrapper {
  background: #73002a;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uZoZPrQIn0 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uZoZPrQIn0 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uZoZPrQIn0 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uZoZPrQIn0 .mbr-text,
.cid-uZoZPrQIn0 .mbr-section-btn {
  color: #fff0b0;
  text-align: center;
}
.cid-uZoZPrQIn0 .card-title,
.cid-uZoZPrQIn0 .card-box {
  text-align: center;
  color: #fff0b0;
}
.cid-uZoZPsitz9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/vehicle-3256021-830x553.png-830x553.png");
}
.cid-uZoZPsitz9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZoZPsitz9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZoZPsitz9 .card-wrapper {
  background: #b1d1cf;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uZoZPsitz9 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uZoZPsitz9 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uZoZPsitz9 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uZoZPsitz9 .mbr-text,
.cid-uZoZPsitz9 .mbr-section-btn {
  color: #5c0022;
}
.cid-uZoZPsitz9 .card-title,
.cid-uZoZPsitz9 .card-box {
  text-align: center;
  color: #73002a;
}
.cid-uZoZPsLMqk {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bagutte20kc3a4ste20kaffee-2000x1125.jpg");
}
.cid-uZoZPsLMqk ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uZoZPsLMqk li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uZoZPsLMqk ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #73002a;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uZoZPsLMqk H3 {
  text-align: center;
  color: #73002a;
}
.cid-uZoZPsLMqk .list {
  text-align: left;
  color: #005c59;
}
.cid-v30abIvzm6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #73002a;
}
.cid-v30abIvzm6 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v30abIvzm6 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v30abIvzm6 .row {
    text-align: center;
  }
  .cid-v30abIvzm6 .row > div {
    margin: auto;
  }
  .cid-v30abIvzm6 .social-row {
    justify-content: center;
  }
}
.cid-v30abIvzm6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v30abIvzm6 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v30abIvzm6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v30abIvzm6 .list {
    margin-bottom: 0rem;
  }
}
.cid-v30abIvzm6 .mbr-text {
  color: #ffffff;
}
.cid-v30abIvzm6 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v30abIvzm6 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v30abIvzm6 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v30abIvzm6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v30abIvzm6 H5 {
  color: #ffffff;
}
.cid-uVzjI9Eeue {
  z-index: 1000;
  width: 100%;
}
.cid-uVzjI9Eeue nav.navbar {
  position: fixed;
}
.cid-uVzjI9Eeue .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVzjI9Eeue .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVzjI9Eeue .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVzjI9Eeue .dropdown-item:hover,
.cid-uVzjI9Eeue .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uVzjI9Eeue .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVzjI9Eeue .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVzjI9Eeue .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVzjI9Eeue .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVzjI9Eeue .nav-link {
  position: relative;
}
.cid-uVzjI9Eeue .container {
  display: flex;
  margin: auto;
}
.cid-uVzjI9Eeue .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVzjI9Eeue .dropdown-menu,
.cid-uVzjI9Eeue .navbar.opened {
  background: #fff0b0 !important;
}
.cid-uVzjI9Eeue .nav-item:focus,
.cid-uVzjI9Eeue .nav-link:focus {
  outline: none;
}
.cid-uVzjI9Eeue .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVzjI9Eeue .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVzjI9Eeue .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVzjI9Eeue .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVzjI9Eeue .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVzjI9Eeue .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVzjI9Eeue .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 240, 176, 0.8);
}
.cid-uVzjI9Eeue .navbar.opened {
  transition: all 0.3s;
}
.cid-uVzjI9Eeue .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVzjI9Eeue .navbar .navbar-logo img {
  width: auto;
}
.cid-uVzjI9Eeue .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVzjI9Eeue .navbar.collapsed {
  justify-content: center;
}
.cid-uVzjI9Eeue .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVzjI9Eeue .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVzjI9Eeue .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uVzjI9Eeue .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVzjI9Eeue .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVzjI9Eeue .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVzjI9Eeue .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVzjI9Eeue .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVzjI9Eeue .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVzjI9Eeue .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVzjI9Eeue .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVzjI9Eeue .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVzjI9Eeue .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVzjI9Eeue .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVzjI9Eeue .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVzjI9Eeue .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVzjI9Eeue .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVzjI9Eeue .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVzjI9Eeue .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVzjI9Eeue .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVzjI9Eeue .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVzjI9Eeue .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVzjI9Eeue .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVzjI9Eeue .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVzjI9Eeue .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVzjI9Eeue .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVzjI9Eeue .dropdown-item.active,
.cid-uVzjI9Eeue .dropdown-item:active {
  background-color: transparent;
}
.cid-uVzjI9Eeue .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVzjI9Eeue .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVzjI9Eeue .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVzjI9Eeue .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff0b0;
}
.cid-uVzjI9Eeue .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVzjI9Eeue .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVzjI9Eeue ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVzjI9Eeue .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVzjI9Eeue button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVzjI9Eeue button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #73002a;
}
.cid-uVzjI9Eeue button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVzjI9Eeue button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVzjI9Eeue button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVzjI9Eeue button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVzjI9Eeue nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVzjI9Eeue nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVzjI9Eeue nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVzjI9Eeue nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVzjI9Eeue .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVzjI9Eeue a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVzjI9Eeue .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVzjI9Eeue .navbar {
    height: 70px;
  }
  .cid-uVzjI9Eeue .navbar.opened {
    height: auto;
  }
  .cid-uVzjI9Eeue .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-snoFGCpgYe {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/india-356-1920-1920x1440.jpg");
}
.cid-snoFGCpgYe .mbr-section-title {
  color: #73002a;
}
.cid-snoFGCpgYe .mbr-section-subtitle {
  color: #007371;
}
.cid-snoFGCpgYe .mbr-text,
.cid-snoFGCpgYe .mbr-section-btn {
  color: #5c0022;
}
.cid-snoFGCUvpZ {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-snoFGCUvpZ .mbr-section-title {
  color: #73002a;
}
.cid-snoFGCUvpZ .mbr-section-subtitle {
  color: #5c0022;
}
.cid-uJLeqNdAt4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b1d1cf;
}
.cid-uJLeqNdAt4 .line {
  background-color: #5c0022;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uJLeqNdAt4 .mbr-text {
  color: #73002a;
  text-align: right;
}
.cid-uJLeqNdAt4 P {
  text-align: center;
}
.cid-uVKkJ113VL {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uVKkJ113VL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKkJ113VL .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-uVKkJ113VL .container {
    padding: 0 16px;
  }
}
.cid-uVKkJ113VL .row {
  justify-content: space-between;
}
.cid-uVKkJ113VL .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uVKkJ113VL .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uVKkJ113VL .image-wrapper img {
  height: 520px;
  object-fit: cover;
  box-shadow: 0 7px 20px #333333;
  border-radius: .5em !important;
}
.cid-uVKkJ113VL .content-wrapper {
  position: relative;
}
.cid-uVKkJ113VL .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVKkJ113VL .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uVKkJ113VL .mbr-text {
  color: #333333;
}
.cid-uVKkJ113VL .mbr-section-title,
.cid-uVKkJ113VL .mbr-section-btn {
  color: #73002a;
}
.cid-uVKkJ113VL .mbr-text,
.cid-uVKkJ113VL .icon-wrapper {
  color: #5c0022;
}
.cid-uVKlyb2wg8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uVKlyb2wg8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKlyb2wg8 .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-uVKlyb2wg8 .container {
    padding: 0 16px;
  }
}
.cid-uVKlyb2wg8 .row {
  justify-content: space-between;
}
.cid-uVKlyb2wg8 .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uVKlyb2wg8 .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uVKlyb2wg8 .image-wrapper img {
  height: 520px;
  object-fit: cover;
  box-shadow: 0 7px 20px #333333;
  border-radius: .5em !important;
}
.cid-uVKlyb2wg8 .content-wrapper {
  position: relative;
}
.cid-uVKlyb2wg8 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVKlyb2wg8 .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uVKlyb2wg8 .mbr-text {
  color: #333333;
}
.cid-uVKlyb2wg8 .mbr-section-title,
.cid-uVKlyb2wg8 .mbr-section-btn {
  color: #73002a;
  text-align: right;
}
.cid-uVKlyb2wg8 .mbr-text,
.cid-uVKlyb2wg8 .icon-wrapper {
  color: #5c0022;
  text-align: right;
}
.cid-uVKmjd2wPg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uVKmjd2wPg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKmjd2wPg .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-uVKmjd2wPg .container {
    padding: 0 16px;
  }
}
.cid-uVKmjd2wPg .row {
  justify-content: space-between;
}
.cid-uVKmjd2wPg .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uVKmjd2wPg .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uVKmjd2wPg .image-wrapper img {
  height: 520px;
  object-fit: cover;
  box-shadow: 0 7px 20px #333333;
  border-radius: .5em !important;
}
.cid-uVKmjd2wPg .content-wrapper {
  position: relative;
}
.cid-uVKmjd2wPg .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVKmjd2wPg .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uVKmjd2wPg .mbr-text {
  color: #333333;
}
.cid-uVKmjd2wPg .mbr-section-title,
.cid-uVKmjd2wPg .mbr-section-btn {
  color: #73002a;
  text-align: left;
}
.cid-uVKmjd2wPg .mbr-text,
.cid-uVKmjd2wPg .icon-wrapper {
  color: #5c0022;
  text-align: left;
}
.cid-uVKmU4PRWX {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uVKmU4PRWX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKmU4PRWX .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-uVKmU4PRWX .container {
    padding: 0 16px;
  }
}
.cid-uVKmU4PRWX .row {
  justify-content: space-between;
}
.cid-uVKmU4PRWX .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uVKmU4PRWX .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uVKmU4PRWX .image-wrapper img {
  height: 520px;
  object-fit: cover;
  box-shadow: 0 7px 20px #333333;
  border-radius: .5em !important;
}
.cid-uVKmU4PRWX .content-wrapper {
  position: relative;
}
.cid-uVKmU4PRWX .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVKmU4PRWX .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uVKmU4PRWX .mbr-text {
  color: #333333;
}
.cid-uVKmU4PRWX .mbr-section-title,
.cid-uVKmU4PRWX .mbr-section-btn {
  color: #73002a;
  text-align: right;
}
.cid-uVKmU4PRWX .mbr-text,
.cid-uVKmU4PRWX .icon-wrapper {
  color: #5c0022;
  text-align: right;
}
.cid-snoFGEUSGB {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/morocco-4030733-1280-1280x854.jpg");
}
.cid-snoFGEUSGB .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-snoFGEUSGB img,
.cid-snoFGEUSGB .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-snoFGEUSGB .item:focus,
.cid-snoFGEUSGB span:focus {
  outline: none;
}
.cid-snoFGEUSGB .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-snoFGEUSGB .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fff0b0;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-snoFGEUSGB .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-snoFGEUSGB .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-snoFGEUSGB .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-snoFGEUSGB .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-snoFGEUSGB .mbr-section-btn {
  margin-top: auto !important;
}
.cid-snoFGEUSGB .mbr-section-title {
  color: #73002a;
}
.cid-snoFGEUSGB .mbr-text,
.cid-snoFGEUSGB .mbr-section-btn {
  text-align: left;
  color: #5c0022;
}
.cid-snoFGEUSGB .item-title {
  text-align: left;
  color: #73002a;
}
.cid-snoFGEUSGB .item-subtitle {
  text-align: left;
  color: #007371;
}
.cid-snoFGEUSGB .mbr-section-subtitle {
  color: #007371;
}
.cid-v31d2ikIhi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/wueste-safari-356-min-830x553.jpg");
}
.cid-v31d2ikIhi .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #ffffff;
  margin-left: 1rem;
}
.cid-v31d2ikIhi .panel-group {
  border: none;
}
.cid-v31d2ikIhi .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v31d2ikIhi .panel-body,
.cid-v31d2ikIhi .card-header {
  padding: 1rem 0;
}
.cid-v31d2ikIhi .panel-title-edit {
  color: #007371;
}
.cid-v31d2ikIhi .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v31d2ikIhi H3 {
  color: #73002a;
}
.cid-v31d2ikIhi .panel-text {
  color: #5c0022;
}
.cid-v31d2ikIhi H4 {
  color: #73002a;
}
.cid-v31d2ikIhi H2 {
  color: #73002a;
}
.cid-v309qPX80h {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #73002a;
}
.cid-v309qPX80h .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v309qPX80h .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v309qPX80h .row {
    text-align: center;
  }
  .cid-v309qPX80h .row > div {
    margin: auto;
  }
  .cid-v309qPX80h .social-row {
    justify-content: center;
  }
}
.cid-v309qPX80h .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v309qPX80h .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v309qPX80h .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v309qPX80h .list {
    margin-bottom: 0rem;
  }
}
.cid-v309qPX80h .mbr-text {
  color: #ffffff;
}
.cid-v309qPX80h .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v309qPX80h .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v309qPX80h div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v309qPX80h .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v309qPX80h H5 {
  color: #ffffff;
}
.cid-uZMZTazbAR {
  z-index: 1000;
  width: 100%;
}
.cid-uZMZTazbAR nav.navbar {
  position: fixed;
}
.cid-uZMZTazbAR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZMZTazbAR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZMZTazbAR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZMZTazbAR .dropdown-item:hover,
.cid-uZMZTazbAR .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uZMZTazbAR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZMZTazbAR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZMZTazbAR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZMZTazbAR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZMZTazbAR .nav-link {
  position: relative;
}
.cid-uZMZTazbAR .container {
  display: flex;
  margin: auto;
}
.cid-uZMZTazbAR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZMZTazbAR .dropdown-menu,
.cid-uZMZTazbAR .navbar.opened {
  background: #fff0b0 !important;
}
.cid-uZMZTazbAR .nav-item:focus,
.cid-uZMZTazbAR .nav-link:focus {
  outline: none;
}
.cid-uZMZTazbAR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZMZTazbAR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZMZTazbAR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZMZTazbAR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZMZTazbAR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZMZTazbAR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZMZTazbAR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 240, 176, 0.8);
}
.cid-uZMZTazbAR .navbar.opened {
  transition: all 0.3s;
}
.cid-uZMZTazbAR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZMZTazbAR .navbar .navbar-logo img {
  width: auto;
}
.cid-uZMZTazbAR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZMZTazbAR .navbar.collapsed {
  justify-content: center;
}
.cid-uZMZTazbAR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZMZTazbAR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZMZTazbAR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uZMZTazbAR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZMZTazbAR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZMZTazbAR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZMZTazbAR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZMZTazbAR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZMZTazbAR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZMZTazbAR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZMZTazbAR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZMZTazbAR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZMZTazbAR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZMZTazbAR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZMZTazbAR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZMZTazbAR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZMZTazbAR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZMZTazbAR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZMZTazbAR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZMZTazbAR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZMZTazbAR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZMZTazbAR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZMZTazbAR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZMZTazbAR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZMZTazbAR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZMZTazbAR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZMZTazbAR .dropdown-item.active,
.cid-uZMZTazbAR .dropdown-item:active {
  background-color: transparent;
}
.cid-uZMZTazbAR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZMZTazbAR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZMZTazbAR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZMZTazbAR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff0b0;
}
.cid-uZMZTazbAR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZMZTazbAR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZMZTazbAR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZMZTazbAR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZMZTazbAR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZMZTazbAR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #73002a;
}
.cid-uZMZTazbAR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZMZTazbAR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZMZTazbAR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZMZTazbAR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZMZTazbAR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZMZTazbAR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZMZTazbAR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZMZTazbAR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZMZTazbAR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZMZTazbAR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZMZTazbAR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZMZTazbAR .navbar {
    height: 70px;
  }
  .cid-uZMZTazbAR .navbar.opened {
    height: auto;
  }
  .cid-uZMZTazbAR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZMZTaZNxG {
  padding-top: 150px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/img-20191014-133401202-2000x1500.jpg");
}
.cid-uZMZTaZNxG .slider-text-two {
  background: rgba(255, 240, 176, 0.8) none repeat scroll 0 0;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
}
.cid-uZMZTaZNxG .mbr-section-title {
  color: #73002a;
}
.cid-uZMZTaZNxG .mbr-text {
  color: #007371;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZMZTaZNxG .slider-text-two {
    outline: 15px solid rgba(255, 240, 176, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-uZMZTbj7se {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uZMZTbj7se .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZMZTbj7se .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZMZTbj7se .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uZMZTbj7se .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZMZTbj7se .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZMZTbj7se .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uZMZTbj7se .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZMZTbj7se .mbr-section-title {
  color: #000000;
}
.cid-uZMZTbj7se .mbr-desc {
  color: #005c59;
  text-align: center;
}
.cid-uZMZTbj7se .mbr-text {
  color: #000000;
}
.cid-uZMZTbj7se .mbr-section-title,
.cid-uZMZTbj7se .mbr-section-btn {
  color: #73002a;
  text-align: center;
}
.cid-uZMZTbj7se P {
  text-align: center;
}
.cid-uZMZTbHhkj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #73002a;
}
.cid-uZMZTbHhkj .line {
  background-color: #f9e7bd;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uZMZTbHhkj .mbr-text {
  color: #fff0b0;
}
.cid-uZMZTbZK3p {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uZMZTbZK3p .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-uZMZTbZK3p .mbr-section-title {
  margin: 0;
  color: #73002a;
  text-align: center;
}
.cid-uZMZTbZK3p .card-img {
  text-align: center;
}
.cid-uZMZTbZK3p .row-item {
  padding-bottom: 2rem;
  padding: 5rem 2rem;
}
.cid-uZMZTbZK3p .row-item.card1 {
  background: #00736f;
}
.cid-uZMZTbZK3p .row-item.card2 {
  background: #fff0b0;
}
.cid-uZMZTbZK3p .row-item.card3 {
  background: #73002a;
}
.cid-uZMZTbZK3p .row-item.card4 {
  background: #2bdc9d;
}
.cid-uZMZTbZK3p .mbr-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-uZMZTbZK3p .card-img,
  .cid-uZMZTbZK3p .mbr-text,
  .cid-uZMZTbZK3p .mbr-card-title,
  .cid-uZMZTbZK3p .mbr-section-subtitle,
  .cid-uZMZTbZK3p .mbr-section-title,
  .cid-uZMZTbZK3p .underline {
    text-align: center !important;
  }
}
.cid-uZMZTbZK3p .mbr-section-subtitle {
  color: #5c0022;
}
.cid-uZMZTbZK3p .card2 > .mbr-card-title,
.cid-uZMZTbZK3p .card2 > .card-img {
  color: #007371;
}
.cid-uZMZTbZK3p .card2 > .mbr-text,
.cid-uZMZTbZK3p .card2 > .mbr-section-btn {
  text-align: center;
  color: #5c0022;
}
.cid-uZMZTbZK3p .card1 > .mbr-card-title,
.cid-uZMZTbZK3p .card1 > .card-img {
  color: #fff0b0;
}
.cid-uZMZTbZK3p .card1 > .mbr-text,
.cid-uZMZTbZK3p .card1 > .mbr-section-btn {
  color: #fff0b0;
}
.cid-uZMZTbZK3p .card3 > .mbr-card-title,
.cid-uZMZTbZK3p .card3 > .card-img {
  color: #fff0b0;
}
.cid-uZMZTbZK3p .card3 > .mbr-text,
.cid-uZMZTbZK3p .card3 > .mbr-section-btn {
  color: #fff0b0;
}
.cid-uZMZTcwqN1 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/bagutte20kc3a4ste20kaffee-2000x1125.jpg");
}
.cid-uZMZTcwqN1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZMZTcwqN1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZMZTcwqN1 .card-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
.cid-uZMZTcwqN1 .mbr-iconfont {
  font-size: 3rem;
  color: #502274;
  padding-right: 2rem;
}
.cid-uZMZTcwqN1 .title {
  color: #73002a;
}
.cid-uZMZTcwqN1 .card-title {
  color: #005c59;
}
.cid-uZMZTcwqN1 .card-text {
  color: #5c0022;
}
.cid-uZMZTd6Mq1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZMZTd6Mq1 img,
.cid-uZMZTd6Mq1 .item-img {
  width: 100%;
}
.cid-uZMZTd6Mq1 .item:focus,
.cid-uZMZTd6Mq1 span:focus {
  outline: none;
}
.cid-uZMZTd6Mq1 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uZMZTd6Mq1 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fff0b0;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uZMZTd6Mq1 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZMZTd6Mq1 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uZMZTd6Mq1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uZMZTd6Mq1 .mbr-section-title {
  color: #73002a;
}
.cid-uZMZTd6Mq1 .mbr-text,
.cid-uZMZTd6Mq1 .mbr-section-btn {
  text-align: center;
  color: #5c0022;
}
.cid-uZMZTd6Mq1 .item-title {
  text-align: center;
  color: #007371;
}
.cid-uZMZTd6Mq1 .item-subtitle {
  text-align: center;
}
.cid-uZMZTd6Mq1 .mbr-section-subtitle {
  color: #005c59;
}
.cid-uZMZTdEvr3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uZMZTdEvr3 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uZMZTdEvr3 .container {
    max-width: 1400px;
  }
}
.cid-uZMZTdEvr3 .card {
  margin: auto;
}
.cid-uZMZTdEvr3 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #73002a;
  margin-bottom: 2rem;
}
.cid-uZMZTdEvr3 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZMZTdEvr3 .row {
  justify-content: center;
}
.cid-uZMZTdEvr3 H3 {
  color: #73002a;
}
.cid-uZMZTdEvr3 .card-title,
.cid-uZMZTdEvr3 .card-box {
  color: #5c0022;
}
.cid-uZMZTe7hpA {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/passenger-362169-1076x717.png-1076x717.png");
}
.cid-uZMZTe7hpA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZMZTe7hpA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZMZTe7hpA .card-wrapper {
  background: #007371;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uZMZTe7hpA .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uZMZTe7hpA .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uZMZTe7hpA .card-wrapper {
    padding: 4rem;
  }
}
.cid-uZMZTe7hpA .mbr-text,
.cid-uZMZTe7hpA .mbr-section-btn {
  color: #fff0b0;
}
.cid-uZMZTe7hpA .card-title,
.cid-uZMZTe7hpA .card-box {
  text-align: center;
  color: #fff0b0;
}
.cid-uZMZTewA7p {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/automobile-123469-1076x717-1076x717.png");
}
.cid-uZMZTewA7p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZMZTewA7p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZMZTewA7p .card-wrapper {
  background: #fff0b0;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uZMZTewA7p .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uZMZTewA7p .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uZMZTewA7p .card-wrapper {
    padding: 4rem;
  }
}
.cid-uZMZTewA7p .mbr-text,
.cid-uZMZTewA7p .mbr-section-btn {
  color: #5c0022;
}
.cid-uZMZTewA7p .card-title,
.cid-uZMZTewA7p .card-box {
  text-align: center;
  color: #73002a;
}
.cid-uZMZTeYLx4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/sunglasses-1539183-1076x717.png-1076x717.png");
}
.cid-uZMZTeYLx4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZMZTeYLx4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZMZTeYLx4 .card-wrapper {
  background: #73002a;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uZMZTeYLx4 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uZMZTeYLx4 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uZMZTeYLx4 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uZMZTeYLx4 .mbr-text,
.cid-uZMZTeYLx4 .mbr-section-btn {
  color: #fff0b0;
  text-align: center;
}
.cid-uZMZTeYLx4 .card-title,
.cid-uZMZTeYLx4 .card-box {
  text-align: center;
  color: #fff0b0;
}
.cid-uZMZTfsxyQ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/vehicle-3256021-830x553.png-830x553.png");
}
.cid-uZMZTfsxyQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZMZTfsxyQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZMZTfsxyQ .card-wrapper {
  background: #b1d1cf;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uZMZTfsxyQ .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uZMZTfsxyQ .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uZMZTfsxyQ .card-wrapper {
    padding: 4rem;
  }
}
.cid-uZMZTfsxyQ .mbr-text,
.cid-uZMZTfsxyQ .mbr-section-btn {
  color: #5c0022;
}
.cid-uZMZTfsxyQ .card-title,
.cid-uZMZTfsxyQ .card-box {
  text-align: center;
  color: #73002a;
}
.cid-uZMZTfVPbI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/schinken20und20kc3a4se20laden-2000x1125.jpg");
}
.cid-uZMZTfVPbI ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uZMZTfVPbI li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uZMZTfVPbI ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #73002a;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uZMZTfVPbI H3 {
  text-align: center;
  color: #73002a;
}
.cid-uZMZTfVPbI .list {
  text-align: left;
  color: #005c59;
}
.cid-v309wwmFxq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #73002a;
}
.cid-v309wwmFxq .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v309wwmFxq .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v309wwmFxq .row {
    text-align: center;
  }
  .cid-v309wwmFxq .row > div {
    margin: auto;
  }
  .cid-v309wwmFxq .social-row {
    justify-content: center;
  }
}
.cid-v309wwmFxq .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v309wwmFxq .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v309wwmFxq .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v309wwmFxq .list {
    margin-bottom: 0rem;
  }
}
.cid-v309wwmFxq .mbr-text {
  color: #ffffff;
}
.cid-v309wwmFxq .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v309wwmFxq .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v309wwmFxq div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v309wwmFxq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v309wwmFxq H5 {
  color: #ffffff;
}
.cid-v30lilKB1W {
  z-index: 1000;
  width: 100%;
}
.cid-v30lilKB1W nav.navbar {
  position: fixed;
}
.cid-v30lilKB1W .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v30lilKB1W .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v30lilKB1W .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v30lilKB1W .dropdown-item:hover,
.cid-v30lilKB1W .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-v30lilKB1W .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v30lilKB1W .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v30lilKB1W .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v30lilKB1W .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v30lilKB1W .nav-link {
  position: relative;
}
.cid-v30lilKB1W .container {
  display: flex;
  margin: auto;
}
.cid-v30lilKB1W .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v30lilKB1W .dropdown-menu,
.cid-v30lilKB1W .navbar.opened {
  background: #fff0b0 !important;
}
.cid-v30lilKB1W .nav-item:focus,
.cid-v30lilKB1W .nav-link:focus {
  outline: none;
}
.cid-v30lilKB1W .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v30lilKB1W .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v30lilKB1W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v30lilKB1W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v30lilKB1W .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v30lilKB1W .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v30lilKB1W .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 240, 176, 0.8);
}
.cid-v30lilKB1W .navbar.opened {
  transition: all 0.3s;
}
.cid-v30lilKB1W .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v30lilKB1W .navbar .navbar-logo img {
  width: auto;
}
.cid-v30lilKB1W .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v30lilKB1W .navbar.collapsed {
  justify-content: center;
}
.cid-v30lilKB1W .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v30lilKB1W .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v30lilKB1W .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-v30lilKB1W .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v30lilKB1W .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v30lilKB1W .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v30lilKB1W .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v30lilKB1W .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v30lilKB1W .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v30lilKB1W .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v30lilKB1W .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v30lilKB1W .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v30lilKB1W .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v30lilKB1W .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v30lilKB1W .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v30lilKB1W .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v30lilKB1W .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v30lilKB1W .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v30lilKB1W .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v30lilKB1W .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v30lilKB1W .navbar.navbar-short {
  min-height: 60px;
}
.cid-v30lilKB1W .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v30lilKB1W .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v30lilKB1W .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v30lilKB1W .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v30lilKB1W .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v30lilKB1W .dropdown-item.active,
.cid-v30lilKB1W .dropdown-item:active {
  background-color: transparent;
}
.cid-v30lilKB1W .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v30lilKB1W .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v30lilKB1W .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v30lilKB1W .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff0b0;
}
.cid-v30lilKB1W .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v30lilKB1W .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v30lilKB1W ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v30lilKB1W .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v30lilKB1W button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v30lilKB1W button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #73002a;
}
.cid-v30lilKB1W button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v30lilKB1W button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v30lilKB1W button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v30lilKB1W button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v30lilKB1W nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v30lilKB1W nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v30lilKB1W nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v30lilKB1W nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v30lilKB1W .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v30lilKB1W a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v30lilKB1W .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v30lilKB1W .navbar {
    height: 70px;
  }
  .cid-v30lilKB1W .navbar.opened {
    height: auto;
  }
  .cid-v30lilKB1W .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v30lim9CSU {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/cly20titel20calvi-956550-1280-1280x960.jpeg");
}
.cid-v30lim9CSU .mbr-section-title {
  color: #007371;
}
.cid-v30lim9CSU .mbr-section-subtitle {
  color: #fff0b0;
}
.cid-v359Zu18GE {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background: #fff0b0;
}
.cid-v359Zu18GE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v359Zu18GE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v359Zu18GE .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-v359Zu18GE .team-card:hover {
  transform: translateY(-10px);
}
.cid-v359Zu18GE .item-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-v359Zu18GE .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v359Zu18GE .item-wrapper .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-v359Zu18GE .item-wrapper .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v359Zu18GE .item-wrapper .content-wrap {
    padding: 1rem;
  }
}
.cid-v359Zu18GE .social-row {
  text-align: center;
}
.cid-v359Zu18GE .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-v359Zu18GE .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-v359Zu18GE .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v359Zu18GE .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-v359Zu18GE .mbr-section-title {
  color: #73002a;
}
.cid-v359Zu18GE .card-title,
.cid-v359Zu18GE .social-row {
  color: #73002a;
}
.cid-v359Zu18GE .mbr-role,
.cid-v359Zu18GE .social-row {
  color: #007371;
}
.cid-v359Zu18GE .card-text,
.cid-v359Zu18GE .mbr-section-btn,
.cid-v359Zu18GE .social-row {
  color: #73002a;
}
.cid-v359Zu18GE .mbr-section-subtitle {
  color: #005c59;
}
.cid-v35q60tZXE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #fff0b0;
}
.cid-v35q60tZXE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v35q60tZXE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v35q60tZXE .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-v35q60tZXE .team-card:hover {
  transform: translateY(-10px);
}
.cid-v35q60tZXE .item-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-v35q60tZXE .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v35q60tZXE .item-wrapper .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-v35q60tZXE .item-wrapper .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v35q60tZXE .item-wrapper .content-wrap {
    padding: 1rem;
  }
}
.cid-v35q60tZXE .social-row {
  text-align: center;
}
.cid-v35q60tZXE .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-v35q60tZXE .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-v35q60tZXE .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v35q60tZXE .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-v35q60tZXE .mbr-section-title {
  color: #73002a;
}
.cid-v35q60tZXE .card-title,
.cid-v35q60tZXE .social-row {
  color: #73002a;
}
.cid-v35q60tZXE .mbr-role,
.cid-v35q60tZXE .social-row {
  color: #007371;
}
.cid-v35q60tZXE .card-text,
.cid-v35q60tZXE .mbr-section-btn,
.cid-v35q60tZXE .social-row {
  color: #73002a;
  text-align: left;
}
.cid-v35q60tZXE .mbr-section-subtitle {
  color: #005c59;
}
.cid-v37j8SlcIr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-v37j8SlcIr .content {
    max-width: 600px;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-v37j8SlcIr .content {
    padding: 0 2rem;
  }
}
.cid-v37j8SlcIr .img-col {
  padding: 0;
  margin: auto 0;
}
@media (max-width: 992px) {
  .cid-v37j8SlcIr .content {
    margin: auto;
  }
}
.cid-v37j8SlcIr li {
  list-style: none;
}
.cid-v37j8SlcIr .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-v37j8SlcIr .item-wrap:hover .mbr-iconfont {
  color: #5c0022 !important;
}
.cid-v37j8SlcIr .mbr-iconfont {
  font-size: 18px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #005c59 !important;
}
.cid-v37j8SlcIr h4 {
  margin: 0;
}
.cid-v37j8SlcIr ul {
  padding: 0;
  margin: 0;
}
.cid-v37j8SlcIr H2 {
  color: #007371;
  text-align: center;
}
.cid-v37j8SlcIr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v37j8SlcIr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v37j8SlcIr H1 {
  color: #5c0022;
}
.cid-v37j8SlcIr DIV {
  text-align: center;
}
.cid-v37j8SlcIr .mbr-text,
.cid-v37j8SlcIr .mbr-section-btn {
  text-align: center;
  color: #5c0022;
}
.cid-v37j8SlcIr .item1 {
  text-align: left;
  color: #005c59;
}
.cid-v30limIEZJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #73002a;
}
.cid-v30limIEZJ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v30limIEZJ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v30limIEZJ .row {
    text-align: center;
  }
  .cid-v30limIEZJ .row > div {
    margin: auto;
  }
  .cid-v30limIEZJ .social-row {
    justify-content: center;
  }
}
.cid-v30limIEZJ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v30limIEZJ .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v30limIEZJ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v30limIEZJ .list {
    margin-bottom: 0rem;
  }
}
.cid-v30limIEZJ .mbr-text {
  color: #ffffff;
}
.cid-v30limIEZJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v30limIEZJ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v30limIEZJ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v30limIEZJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v30limIEZJ H5 {
  color: #fff0b0;
}
.cid-v3bX1fXUuZ {
  z-index: 1000;
  width: 100%;
}
.cid-v3bX1fXUuZ nav.navbar {
  position: fixed;
}
.cid-v3bX1fXUuZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3bX1fXUuZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v3bX1fXUuZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v3bX1fXUuZ .dropdown-item:hover,
.cid-v3bX1fXUuZ .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-v3bX1fXUuZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3bX1fXUuZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3bX1fXUuZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3bX1fXUuZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3bX1fXUuZ .nav-link {
  position: relative;
}
.cid-v3bX1fXUuZ .container {
  display: flex;
  margin: auto;
}
.cid-v3bX1fXUuZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3bX1fXUuZ .dropdown-menu,
.cid-v3bX1fXUuZ .navbar.opened {
  background: #fff0b0 !important;
}
.cid-v3bX1fXUuZ .nav-item:focus,
.cid-v3bX1fXUuZ .nav-link:focus {
  outline: none;
}
.cid-v3bX1fXUuZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3bX1fXUuZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3bX1fXUuZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3bX1fXUuZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3bX1fXUuZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3bX1fXUuZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3bX1fXUuZ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 240, 176, 0.8);
}
.cid-v3bX1fXUuZ .navbar.opened {
  transition: all 0.3s;
}
.cid-v3bX1fXUuZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3bX1fXUuZ .navbar .navbar-logo img {
  width: auto;
}
.cid-v3bX1fXUuZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3bX1fXUuZ .navbar.collapsed {
  justify-content: center;
}
.cid-v3bX1fXUuZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3bX1fXUuZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3bX1fXUuZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-v3bX1fXUuZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3bX1fXUuZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3bX1fXUuZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v3bX1fXUuZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3bX1fXUuZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3bX1fXUuZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3bX1fXUuZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3bX1fXUuZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3bX1fXUuZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3bX1fXUuZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3bX1fXUuZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v3bX1fXUuZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3bX1fXUuZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3bX1fXUuZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3bX1fXUuZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3bX1fXUuZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3bX1fXUuZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3bX1fXUuZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3bX1fXUuZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3bX1fXUuZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v3bX1fXUuZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3bX1fXUuZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3bX1fXUuZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3bX1fXUuZ .dropdown-item.active,
.cid-v3bX1fXUuZ .dropdown-item:active {
  background-color: transparent;
}
.cid-v3bX1fXUuZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3bX1fXUuZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3bX1fXUuZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3bX1fXUuZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff0b0;
}
.cid-v3bX1fXUuZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3bX1fXUuZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3bX1fXUuZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v3bX1fXUuZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3bX1fXUuZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v3bX1fXUuZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #73002a;
}
.cid-v3bX1fXUuZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3bX1fXUuZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3bX1fXUuZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3bX1fXUuZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3bX1fXUuZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3bX1fXUuZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3bX1fXUuZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3bX1fXUuZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3bX1fXUuZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v3bX1fXUuZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3bX1fXUuZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3bX1fXUuZ .navbar {
    height: 70px;
  }
  .cid-v3bX1fXUuZ .navbar.opened {
    height: auto;
  }
  .cid-v3bX1fXUuZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3bX1glTKT {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/schafe-ostfriesland-5554390-min-1903x965.jpg");
}
.cid-v3bX1glTKT .mbr-section-title {
  color: #007371;
}
.cid-v3bX1glTKT .mbr-section-subtitle {
  color: #fff0b0;
}
.cid-v3bX1gEtWP {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background: #b1d1cf;
}
.cid-v3bX1gEtWP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3bX1gEtWP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3bX1gEtWP .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-v3bX1gEtWP .team-card:hover {
  transform: translateY(-10px);
}
.cid-v3bX1gEtWP .item-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-v3bX1gEtWP .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v3bX1gEtWP .item-wrapper .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-v3bX1gEtWP .item-wrapper .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v3bX1gEtWP .item-wrapper .content-wrap {
    padding: 1rem;
  }
}
.cid-v3bX1gEtWP .social-row {
  text-align: center;
}
.cid-v3bX1gEtWP .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-v3bX1gEtWP .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-v3bX1gEtWP .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v3bX1gEtWP .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-v3bX1gEtWP .mbr-section-title {
  color: #73002a;
}
.cid-v3bX1gEtWP .card-title,
.cid-v3bX1gEtWP .social-row {
  color: #73002a;
}
.cid-v3bX1gEtWP .mbr-role,
.cid-v3bX1gEtWP .social-row {
  color: #007371;
}
.cid-v3bX1gEtWP .card-text,
.cid-v3bX1gEtWP .mbr-section-btn,
.cid-v3bX1gEtWP .social-row {
  color: #73002a;
}
.cid-v3bX1gEtWP .mbr-section-subtitle {
  color: #007371;
}
.cid-v4pU97skmB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #fff0b0;
}
.cid-v4pU97skmB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4pU97skmB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4pU97skmB .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-v4pU97skmB .team-card:hover {
  transform: translateY(-10px);
}
.cid-v4pU97skmB .item-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-v4pU97skmB .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v4pU97skmB .item-wrapper .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-v4pU97skmB .item-wrapper .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v4pU97skmB .item-wrapper .content-wrap {
    padding: 1rem;
  }
}
.cid-v4pU97skmB .social-row {
  text-align: center;
}
.cid-v4pU97skmB .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-v4pU97skmB .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-v4pU97skmB .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v4pU97skmB .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-v4pU97skmB .mbr-section-title {
  color: #007371;
}
.cid-v4pU97skmB .card-title,
.cid-v4pU97skmB .social-row {
  color: #007371;
}
.cid-v4pU97skmB .mbr-role,
.cid-v4pU97skmB .social-row {
  color: #73002a;
}
.cid-v4pU97skmB .card-text,
.cid-v4pU97skmB .mbr-section-btn,
.cid-v4pU97skmB .social-row {
  color: #005c59;
}
.cid-v4pU97skmB .mbr-section-subtitle {
  color: #73002a;
}
.cid-v3bX1i21yA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-v3bX1i21yA .content {
    max-width: 600px;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-v3bX1i21yA .content {
    padding: 0 2rem;
  }
}
.cid-v3bX1i21yA .img-col {
  padding: 0;
  margin: auto 0;
}
@media (max-width: 992px) {
  .cid-v3bX1i21yA .content {
    margin: auto;
  }
}
.cid-v3bX1i21yA li {
  list-style: none;
}
.cid-v3bX1i21yA .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-v3bX1i21yA .item-wrap:hover .mbr-iconfont {
  color: #5c0022 !important;
}
.cid-v3bX1i21yA .mbr-iconfont {
  font-size: 18px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #005c59 !important;
}
.cid-v3bX1i21yA h4 {
  margin: 0;
}
.cid-v3bX1i21yA ul {
  padding: 0;
  margin: 0;
}
.cid-v3bX1i21yA H2 {
  color: #007371;
  text-align: center;
}
.cid-v3bX1i21yA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3bX1i21yA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3bX1i21yA H1 {
  color: #5c0022;
}
.cid-v3bX1i21yA DIV {
  text-align: center;
}
.cid-v3bX1i21yA .mbr-text,
.cid-v3bX1i21yA .mbr-section-btn {
  text-align: center;
  color: #5c0022;
}
.cid-v3bX1i21yA .item1 {
  text-align: left;
  color: #005c59;
}
.cid-v3bX1izD8g {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #73002a;
}
.cid-v3bX1izD8g .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v3bX1izD8g .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3bX1izD8g .row {
    text-align: center;
  }
  .cid-v3bX1izD8g .row > div {
    margin: auto;
  }
  .cid-v3bX1izD8g .social-row {
    justify-content: center;
  }
}
.cid-v3bX1izD8g .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v3bX1izD8g .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v3bX1izD8g .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3bX1izD8g .list {
    margin-bottom: 0rem;
  }
}
.cid-v3bX1izD8g .mbr-text {
  color: #ffffff;
}
.cid-v3bX1izD8g .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v3bX1izD8g .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v3bX1izD8g div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v3bX1izD8g .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v3bX1izD8g H5 {
  color: #fff0b0;
}
.cid-uW12CoCbuc {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uW12CoCbuc .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uW12CoCbuc .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uW12CoCbuc .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #fff0b0;
  display: flex;
  flex-direction: column;
}
.cid-uW12CoCbuc .navbar.opened {
  transition: all 0.2s;
  background: #fff0b0 !important;
}
.cid-uW12CoCbuc .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #ffe67d;
  color: #132c70;
  background: #fff0b0 !important;
}
.cid-uW12CoCbuc .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uW12CoCbuc .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uW12CoCbuc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uW12CoCbuc .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uW12CoCbuc .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-uW12CoCbuc .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uW12CoCbuc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uW12CoCbuc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.38571429vh;
  }
}
.cid-uW12CoCbuc .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uW12CoCbuc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uW12CoCbuc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uW12CoCbuc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uW12CoCbuc .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uW12CoCbuc .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uW12CoCbuc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uW12CoCbuc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uW12CoCbuc .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uW12CoCbuc .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uW12CoCbuc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uW12CoCbuc .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uW12CoCbuc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uW12CoCbuc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uW12CoCbuc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uW12CoCbuc .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uW12CoCbuc .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uW12CoCbuc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uW12CoCbuc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uW12CoCbuc .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uW12CoCbuc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uW12CoCbuc .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uW12CoCbuc .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uW12CoCbuc .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uW12CoCbuc .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uW12CoCbuc .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uW12CoCbuc .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uW12CoCbuc .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-uW12CoCbuc .navbar-brand {
  height: 4.1rem;
  min-height: 3rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-uW12CoCbuc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uW12CoCbuc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uW12CoCbuc .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uW12CoCbuc .dropdown-item.active,
.cid-uW12CoCbuc .dropdown-item:active {
  background-color: transparent;
}
.cid-uW12CoCbuc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uW12CoCbuc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uW12CoCbuc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uW12CoCbuc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff0b0;
}
.cid-uW12CoCbuc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uW12CoCbuc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uW12CoCbuc ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uW12CoCbuc .navbar-buttons {
  text-align: center;
}
.cid-uW12CoCbuc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uW12CoCbuc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5c0022;
}
.cid-uW12CoCbuc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uW12CoCbuc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uW12CoCbuc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uW12CoCbuc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uW12CoCbuc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uW12CoCbuc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uW12CoCbuc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uW12CoCbuc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uW12CoCbuc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-uW12CoCbuc .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-uW12CoCbuc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uW12CoCbuc .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uW12CoCbuc .nav-link:hover,
.cid-uW12CoCbuc .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uW12CoCbuc .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uW12CoCbuc .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uW12CoCbuc .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
#custom-html-h9 {
  /* Type valid CSS here */
}
#custom-html-h9 div {
  padding: 400px 0;
  color: #777;
  text-align: center;
}
#custom-html-h9 p {
  font-size: 60px;
  color: #777;
}
.cid-v2ZSmjl4kR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #73002a;
}
.cid-v2ZSmjl4kR .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v2ZSmjl4kR .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v2ZSmjl4kR .row {
    text-align: center;
  }
  .cid-v2ZSmjl4kR .row > div {
    margin: auto;
  }
  .cid-v2ZSmjl4kR .social-row {
    justify-content: center;
  }
}
.cid-v2ZSmjl4kR .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v2ZSmjl4kR .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v2ZSmjl4kR .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2ZSmjl4kR .list {
    margin-bottom: 0rem;
  }
}
.cid-v2ZSmjl4kR .mbr-text {
  color: #ffffff;
}
.cid-v2ZSmjl4kR .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v2ZSmjl4kR .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v2ZSmjl4kR div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v2ZSmjl4kR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2ZSmjl4kR H5 {
  color: #fff0b0;
}
.cid-uVzjI9Eeue {
  z-index: 1000;
  width: 100%;
}
.cid-uVzjI9Eeue nav.navbar {
  position: fixed;
}
.cid-uVzjI9Eeue .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVzjI9Eeue .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVzjI9Eeue .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVzjI9Eeue .dropdown-item:hover,
.cid-uVzjI9Eeue .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uVzjI9Eeue .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVzjI9Eeue .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVzjI9Eeue .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVzjI9Eeue .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVzjI9Eeue .nav-link {
  position: relative;
}
.cid-uVzjI9Eeue .container {
  display: flex;
  margin: auto;
}
.cid-uVzjI9Eeue .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVzjI9Eeue .dropdown-menu,
.cid-uVzjI9Eeue .navbar.opened {
  background: #fff0b0 !important;
}
.cid-uVzjI9Eeue .nav-item:focus,
.cid-uVzjI9Eeue .nav-link:focus {
  outline: none;
}
.cid-uVzjI9Eeue .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVzjI9Eeue .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVzjI9Eeue .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVzjI9Eeue .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVzjI9Eeue .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVzjI9Eeue .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVzjI9Eeue .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 240, 176, 0.8);
}
.cid-uVzjI9Eeue .navbar.opened {
  transition: all 0.3s;
}
.cid-uVzjI9Eeue .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVzjI9Eeue .navbar .navbar-logo img {
  width: auto;
}
.cid-uVzjI9Eeue .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVzjI9Eeue .navbar.collapsed {
  justify-content: center;
}
.cid-uVzjI9Eeue .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVzjI9Eeue .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVzjI9Eeue .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uVzjI9Eeue .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVzjI9Eeue .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVzjI9Eeue .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVzjI9Eeue .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVzjI9Eeue .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVzjI9Eeue .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVzjI9Eeue .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVzjI9Eeue .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVzjI9Eeue .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVzjI9Eeue .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVzjI9Eeue .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVzjI9Eeue .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVzjI9Eeue .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVzjI9Eeue .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVzjI9Eeue .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVzjI9Eeue .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVzjI9Eeue .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVzjI9Eeue .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVzjI9Eeue .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVzjI9Eeue .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVzjI9Eeue .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVzjI9Eeue .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVzjI9Eeue .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVzjI9Eeue .dropdown-item.active,
.cid-uVzjI9Eeue .dropdown-item:active {
  background-color: transparent;
}
.cid-uVzjI9Eeue .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVzjI9Eeue .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVzjI9Eeue .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVzjI9Eeue .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff0b0;
}
.cid-uVzjI9Eeue .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVzjI9Eeue .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVzjI9Eeue ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVzjI9Eeue .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVzjI9Eeue button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVzjI9Eeue button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #73002a;
}
.cid-uVzjI9Eeue button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVzjI9Eeue button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVzjI9Eeue button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVzjI9Eeue button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVzjI9Eeue nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVzjI9Eeue nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVzjI9Eeue nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVzjI9Eeue nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVzjI9Eeue .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVzjI9Eeue a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVzjI9Eeue .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVzjI9Eeue .navbar {
    height: 70px;
  }
  .cid-uVzjI9Eeue .navbar.opened {
    height: auto;
  }
  .cid-uVzjI9Eeue .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ssFogJrR5A {
  background-image: url("../../../assets/images/strand-beach-832346-min-1-1920x1280.jpg");
}
.cid-ssFogJrR5A .mbr-section-title {
  color: #007371;
}
.cid-ssFogJrR5A .mbr-section-subtitle {
  color: #73002a;
}
.cid-ssFohvJQbZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fff0b0;
}
.cid-ssFohvJQbZ .line {
  background-color: #73002a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ssFohvJQbZ .mbr-text {
  color: #005c59;
}
.cid-uJLdBTCmmB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uJLdBTCmmB .line {
  background-color: #73002a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uJLdBTCmmB .mbr-text {
  color: #73002a;
  text-align: right;
}
.cid-uJLdBTCmmB P {
  text-align: center;
}
.cid-ssFoiCqbQg {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ssFoiCqbQg img,
.cid-ssFoiCqbQg .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ssFoiCqbQg .item:focus,
.cid-ssFoiCqbQg span:focus {
  outline: none;
}
.cid-ssFoiCqbQg .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ssFoiCqbQg .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fff0b0;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ssFoiCqbQg .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ssFoiCqbQg .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ssFoiCqbQg .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ssFoiCqbQg .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ssFoiCqbQg .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ssFoiCqbQg .mbr-section-title {
  color: #73002a;
}
.cid-ssFoiCqbQg .mbr-text,
.cid-ssFoiCqbQg .mbr-section-btn {
  text-align: left;
  color: #5c0022;
}
.cid-ssFoiCqbQg .item-title {
  text-align: left;
  color: #73002a;
}
.cid-ssFoiCqbQg .item-subtitle {
  text-align: left;
  color: #005c59;
}
.cid-ssFoiCqbQg .mbr-section-subtitle {
  color: #007371;
}
.cid-ssFowEqECu {
  padding-top: 45px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/motivation-196577-min-1920x1280.jpg");
}
.cid-ssFowEqECu .mbr-iconfont {
  color: #ffe885;
}
.cid-ssFowEqECu .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-ssFowEqECu .mbr-text {
  margin: 1.5rem 0;
}
.cid-ssFowEqECu .card-img {
  margin-bottom: 2rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-ssFowEqECu .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-ssFowEqECu .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-ssFowEqECu .mbr-section-subtitle,
.cid-ssFowEqECu .mbr-text,
.cid-ssFowEqECu .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-ssFowEqECu .mbr-section-title {
  color: #73002a;
}
.cid-ssFowEqECu .card-title {
  color: #73002a;
}
.cid-ssFowEqECu .user-desc {
  color: #005c59;
}
.cid-ssFowEqECu .mbr-section-subtitle {
  color: #007371;
}
.cid-ssFowEqECu .mbr-text,
.cid-ssFowEqECu .social-links .mbr-iconfont {
  color: #5c0022;
}
.cid-v4UTn2Z9i0 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4UTn2Z9i0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4UTn2Z9i0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4UTn2Z9i0 .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v4UTn2Z9i0 .bg-facebook:hover {
  background: #0b60cb;
}
.cid-v4UTn2Z9i0 .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-v4UTn2Z9i0 .bg-instagram:hover {
  background: #bd005c;
}
.cid-v4UTn2Z9i0 .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-v4UTn2Z9i0 .bg-youtube:hover {
  background: #cc0000;
}
.cid-v4UTn2Z9i0 .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-v4UTn2Z9i0 [class^="socicon-"]:before,
.cid-v4UTn2Z9i0 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-v4UTn2Z9i0 .mbr-section-title,
.cid-v4UTn2Z9i0 .social-list {
  color: #73002a;
}
.cid-ssFoSGwoxv {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ssFoSGwoxv p {
  line-height: 1.6;
}
.cid-ssFoSGwoxv .card-box {
  width: -webkit-fill-available;
}
.cid-ssFoSGwoxv .card-img {
  width: auto;
}
.cid-ssFoSGwoxv .card-img span {
  font-size: 96px;
  padding: 0.6rem;
  margin: 0 1rem;
  border-radius: 8px;
}
.cid-ssFoSGwoxv .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ssFoSGwoxv .card-wrapper {
  display: flex;
  flex-direction: row;
}
.cid-ssFoSGwoxv .card {
  height: 100%;
  margin: auto;
}
.cid-ssFoSGwoxv img {
  width: 100%;
  heigth: auto;
}
.cid-ssFoSGwoxv .card-title1 {
  color: #5c0022;
}
.cid-ssFoSGwoxv .mbr-text1 {
  color: #5c0022;
}
.cid-ssFoSGwoxv .card-title2 {
  color: #5c0022;
}
.cid-ssFoSGwoxv .mbr-text2 {
  color: #5c0022;
}
@media (max-width: 576px) {
  .cid-ssFoSGwoxv .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0 0 0!important;
  }
  .cid-ssFoSGwoxv .card-img {
    order: 1;
  }
  .cid-ssFoSGwoxv .card-box {
    order: 2;
  }
}
.cid-ssGUbVsVXx {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/kommuniaktion-3671504-min-1-1920x1280.jpg");
}
@media (max-width: 991px) {
  .cid-ssGUbVsVXx .title {
    margin-bottom: 2rem;
  }
  .cid-ssGUbVsVXx .mbr-section-title {
    text-align: center;
  }
  .cid-ssGUbVsVXx .mbr-section-subtitle {
    text-align: center;
  }
  .cid-ssGUbVsVXx .input-group-btn {
    text-align: center;
  }
}
.cid-ssGUbVsVXx .mbr-section-subtitle {
  color: #5c0022;
  text-align: center;
}
.cid-ssGUbVsVXx a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-ssGUbVsVXx a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-ssGUbVsVXx .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ssGUbVsVXx .input-group-btn {
  display: block;
  text-align: left;
}
.cid-ssGUbVsVXx h3 {
  color: #444;
  letter-spacing: 0.03em;
}
.cid-ssGUbVsVXx .form-control {
  border-radius: 0px !important;
  padding-left: 15px;
}
.cid-ssGUbVsVXx .google-map {
  width: 100%;
  height: 25rem;
}
.cid-ssGUbVsVXx .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-ssGUbVsVXx .google-map [data-state-details] {
  color: #444444;
  font-family: Muli;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ssGUbVsVXx .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ssGUbVsVXx .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ssGUbVsVXx textarea.form-control {
  min-height: 154px;
}
.cid-ssGUbVsVXx H2 {
  color: #73002a;
  text-align: center;
}
.cid-ssGUbVsVXx .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-ssGUbVsVXx LABEL {
  color: #5c0022;
}
.cid-v2ZRE2E9sy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #73002a;
}
.cid-v2ZRE2E9sy .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v2ZRE2E9sy .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v2ZRE2E9sy .row {
    text-align: center;
  }
  .cid-v2ZRE2E9sy .row > div {
    margin: auto;
  }
  .cid-v2ZRE2E9sy .social-row {
    justify-content: center;
  }
}
.cid-v2ZRE2E9sy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v2ZRE2E9sy .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v2ZRE2E9sy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2ZRE2E9sy .list {
    margin-bottom: 0rem;
  }
}
.cid-v2ZRE2E9sy .mbr-text {
  color: #ffffff;
}
.cid-v2ZRE2E9sy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v2ZRE2E9sy .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v2ZRE2E9sy div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v2ZRE2E9sy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2ZRE2E9sy H5 {
  color: #fff0b0;
}
.cid-v3dA2DjQJr {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-v3dA2DjQJr .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-v3dA2DjQJr .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-v3dA2DjQJr .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #fff0b0;
  display: flex;
  flex-direction: column;
}
.cid-v3dA2DjQJr .navbar.opened {
  transition: all 0.2s;
  background: #fff0b0 !important;
}
.cid-v3dA2DjQJr .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #ffe67d;
  color: #132c70;
  background: #fff0b0 !important;
}
.cid-v3dA2DjQJr .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-v3dA2DjQJr .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-v3dA2DjQJr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3dA2DjQJr .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-v3dA2DjQJr .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-v3dA2DjQJr .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-v3dA2DjQJr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3dA2DjQJr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.38571429vh;
  }
}
.cid-v3dA2DjQJr .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-v3dA2DjQJr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3dA2DjQJr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3dA2DjQJr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v3dA2DjQJr .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-v3dA2DjQJr .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-v3dA2DjQJr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3dA2DjQJr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-v3dA2DjQJr .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-v3dA2DjQJr .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-v3dA2DjQJr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3dA2DjQJr .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-v3dA2DjQJr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3dA2DjQJr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3dA2DjQJr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v3dA2DjQJr .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-v3dA2DjQJr .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-v3dA2DjQJr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3dA2DjQJr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-v3dA2DjQJr .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-v3dA2DjQJr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-v3dA2DjQJr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v3dA2DjQJr .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-v3dA2DjQJr .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-v3dA2DjQJr .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-v3dA2DjQJr .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-v3dA2DjQJr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-v3dA2DjQJr .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-v3dA2DjQJr .navbar-brand {
  height: 4.1rem;
  min-height: 3rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-v3dA2DjQJr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3dA2DjQJr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3dA2DjQJr .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-v3dA2DjQJr .dropdown-item.active,
.cid-v3dA2DjQJr .dropdown-item:active {
  background-color: transparent;
}
.cid-v3dA2DjQJr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-v3dA2DjQJr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3dA2DjQJr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3dA2DjQJr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff0b0;
}
.cid-v3dA2DjQJr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-v3dA2DjQJr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3dA2DjQJr ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-v3dA2DjQJr .navbar-buttons {
  text-align: center;
}
.cid-v3dA2DjQJr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v3dA2DjQJr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5c0022;
}
.cid-v3dA2DjQJr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3dA2DjQJr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-v3dA2DjQJr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-v3dA2DjQJr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3dA2DjQJr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3dA2DjQJr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-v3dA2DjQJr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-v3dA2DjQJr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3dA2DjQJr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-v3dA2DjQJr .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-v3dA2DjQJr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-v3dA2DjQJr .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-v3dA2DjQJr .nav-link:hover,
.cid-v3dA2DjQJr .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-v3dA2DjQJr .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-v3dA2DjQJr .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-v3dA2DjQJr .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-v3dF46bThf {
  background-image: url("../../../assets/images/route-66-110606-1281-1247x617.jpg");
}
.cid-v3dF46bThf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3dF46bThf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3dA2EnLZv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #73002a;
}
.cid-v3dA2EnLZv .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v3dA2EnLZv .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3dA2EnLZv .row {
    text-align: center;
  }
  .cid-v3dA2EnLZv .row > div {
    margin: auto;
  }
  .cid-v3dA2EnLZv .social-row {
    justify-content: center;
  }
}
.cid-v3dA2EnLZv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v3dA2EnLZv .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v3dA2EnLZv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3dA2EnLZv .list {
    margin-bottom: 0rem;
  }
}
.cid-v3dA2EnLZv .mbr-text {
  color: #ffffff;
}
.cid-v3dA2EnLZv .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v3dA2EnLZv .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v3dA2EnLZv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v3dA2EnLZv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v3dA2EnLZv H5 {
  color: #fff0b0;
}
.cid-v3e3tjBBuh {
  z-index: 1000;
  width: 100%;
}
.cid-v3e3tjBBuh nav.navbar {
  position: fixed;
}
.cid-v3e3tjBBuh .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3e3tjBBuh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v3e3tjBBuh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v3e3tjBBuh .dropdown-item:hover,
.cid-v3e3tjBBuh .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-v3e3tjBBuh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3e3tjBBuh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3e3tjBBuh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3e3tjBBuh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3e3tjBBuh .nav-link {
  position: relative;
}
.cid-v3e3tjBBuh .container {
  display: flex;
  margin: auto;
}
.cid-v3e3tjBBuh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3e3tjBBuh .dropdown-menu,
.cid-v3e3tjBBuh .navbar.opened {
  background: #fff0b0 !important;
}
.cid-v3e3tjBBuh .nav-item:focus,
.cid-v3e3tjBBuh .nav-link:focus {
  outline: none;
}
.cid-v3e3tjBBuh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3e3tjBBuh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3e3tjBBuh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3e3tjBBuh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3e3tjBBuh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3e3tjBBuh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3e3tjBBuh .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 240, 176, 0.8);
}
.cid-v3e3tjBBuh .navbar.opened {
  transition: all 0.3s;
}
.cid-v3e3tjBBuh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3e3tjBBuh .navbar .navbar-logo img {
  width: auto;
}
.cid-v3e3tjBBuh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3e3tjBBuh .navbar.collapsed {
  justify-content: center;
}
.cid-v3e3tjBBuh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3e3tjBBuh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3e3tjBBuh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-v3e3tjBBuh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3e3tjBBuh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3e3tjBBuh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v3e3tjBBuh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3e3tjBBuh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3e3tjBBuh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3e3tjBBuh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3e3tjBBuh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3e3tjBBuh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3e3tjBBuh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3e3tjBBuh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v3e3tjBBuh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3e3tjBBuh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3e3tjBBuh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3e3tjBBuh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3e3tjBBuh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3e3tjBBuh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3e3tjBBuh .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3e3tjBBuh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3e3tjBBuh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v3e3tjBBuh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3e3tjBBuh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3e3tjBBuh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3e3tjBBuh .dropdown-item.active,
.cid-v3e3tjBBuh .dropdown-item:active {
  background-color: transparent;
}
.cid-v3e3tjBBuh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3e3tjBBuh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3e3tjBBuh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3e3tjBBuh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff0b0;
}
.cid-v3e3tjBBuh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3e3tjBBuh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3e3tjBBuh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v3e3tjBBuh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3e3tjBBuh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v3e3tjBBuh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #73002a;
}
.cid-v3e3tjBBuh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3e3tjBBuh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3e3tjBBuh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3e3tjBBuh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3e3tjBBuh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3e3tjBBuh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3e3tjBBuh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3e3tjBBuh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3e3tjBBuh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v3e3tjBBuh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3e3tjBBuh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3e3tjBBuh .navbar {
    height: 70px;
  }
  .cid-v3e3tjBBuh .navbar.opened {
    height: auto;
  }
  .cid-v3e3tjBBuh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3e3tk9wOb {
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-v3e3tk9wOb .mbr-text,
.cid-v3e3tk9wOb .mbr-section-btn {
  color: #232323;
}
.cid-v3e3tk9wOb .btn {
  width: 100%;
}
.cid-v3e3tk9wOb .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-v3e3tk9wOb H1 {
  color: #007371;
}
.cid-v3e3tk9wOb P {
  color: #73002a;
  text-align: left;
}
.cid-v3e3tk9wOb LABEL {
  text-align: left;
  color: #005c59;
}
.cid-v3e3tkJZEJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #73002a;
}
.cid-v3e3tkJZEJ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v3e3tkJZEJ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3e3tkJZEJ .row {
    text-align: center;
  }
  .cid-v3e3tkJZEJ .row > div {
    margin: auto;
  }
  .cid-v3e3tkJZEJ .social-row {
    justify-content: center;
  }
}
.cid-v3e3tkJZEJ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v3e3tkJZEJ .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v3e3tkJZEJ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3e3tkJZEJ .list {
    margin-bottom: 0rem;
  }
}
.cid-v3e3tkJZEJ .mbr-text {
  color: #ffffff;
}
.cid-v3e3tkJZEJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v3e3tkJZEJ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v3e3tkJZEJ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v3e3tkJZEJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v3e3tkJZEJ H5 {
  color: #fff0b0;
}
.cid-uVyNhFyKJ8 {
  background-image: url("../../../assets/images/road-4019251-1280x924.jpg-1024x739.jpg");
}
.cid-uVyNhFyKJ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyNhFyKJ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyNhFyKJ8 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uVyNhFyKJ8 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uVyNhFyKJ8 .container {
    padding: 0 30px;
  }
}
.cid-uVyNhFyKJ8 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uVyNhFyKJ8 .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uVyNhFyKJ8 .row.content {
  padding: 30px 0;
  border-top: 1px solid #5c0022;
  border-bottom: 1px solid #5c0022;
}
.cid-uVyNhFyKJ8 .row.content .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uVyNhFyKJ8 .row.content .desc-wrapper {
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uVyNhFyKJ8 .row.content .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-uVyNhFyKJ8 .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uVyNhFyKJ8 .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star {
  margin-bottom: 0;
  font-size: 18px;
  margin-left: 2px;
}
.cid-uVyNhFyKJ8 .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star:first-child {
  margin-left: 0;
}
.cid-uVyNhFyKJ8 .row.content .text-wrapper .mbr-text {
  margin-bottom: 18px;
}
.cid-uVyNhFyKJ8 .row.content .text-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uVyNhFyKJ8 .mbr-section-btn {
  margin-top: 30px;
}
.cid-uVyNhFyKJ8 .mbr-section-subtitle {
  color: #73002a;
  text-align: center;
}
.cid-uVyNhFyKJ8 .mbr-section-title {
  color: #f1f4e9;
}
.cid-uVyNhFyKJ8 .mbr-desc {
  color: #f1f4e9;
}
.cid-uVyNhFyKJ8 .mbr-text {
  color: #f1f4e9;
}
.cid-uVyNhFyKJ8 .mbr-name {
  color: #000000;
}
.cid-uVyNhFyKJ8 .mbr-section-title,
.cid-uVyNhFyKJ8 .mbr-section-btn {
  text-align: center;
  color: #007371;
}
.cid-uVyNhFyKJ8 .mbr-desc,
.cid-uVyNhFyKJ8 .rating-wrapper {
  text-align: center;
  color: #5c0022;
}
.cid-uVyNhFyKJ8 P {
  text-align: center;
}
.cid-uVtmIXAzx2 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uVtmIXAzx2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVtmIXAzx2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVtmIXAzx2 .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-uVtmIXAzx2 .item .icon-wrap {
  text-align: center;
}
.cid-uVtmIXAzx2 .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-uVtmIXAzx2 .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #007371;
}
.cid-uVtmIXAzx2 .item.first:before {
  display: none;
}
.cid-uVtmIXAzx2 .item.five:before {
  display: none;
}
.cid-uVtmIXAzx2 .icon-box {
  background: #007371;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-uVtmIXAzx2 .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-uVtmIXAzx2 .mbr-iconfont {
  color: #ffffff !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uVtmIXAzx2 .item:before {
    display: none;
  }
  .cid-uVtmIXAzx2 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uVtmIXAzx2 .card-title,
.cid-uVtmIXAzx2 .card-box {
  color: #73002a;
}
.cid-uVtmIXAzx2 .text-box .mbr-text {
  color: #005c59;
}
.cid-uVyRshPzxI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff0b0;
}
.cid-uVyRshPzxI .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #ffffff;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-uVyRshPzxI .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uVyRshPzxI .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-uVyRshPzxI .main-title.display-2 {
  line-height: 1.375;
}
.cid-uVyRshPzxI .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-uVyRshPzxI .mbr-text {
  color: #606060;
}
.cid-uVyRshPzxI .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uVyRshPzxI .mbr-section-btn {
  margin-top: 24px;
}
.cid-uVyRshPzxI .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-uVyRshPzxI .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-uVyRshPzxI .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-uVyRshPzxI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyRshPzxI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyRshPzxI .mbr-section-subtitle,
.cid-uVyRshPzxI .mbr-section-btn {
  text-align: center;
  color: #73002a;
}
.cid-uVyRshPzxI .main-title,
.cid-uVyRshPzxI .mbr-section-btn {
  color: #5c0022;
}
.cid-uVyRshPzxI .card-title,
.cid-uVyRshPzxI .card-box {
  color: #73002a;
  text-align: center;
}
.cid-uVyRshPzxI P {
  color: #000000;
}
.cid-uVE1yK9e8Y {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uVE1yK9e8Y .content {
    max-width: 600px;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-uVE1yK9e8Y .content {
    padding: 0 2rem;
  }
}
.cid-uVE1yK9e8Y .img-col {
  padding: 0;
  margin: auto 0;
}
@media (max-width: 992px) {
  .cid-uVE1yK9e8Y .content {
    margin: auto;
  }
}
.cid-uVE1yK9e8Y li {
  list-style: none;
}
.cid-uVE1yK9e8Y .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-uVE1yK9e8Y .item-wrap:hover .mbr-iconfont {
  color: #5c0022 !important;
}
.cid-uVE1yK9e8Y .mbr-iconfont {
  font-size: 18px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #005c59 !important;
}
.cid-uVE1yK9e8Y h4 {
  margin: 0;
}
.cid-uVE1yK9e8Y ul {
  padding: 0;
  margin: 0;
}
.cid-uVE1yK9e8Y H2 {
  color: #007371;
  text-align: center;
}
.cid-uVE1yK9e8Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVE1yK9e8Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVE1yK9e8Y H1 {
  color: #5c0022;
}
.cid-uVE1yK9e8Y DIV {
  text-align: center;
}
.cid-uVE1yK9e8Y .mbr-text,
.cid-uVE1yK9e8Y .mbr-section-btn {
  text-align: center;
  color: #5c0022;
}
.cid-uVE1yK9e8Y .item1 {
  text-align: left;
  color: #005c59;
}
.cid-uVtkbAFTcK {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVtkbAFTcK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVtkbAFTcK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVtkbAFTcK .img-wrapper {
  text-align: center;
  padding-bottom: 2rem;
}
.cid-uVtkbAFTcK img {
  margin: auto;
  width: 140px;
}
.cid-uVtkbAFTcK .row {
  align-items: flex-start;
}
.cid-uVtkbAFTcK .item-wrapper {
  border-radius: 4px;
  background: #73002a;
}
@media (max-width: 992px) {
  .cid-uVtkbAFTcK .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uVtkbAFTcK .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uVtkbAFTcK .item-wrapper {
    padding: 1rem;
  }
}
.cid-uVtkbAFTcK .card-title {
  color: #ffffff;
}
.cid-uVtkbAFTcK .mbr-text,
.cid-uVtkbAFTcK .mbr-section-btn {
  color: #ffffff;
}
.cid-uVtkaL3c2D {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uVtkaL3c2D img {
  width: 120px;
  margin: auto;
}
.cid-uVtkaL3c2D .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uVtkaL3c2D .card {
    max-width: 12.5%;
  }
}
.cid-uVyVvnC5Rt {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/sunglasses-1539183-1076x717.png-1076x717.png");
}
.cid-uVyVvnC5Rt .mbr-overlay {
  background: #ffffff;
  opacity: 0.7;
}
.cid-uVyVvnC5Rt img,
.cid-uVyVvnC5Rt .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uVyVvnC5Rt .item:focus,
.cid-uVyVvnC5Rt span:focus {
  outline: none;
}
.cid-uVyVvnC5Rt .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uVyVvnC5Rt .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fff0b0;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uVyVvnC5Rt .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uVyVvnC5Rt .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uVyVvnC5Rt .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uVyVvnC5Rt .mbr-section-title {
  color: #73002a;
}
.cid-uVyVvnC5Rt .mbr-text,
.cid-uVyVvnC5Rt .mbr-section-btn {
  text-align: center;
  color: #005c59;
}
.cid-uVyVvnC5Rt .item-title {
  text-align: center;
  color: #005c59;
}
.cid-uVyVvnC5Rt .item-subtitle {
  text-align: center;
  color: #73002a;
}
.cid-uVyVvnC5Rt .mbr-section-subtitle {
  color: #005c59;
}
.cid-uVtovEjOuf {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVtovEjOuf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVtovEjOuf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVtovEjOuf .nav-tabs .nav-item.open .nav-link:focus,
.cid-uVtovEjOuf .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uVtovEjOuf .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #005c59;
}
@media (max-width: 767px) {
  .cid-uVtovEjOuf .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-uVtovEjOuf .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-uVtovEjOuf .nav-tabs .nav-link:not(.active) {
  color: #5c0022;
}
.cid-uVtovEjOuf .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-uVtovEjOuf .nav-link,
.cid-uVtovEjOuf .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-uVtovEjOuf .nav-tabs .nav-link.active {
  color: #005c59;
  border-bottom: 3px solid #005c59;
}
.cid-uVtovEjOuf H4 {
  text-align: center;
  color: #005c59;
}
.cid-uVtovEjOuf H3 {
  text-align: center;
  color: #73002a;
}
.cid-uVtovEjOuf P {
  color: #5c0022;
}
.cid-uVD6MPxsi0 {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uVD6MPxsi0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVD6MPxsi0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVD6MPxsi0 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uVD6MPxsi0 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uVD6MPxsi0 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uVD6MPxsi0 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uVD6MPxsi0 .container {
    padding: 0 24px;
  }
}
.cid-uVD6MPxsi0 .content-wrapper {
  display: flex;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #b1d1cf;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uVD6MPxsi0 .content-wrapper {
    display: block;
  }
}
.cid-uVD6MPxsi0 .content-wrapper .content-wrap {
  width: 50%;
  padding: 150px 64px;
}
@media (max-width: 1440px) {
  .cid-uVD6MPxsi0 .content-wrapper .content-wrap {
    padding: 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uVD6MPxsi0 .content-wrapper .content-wrap {
    width: 100%;
    padding: 24px 24px 32px;
  }
}
.cid-uVD6MPxsi0 .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fff0b0;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #fff0b0;
}
.cid-uVD6MPxsi0 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uVD6MPxsi0 .content-wrapper .content-wrap .mbr-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-uVD6MPxsi0 .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uVD6MPxsi0 .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uVD6MPxsi0 .content-wrapper .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uVD6MPxsi0 .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uVD6MPxsi0 .mbr-section-title {
  color: #18212d;
}
.cid-uVD6MPxsi0 .mbr-desc {
  color: #18212d;
}
.cid-uVD6MPxsi0 .mbr-text {
  color: #5c0022;
}
.cid-uVD6MPxsi0 .mbr-section-title,
.cid-uVD6MPxsi0 .mbr-section-btn {
  color: #73002a;
  text-align: center;
}
.cid-uVD6MPxsi0 .mbr-desc,
.cid-uVD6MPxsi0 .desc-wrapper {
  text-align: center;
  color: #007371;
}
.cid-uVtgPacxBK {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/car-5667107-1280-819x483.jpg");
}
.cid-uVtgPacxBK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVtgPacxBK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVtgPacxBK .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-uVtgPacxBK .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uVtgPacxBK .embla__button--next,
.cid-uVtgPacxBK .embla__button--prev {
  display: flex;
}
.cid-uVtgPacxBK .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-uVtgPacxBK .embla__button {
    display: none;
  }
}
.cid-uVtgPacxBK .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uVtgPacxBK .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uVtgPacxBK .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uVtgPacxBK .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-uVtgPacxBK .embla__button {
    top: auto;
  }
}
.cid-uVtgPacxBK .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uVtgPacxBK .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-uVtgPacxBK .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-uVtgPacxBK .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uVtgPacxBK .embla {
  position: relative;
  width: 100%;
}
.cid-uVtgPacxBK .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uVtgPacxBK .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uVtgPacxBK .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uVtgPacxBK .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uVtgPacxBK .user_text {
  color: #5c0022;
}
.cid-uVtgPacxBK .user_name {
  color: #005c59;
}
.cid-v3dFUOmo1j {
  background-image: url("../../../assets/images/route-66-110606-1280-1264x800.jpg");
}
.cid-v3dFUOmo1j .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3dFUOmo1j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v307Ys0U70 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #73002a;
}
.cid-v307Ys0U70 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v307Ys0U70 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v307Ys0U70 .row {
    text-align: center;
  }
  .cid-v307Ys0U70 .row > div {
    margin: auto;
  }
  .cid-v307Ys0U70 .social-row {
    justify-content: center;
  }
}
.cid-v307Ys0U70 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v307Ys0U70 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v307Ys0U70 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v307Ys0U70 .list {
    margin-bottom: 0rem;
  }
}
.cid-v307Ys0U70 .mbr-text {
  color: #ffffff;
}
.cid-v307Ys0U70 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v307Ys0U70 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v307Ys0U70 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v307Ys0U70 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v307Ys0U70 H5 {
  color: #fff0b0;
}
.cid-v3n2e7iQSi {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-v3n2e7iQSi .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-v3n2e7iQSi .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-v3n2e7iQSi .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #fff0b0;
  display: flex;
  flex-direction: column;
}
.cid-v3n2e7iQSi .navbar.opened {
  transition: all 0.2s;
  background: #fff0b0 !important;
}
.cid-v3n2e7iQSi .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #ffe67d;
  color: #132c70;
  background: #fff0b0 !important;
}
.cid-v3n2e7iQSi .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-v3n2e7iQSi .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-v3n2e7iQSi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3n2e7iQSi .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-v3n2e7iQSi .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-v3n2e7iQSi .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-v3n2e7iQSi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3n2e7iQSi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.38571429vh;
  }
}
.cid-v3n2e7iQSi .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-v3n2e7iQSi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3n2e7iQSi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3n2e7iQSi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v3n2e7iQSi .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-v3n2e7iQSi .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-v3n2e7iQSi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3n2e7iQSi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-v3n2e7iQSi .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-v3n2e7iQSi .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-v3n2e7iQSi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3n2e7iQSi .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-v3n2e7iQSi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3n2e7iQSi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3n2e7iQSi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v3n2e7iQSi .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-v3n2e7iQSi .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-v3n2e7iQSi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3n2e7iQSi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-v3n2e7iQSi .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-v3n2e7iQSi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-v3n2e7iQSi .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v3n2e7iQSi .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-v3n2e7iQSi .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-v3n2e7iQSi .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-v3n2e7iQSi .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-v3n2e7iQSi .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-v3n2e7iQSi .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-v3n2e7iQSi .navbar-brand {
  height: 4.1rem;
  min-height: 3rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-v3n2e7iQSi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3n2e7iQSi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3n2e7iQSi .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-v3n2e7iQSi .dropdown-item.active,
.cid-v3n2e7iQSi .dropdown-item:active {
  background-color: transparent;
}
.cid-v3n2e7iQSi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-v3n2e7iQSi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3n2e7iQSi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3n2e7iQSi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff0b0;
}
.cid-v3n2e7iQSi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-v3n2e7iQSi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3n2e7iQSi ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-v3n2e7iQSi .navbar-buttons {
  text-align: center;
}
.cid-v3n2e7iQSi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v3n2e7iQSi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5c0022;
}
.cid-v3n2e7iQSi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3n2e7iQSi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-v3n2e7iQSi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-v3n2e7iQSi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3n2e7iQSi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3n2e7iQSi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-v3n2e7iQSi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-v3n2e7iQSi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3n2e7iQSi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-v3n2e7iQSi .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-v3n2e7iQSi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-v3n2e7iQSi .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-v3n2e7iQSi .nav-link:hover,
.cid-v3n2e7iQSi .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-v3n2e7iQSi .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-v3n2e7iQSi .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-v3n2e7iQSi .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-v4GvvLlsPg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/ameropal-1200x628.png");
}
.cid-v4GvvLlsPg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4GvvLlsPg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4GvvLlsPg .row {
  margin: 0 -32px;
}
.cid-v4GvvLlsPg .row .card {
  padding: 0 32px;
  justify-content: center;
}
.cid-v4GvvLlsPg .title-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v4GvvLlsPg .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v4GvvLlsPg .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-v4GvvLlsPg .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v4GvvLlsPg .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v4GvvLlsPg .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v4GvvLlsPg .title-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v4GvvLlsPg .image-wrapper {
  padding: 12px;
  border: 1px solid #fff0b0;
  background-color: #73002a;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-v4GvvLlsPg .image-wrapper {
    padding: 6px;
  }
}
.cid-v4GvvLlsPg .image-wrapper .image-wrap {
  padding: 12px;
  background-color: #007371;
  border: 1px solid #fff0b0;
  box-shadow: 0 0.25rem 0.375rem -0.125rem #9797b9;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v4GvvLlsPg .image-wrapper .image-wrap {
    padding: 6px;
  }
}
.cid-v4GvvLlsPg .mbr-label {
  color: #73002a;
  text-align: center;
}
.cid-v4GvvLlsPg .mbr-section-title {
  color: #181824;
}
.cid-v4GvvLlsPg .mbr-section-title,
.cid-v4GvvLlsPg .mbr-section-btn {
  text-align: center;
  color: #007371;
}
.cid-v4GvvLlsPg .mbr-text,
.cid-v4GvvLlsPg .text-wrapper {
  color: #5c0022;
  text-align: center;
}
.cid-v3n2e7JvEW {
  background-color: #fff0b0;
}
.cid-v3n2e7JvEW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3n2e7JvEW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3n2e84D4M {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #73002a;
}
.cid-v3n2e84D4M .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v3n2e84D4M .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3n2e84D4M .row {
    text-align: center;
  }
  .cid-v3n2e84D4M .row > div {
    margin: auto;
  }
  .cid-v3n2e84D4M .social-row {
    justify-content: center;
  }
}
.cid-v3n2e84D4M .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v3n2e84D4M .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v3n2e84D4M .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3n2e84D4M .list {
    margin-bottom: 0rem;
  }
}
.cid-v3n2e84D4M .mbr-text {
  color: #ffffff;
}
.cid-v3n2e84D4M .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v3n2e84D4M .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v3n2e84D4M div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v3n2e84D4M .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v3n2e84D4M H5 {
  color: #fff0b0;
}
.cid-v3BP70pzZd {
  background-image: url("../../../assets/images/dual20buchen20liegestc3bchle-1020x810.png");
}
.cid-v3BP70pzZd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3BP70pzZd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3BP70pzZd .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v3BP70pzZd .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-v3BP70pzZd .container {
    padding: 0 30px;
  }
}
.cid-v3BP70pzZd .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v3BP70pzZd .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-v3BP70pzZd .row.content {
  padding: 30px 0;
  border-top: 1px solid #5c0022;
  border-bottom: 1px solid #5c0022;
}
.cid-v3BP70pzZd .row.content .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v3BP70pzZd .row.content .desc-wrapper {
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-v3BP70pzZd .row.content .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-v3BP70pzZd .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-v3BP70pzZd .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star {
  margin-bottom: 0;
  font-size: 18px;
  margin-left: 2px;
}
.cid-v3BP70pzZd .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star:first-child {
  margin-left: 0;
}
.cid-v3BP70pzZd .row.content .text-wrapper .mbr-text {
  margin-bottom: 18px;
}
.cid-v3BP70pzZd .row.content .text-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-v3BP70pzZd .mbr-section-btn {
  margin-top: 30px;
}
.cid-v3BP70pzZd .mbr-section-subtitle {
  color: #73002a;
  text-align: center;
}
.cid-v3BP70pzZd .mbr-section-title {
  color: #f1f4e9;
}
.cid-v3BP70pzZd .mbr-desc {
  color: #f1f4e9;
}
.cid-v3BP70pzZd .mbr-text {
  color: #f1f4e9;
}
.cid-v3BP70pzZd .mbr-name {
  color: #000000;
}
.cid-v3BP70pzZd .mbr-section-title,
.cid-v3BP70pzZd .mbr-section-btn {
  text-align: center;
  color: #007371;
}
.cid-v3BP70pzZd .mbr-desc,
.cid-v3BP70pzZd .rating-wrapper {
  text-align: center;
  color: #5c0022;
}
.cid-v3BP70pzZd P {
  text-align: center;
}
.cid-v3BP71F3pO {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3BP71F3pO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3BP71F3pO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3BP71F3pO .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-v3BP71F3pO .item .icon-wrap {
  text-align: center;
}
.cid-v3BP71F3pO .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-v3BP71F3pO .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #007371;
}
.cid-v3BP71F3pO .item.first:before {
  display: none;
}
.cid-v3BP71F3pO .item.five:before {
  display: none;
}
.cid-v3BP71F3pO .icon-box {
  background: #007371;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-v3BP71F3pO .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-v3BP71F3pO .mbr-iconfont {
  color: #ffffff !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-v3BP71F3pO .item:before {
    display: none;
  }
  .cid-v3BP71F3pO .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v3BP71F3pO .card-title,
.cid-v3BP71F3pO .card-box {
  color: #73002a;
}
.cid-v3BP71F3pO .text-box .mbr-text {
  color: #005c59;
}
.cid-v3BP72ygdl {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #b1d1cf;
}
.cid-v3BP72ygdl .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #ffffff;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-v3BP72ygdl .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-v3BP72ygdl .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-v3BP72ygdl .main-title.display-2 {
  line-height: 1.375;
}
.cid-v3BP72ygdl .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-v3BP72ygdl .mbr-text {
  color: #606060;
}
.cid-v3BP72ygdl .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-v3BP72ygdl .mbr-section-btn {
  margin-top: 24px;
}
.cid-v3BP72ygdl .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-v3BP72ygdl .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-v3BP72ygdl .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-v3BP72ygdl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3BP72ygdl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3BP72ygdl .mbr-section-subtitle,
.cid-v3BP72ygdl .mbr-section-btn {
  text-align: center;
  color: #73002a;
}
.cid-v3BP72ygdl .main-title,
.cid-v3BP72ygdl .mbr-section-btn {
  color: #5c0022;
}
.cid-v3BP72ygdl .card-title,
.cid-v3BP72ygdl .card-box {
  color: #73002a;
  text-align: center;
}
.cid-v3BP72ygdl P {
  color: #000000;
}
.cid-v3BP739LEu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-v3BP739LEu .content {
    max-width: 600px;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-v3BP739LEu .content {
    padding: 0 2rem;
  }
}
.cid-v3BP739LEu .img-col {
  padding: 0;
  margin: auto 0;
}
@media (max-width: 992px) {
  .cid-v3BP739LEu .content {
    margin: auto;
  }
}
.cid-v3BP739LEu li {
  list-style: none;
}
.cid-v3BP739LEu .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-v3BP739LEu .item-wrap:hover .mbr-iconfont {
  color: #5c0022 !important;
}
.cid-v3BP739LEu .mbr-iconfont {
  font-size: 18px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #005c59 !important;
}
.cid-v3BP739LEu h4 {
  margin: 0;
}
.cid-v3BP739LEu ul {
  padding: 0;
  margin: 0;
}
.cid-v3BP739LEu H2 {
  color: #007371;
  text-align: center;
}
.cid-v3BP739LEu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3BP739LEu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3BP739LEu H1 {
  color: #5c0022;
}
.cid-v3BP739LEu DIV {
  text-align: center;
}
.cid-v3BP739LEu .mbr-text,
.cid-v3BP739LEu .mbr-section-btn {
  text-align: center;
  color: #5c0022;
}
.cid-v3BP739LEu .item1 {
  text-align: left;
  color: #005c59;
}
.cid-v3BP73WNAi {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3BP73WNAi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3BP73WNAi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3BP73WNAi .img-wrapper {
  text-align: center;
  padding-bottom: 2rem;
}
.cid-v3BP73WNAi img {
  margin: auto;
  width: 140px;
}
.cid-v3BP73WNAi .row {
  align-items: flex-start;
}
.cid-v3BP73WNAi .item-wrapper {
  border-radius: 4px;
  background: #73002a;
}
@media (max-width: 992px) {
  .cid-v3BP73WNAi .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-v3BP73WNAi .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v3BP73WNAi .item-wrapper {
    padding: 1rem;
  }
}
.cid-v3BP73WNAi .card-title {
  color: #ffffff;
}
.cid-v3BP73WNAi .mbr-text,
.cid-v3BP73WNAi .mbr-section-btn {
  color: #ffffff;
}
.cid-v3BP74ycTr {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v3BP74ycTr img {
  width: 120px;
  margin: auto;
}
.cid-v3BP74ycTr .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v3BP74ycTr .card {
    max-width: 12.5%;
  }
}
.cid-v3BP75yw8g {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/sunglasses-1539183-1076x717.png-1076x717.png");
}
.cid-v3BP75yw8g .mbr-overlay {
  background: #ffffff;
  opacity: 0.7;
}
.cid-v3BP75yw8g img,
.cid-v3BP75yw8g .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v3BP75yw8g .item:focus,
.cid-v3BP75yw8g span:focus {
  outline: none;
}
.cid-v3BP75yw8g .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v3BP75yw8g .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fff0b0;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v3BP75yw8g .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v3BP75yw8g .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v3BP75yw8g .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v3BP75yw8g .mbr-section-title {
  color: #73002a;
}
.cid-v3BP75yw8g .mbr-text,
.cid-v3BP75yw8g .mbr-section-btn {
  text-align: center;
  color: #005c59;
}
.cid-v3BP75yw8g .item-title {
  text-align: center;
  color: #005c59;
}
.cid-v3BP75yw8g .item-subtitle {
  text-align: center;
  color: #73002a;
}
.cid-v3BP75yw8g .mbr-section-subtitle {
  color: #005c59;
}
.cid-v3BP76pRen {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3BP76pRen .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3BP76pRen .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3BP76pRen .nav-tabs .nav-item.open .nav-link:focus,
.cid-v3BP76pRen .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-v3BP76pRen .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #005c59;
}
@media (max-width: 767px) {
  .cid-v3BP76pRen .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-v3BP76pRen .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-v3BP76pRen .nav-tabs .nav-link:not(.active) {
  color: #5c0022;
}
.cid-v3BP76pRen .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-v3BP76pRen .nav-link,
.cid-v3BP76pRen .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-v3BP76pRen .nav-tabs .nav-link.active {
  color: #005c59;
  border-bottom: 3px solid #005c59;
}
.cid-v3BP76pRen H4 {
  text-align: center;
  color: #005c59;
}
.cid-v3BP76pRen H3 {
  text-align: center;
  color: #73002a;
}
.cid-v3BP76pRen P {
  color: #5c0022;
}
.cid-v3BP77eL0D {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v3BP77eL0D .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3BP77eL0D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3BP77eL0D .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-v3BP77eL0D .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-v3BP77eL0D .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-v3BP77eL0D .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-v3BP77eL0D .container {
    padding: 0 24px;
  }
}
.cid-v3BP77eL0D .content-wrapper {
  display: flex;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #b1d1cf;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v3BP77eL0D .content-wrapper {
    display: block;
  }
}
.cid-v3BP77eL0D .content-wrapper .content-wrap {
  width: 50%;
  padding: 150px 64px;
}
@media (max-width: 1440px) {
  .cid-v3BP77eL0D .content-wrapper .content-wrap {
    padding: 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-v3BP77eL0D .content-wrapper .content-wrap {
    width: 100%;
    padding: 24px 24px 32px;
  }
}
.cid-v3BP77eL0D .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fff0b0;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #fff0b0;
}
.cid-v3BP77eL0D .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v3BP77eL0D .content-wrapper .content-wrap .mbr-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-v3BP77eL0D .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-v3BP77eL0D .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-v3BP77eL0D .content-wrapper .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v3BP77eL0D .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-v3BP77eL0D .mbr-section-title {
  color: #18212d;
}
.cid-v3BP77eL0D .mbr-desc {
  color: #18212d;
}
.cid-v3BP77eL0D .mbr-text {
  color: #5c0022;
}
.cid-v3BP77eL0D .mbr-section-title,
.cid-v3BP77eL0D .mbr-section-btn {
  color: #73002a;
  text-align: center;
}
.cid-v3BP77eL0D .mbr-desc,
.cid-v3BP77eL0D .desc-wrapper {
  text-align: center;
  color: #007371;
}
.cid-v3BP78eDme {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/car-5667107-1280-819x483.jpg");
}
.cid-v3BP78eDme .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3BP78eDme .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3BP78eDme .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-v3BP78eDme .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v3BP78eDme .embla__button--next,
.cid-v3BP78eDme .embla__button--prev {
  display: flex;
}
.cid-v3BP78eDme .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-v3BP78eDme .embla__button {
    display: none;
  }
}
.cid-v3BP78eDme .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v3BP78eDme .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v3BP78eDme .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3BP78eDme .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-v3BP78eDme .embla__button {
    top: auto;
  }
}
.cid-v3BP78eDme .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-v3BP78eDme .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-v3BP78eDme .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-v3BP78eDme .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-v3BP78eDme .embla {
  position: relative;
  width: 100%;
}
.cid-v3BP78eDme .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v3BP78eDme .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v3BP78eDme .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v3BP78eDme .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v3BP78eDme .user_text {
  color: #5c0022;
}
.cid-v3BP78eDme .user_name {
  color: #005c59;
}
.cid-v3BP79kHvs {
  background-image: url("../../../assets/images/route-66-110606-1280-1280x960.jpeg");
}
.cid-v3BP79kHvs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3BP79kHvs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3BP7aai98 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #73002a;
}
.cid-v3BP7aai98 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v3BP7aai98 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3BP7aai98 .row {
    text-align: center;
  }
  .cid-v3BP7aai98 .row > div {
    margin: auto;
  }
  .cid-v3BP7aai98 .social-row {
    justify-content: center;
  }
}
.cid-v3BP7aai98 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v3BP7aai98 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v3BP7aai98 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3BP7aai98 .list {
    margin-bottom: 0rem;
  }
}
.cid-v3BP7aai98 .mbr-text {
  color: #ffffff;
}
.cid-v3BP7aai98 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v3BP7aai98 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v3BP7aai98 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v3BP7aai98 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v3BP7aai98 H5 {
  color: #fff0b0;
}
.cid-v3BRp3AXnd {
  background-image: url("../../../assets/images/road-4019251-1280x924.jpg-1024x739.jpg");
}
.cid-v3BRp3AXnd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3BRp3AXnd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3BRp3AXnd .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v3BRp3AXnd .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-v3BRp3AXnd .container {
    padding: 0 30px;
  }
}
.cid-v3BRp3AXnd .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v3BRp3AXnd .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-v3BRp3AXnd .row.content {
  padding: 30px 0;
  border-top: 1px solid #5c0022;
  border-bottom: 1px solid #5c0022;
}
.cid-v3BRp3AXnd .row.content .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v3BRp3AXnd .row.content .desc-wrapper {
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-v3BRp3AXnd .row.content .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-v3BRp3AXnd .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-v3BRp3AXnd .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star {
  margin-bottom: 0;
  font-size: 18px;
  margin-left: 2px;
}
.cid-v3BRp3AXnd .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star:first-child {
  margin-left: 0;
}
.cid-v3BRp3AXnd .row.content .text-wrapper .mbr-text {
  margin-bottom: 18px;
}
.cid-v3BRp3AXnd .row.content .text-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-v3BRp3AXnd .mbr-section-btn {
  margin-top: 30px;
}
.cid-v3BRp3AXnd .mbr-section-subtitle {
  color: #73002a;
  text-align: center;
}
.cid-v3BRp3AXnd .mbr-section-title {
  color: #f1f4e9;
}
.cid-v3BRp3AXnd .mbr-desc {
  color: #f1f4e9;
}
.cid-v3BRp3AXnd .mbr-text {
  color: #f1f4e9;
}
.cid-v3BRp3AXnd .mbr-name {
  color: #000000;
}
.cid-v3BRp3AXnd .mbr-section-title,
.cid-v3BRp3AXnd .mbr-section-btn {
  text-align: center;
  color: #007371;
}
.cid-v3BRp3AXnd .mbr-desc,
.cid-v3BRp3AXnd .rating-wrapper {
  text-align: center;
  color: #5c0022;
}
.cid-v3BRp3AXnd P {
  text-align: center;
}
.cid-v3BRp4blOE {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3BRp4blOE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3BRp4blOE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3BRp4blOE .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-v3BRp4blOE .item .icon-wrap {
  text-align: center;
}
.cid-v3BRp4blOE .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-v3BRp4blOE .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #007371;
}
.cid-v3BRp4blOE .item.first:before {
  display: none;
}
.cid-v3BRp4blOE .item.five:before {
  display: none;
}
.cid-v3BRp4blOE .icon-box {
  background: #007371;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-v3BRp4blOE .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-v3BRp4blOE .mbr-iconfont {
  color: #ffffff !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-v3BRp4blOE .item:before {
    display: none;
  }
  .cid-v3BRp4blOE .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v3BRp4blOE .card-title,
.cid-v3BRp4blOE .card-box {
  color: #73002a;
}
.cid-v3BRp4blOE .text-box .mbr-text {
  color: #005c59;
}
.cid-v3BRp4IHj4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #b1d1cf;
}
.cid-v3BRp4IHj4 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #ffffff;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-v3BRp4IHj4 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-v3BRp4IHj4 .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-v3BRp4IHj4 .main-title.display-2 {
  line-height: 1.375;
}
.cid-v3BRp4IHj4 .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-v3BRp4IHj4 .mbr-text {
  color: #606060;
}
.cid-v3BRp4IHj4 .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-v3BRp4IHj4 .mbr-section-btn {
  margin-top: 24px;
}
.cid-v3BRp4IHj4 .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-v3BRp4IHj4 .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-v3BRp4IHj4 .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-v3BRp4IHj4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3BRp4IHj4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3BRp4IHj4 .mbr-section-subtitle,
.cid-v3BRp4IHj4 .mbr-section-btn {
  text-align: center;
  color: #73002a;
}
.cid-v3BRp4IHj4 .main-title,
.cid-v3BRp4IHj4 .mbr-section-btn {
  color: #5c0022;
}
.cid-v3BRp4IHj4 .card-title,
.cid-v3BRp4IHj4 .card-box {
  color: #73002a;
  text-align: center;
}
.cid-v3BRp4IHj4 P {
  color: #000000;
}
.cid-v3BRp58v4u {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-v3BRp58v4u .content {
    max-width: 600px;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-v3BRp58v4u .content {
    padding: 0 2rem;
  }
}
.cid-v3BRp58v4u .img-col {
  padding: 0;
  margin: auto 0;
}
@media (max-width: 992px) {
  .cid-v3BRp58v4u .content {
    margin: auto;
  }
}
.cid-v3BRp58v4u li {
  list-style: none;
}
.cid-v3BRp58v4u .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-v3BRp58v4u .item-wrap:hover .mbr-iconfont {
  color: #5c0022 !important;
}
.cid-v3BRp58v4u .mbr-iconfont {
  font-size: 18px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #005c59 !important;
}
.cid-v3BRp58v4u h4 {
  margin: 0;
}
.cid-v3BRp58v4u ul {
  padding: 0;
  margin: 0;
}
.cid-v3BRp58v4u H2 {
  color: #007371;
  text-align: center;
}
.cid-v3BRp58v4u .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3BRp58v4u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3BRp58v4u H1 {
  color: #5c0022;
}
.cid-v3BRp58v4u DIV {
  text-align: center;
}
.cid-v3BRp58v4u .mbr-text,
.cid-v3BRp58v4u .mbr-section-btn {
  text-align: center;
  color: #5c0022;
}
.cid-v3BRp58v4u .item1 {
  text-align: left;
  color: #005c59;
}
.cid-v3BRp5DNpQ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3BRp5DNpQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3BRp5DNpQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3BRp5DNpQ .img-wrapper {
  text-align: center;
  padding-bottom: 2rem;
}
.cid-v3BRp5DNpQ img {
  margin: auto;
  width: 140px;
}
.cid-v3BRp5DNpQ .row {
  align-items: flex-start;
}
.cid-v3BRp5DNpQ .item-wrapper {
  border-radius: 4px;
  background: #73002a;
}
@media (max-width: 992px) {
  .cid-v3BRp5DNpQ .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-v3BRp5DNpQ .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v3BRp5DNpQ .item-wrapper {
    padding: 1rem;
  }
}
.cid-v3BRp5DNpQ .card-title {
  color: #ffffff;
}
.cid-v3BRp5DNpQ .mbr-text,
.cid-v3BRp5DNpQ .mbr-section-btn {
  color: #ffffff;
}
.cid-v3BRp661nH {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v3BRp661nH img {
  width: 120px;
  margin: auto;
}
.cid-v3BRp661nH .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v3BRp661nH .card {
    max-width: 12.5%;
  }
}
.cid-v3BRp6w5TR {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/sunglasses-1539183-1076x717.png-1076x717.png");
}
.cid-v3BRp6w5TR .mbr-overlay {
  background: #ffffff;
  opacity: 0.7;
}
.cid-v3BRp6w5TR img,
.cid-v3BRp6w5TR .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v3BRp6w5TR .item:focus,
.cid-v3BRp6w5TR span:focus {
  outline: none;
}
.cid-v3BRp6w5TR .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v3BRp6w5TR .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fff0b0;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v3BRp6w5TR .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v3BRp6w5TR .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v3BRp6w5TR .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v3BRp6w5TR .mbr-section-title {
  color: #73002a;
}
.cid-v3BRp6w5TR .mbr-text,
.cid-v3BRp6w5TR .mbr-section-btn {
  text-align: center;
  color: #005c59;
}
.cid-v3BRp6w5TR .item-title {
  text-align: center;
  color: #005c59;
}
.cid-v3BRp6w5TR .item-subtitle {
  text-align: center;
  color: #73002a;
}
.cid-v3BRp6w5TR .mbr-section-subtitle {
  color: #005c59;
}
.cid-v3BRp6ZIoG {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3BRp6ZIoG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3BRp6ZIoG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3BRp6ZIoG .nav-tabs .nav-item.open .nav-link:focus,
.cid-v3BRp6ZIoG .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-v3BRp6ZIoG .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #005c59;
}
@media (max-width: 767px) {
  .cid-v3BRp6ZIoG .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-v3BRp6ZIoG .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-v3BRp6ZIoG .nav-tabs .nav-link:not(.active) {
  color: #5c0022;
}
.cid-v3BRp6ZIoG .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-v3BRp6ZIoG .nav-link,
.cid-v3BRp6ZIoG .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-v3BRp6ZIoG .nav-tabs .nav-link.active {
  color: #005c59;
  border-bottom: 3px solid #005c59;
}
.cid-v3BRp6ZIoG H4 {
  text-align: center;
  color: #005c59;
}
.cid-v3BRp6ZIoG H3 {
  text-align: center;
  color: #73002a;
}
.cid-v3BRp6ZIoG P {
  color: #5c0022;
}
.cid-v3BRp7qIVw {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v3BRp7qIVw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3BRp7qIVw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3BRp7qIVw .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-v3BRp7qIVw .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-v3BRp7qIVw .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-v3BRp7qIVw .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-v3BRp7qIVw .container {
    padding: 0 24px;
  }
}
.cid-v3BRp7qIVw .content-wrapper {
  display: flex;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #b1d1cf;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v3BRp7qIVw .content-wrapper {
    display: block;
  }
}
.cid-v3BRp7qIVw .content-wrapper .content-wrap {
  width: 50%;
  padding: 150px 64px;
}
@media (max-width: 1440px) {
  .cid-v3BRp7qIVw .content-wrapper .content-wrap {
    padding: 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-v3BRp7qIVw .content-wrapper .content-wrap {
    width: 100%;
    padding: 24px 24px 32px;
  }
}
.cid-v3BRp7qIVw .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fff0b0;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #fff0b0;
}
.cid-v3BRp7qIVw .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v3BRp7qIVw .content-wrapper .content-wrap .mbr-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-v3BRp7qIVw .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-v3BRp7qIVw .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-v3BRp7qIVw .content-wrapper .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v3BRp7qIVw .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-v3BRp7qIVw .mbr-section-title {
  color: #18212d;
}
.cid-v3BRp7qIVw .mbr-desc {
  color: #18212d;
}
.cid-v3BRp7qIVw .mbr-text {
  color: #5c0022;
}
.cid-v3BRp7qIVw .mbr-section-title,
.cid-v3BRp7qIVw .mbr-section-btn {
  color: #73002a;
  text-align: center;
}
.cid-v3BRp7qIVw .mbr-desc,
.cid-v3BRp7qIVw .desc-wrapper {
  text-align: center;
  color: #007371;
}
.cid-v3BRp7UiYv {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/car-5667107-1280-819x483.jpg");
}
.cid-v3BRp7UiYv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3BRp7UiYv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3BRp7UiYv .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-v3BRp7UiYv .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v3BRp7UiYv .embla__button--next,
.cid-v3BRp7UiYv .embla__button--prev {
  display: flex;
}
.cid-v3BRp7UiYv .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-v3BRp7UiYv .embla__button {
    display: none;
  }
}
.cid-v3BRp7UiYv .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v3BRp7UiYv .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v3BRp7UiYv .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3BRp7UiYv .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-v3BRp7UiYv .embla__button {
    top: auto;
  }
}
.cid-v3BRp7UiYv .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-v3BRp7UiYv .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-v3BRp7UiYv .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-v3BRp7UiYv .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-v3BRp7UiYv .embla {
  position: relative;
  width: 100%;
}
.cid-v3BRp7UiYv .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v3BRp7UiYv .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v3BRp7UiYv .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v3BRp7UiYv .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v3BRp7UiYv .user_text {
  color: #5c0022;
}
.cid-v3BRp7UiYv .user_name {
  color: #005c59;
}
.cid-v3BRp8xV6O {
  background-image: url("../../../assets/images/route-66-110606-1280-1280x960.jpeg");
}
.cid-v3BRp8xV6O .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3BRp8xV6O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3BRp90eYU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #73002a;
}
.cid-v3BRp90eYU .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v3BRp90eYU .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3BRp90eYU .row {
    text-align: center;
  }
  .cid-v3BRp90eYU .row > div {
    margin: auto;
  }
  .cid-v3BRp90eYU .social-row {
    justify-content: center;
  }
}
.cid-v3BRp90eYU .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v3BRp90eYU .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v3BRp90eYU .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3BRp90eYU .list {
    margin-bottom: 0rem;
  }
}
.cid-v3BRp90eYU .mbr-text {
  color: #ffffff;
}
.cid-v3BRp90eYU .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v3BRp90eYU .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v3BRp90eYU div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v3BRp90eYU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v3BRp90eYU H5 {
  color: #fff0b0;
}
.cid-v4HsmCRPSP {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-v4HsmCRPSP .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-v4HsmCRPSP .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-v4HsmCRPSP .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #fff0b0;
  display: flex;
  flex-direction: column;
}
.cid-v4HsmCRPSP .navbar.opened {
  transition: all 0.2s;
  background: #fff0b0 !important;
}
.cid-v4HsmCRPSP .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #ffe67d;
  color: #132c70;
  background: #fff0b0 !important;
}
.cid-v4HsmCRPSP .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-v4HsmCRPSP .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-v4HsmCRPSP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4HsmCRPSP .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-v4HsmCRPSP .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-v4HsmCRPSP .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-v4HsmCRPSP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4HsmCRPSP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.38571429vh;
  }
}
.cid-v4HsmCRPSP .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-v4HsmCRPSP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4HsmCRPSP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4HsmCRPSP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v4HsmCRPSP .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-v4HsmCRPSP .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-v4HsmCRPSP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4HsmCRPSP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-v4HsmCRPSP .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-v4HsmCRPSP .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-v4HsmCRPSP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4HsmCRPSP .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-v4HsmCRPSP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4HsmCRPSP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4HsmCRPSP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v4HsmCRPSP .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-v4HsmCRPSP .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-v4HsmCRPSP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4HsmCRPSP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-v4HsmCRPSP .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-v4HsmCRPSP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-v4HsmCRPSP .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v4HsmCRPSP .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-v4HsmCRPSP .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-v4HsmCRPSP .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-v4HsmCRPSP .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-v4HsmCRPSP .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-v4HsmCRPSP .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-v4HsmCRPSP .navbar-brand {
  height: 4.1rem;
  min-height: 3rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-v4HsmCRPSP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4HsmCRPSP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4HsmCRPSP .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-v4HsmCRPSP .dropdown-item.active,
.cid-v4HsmCRPSP .dropdown-item:active {
  background-color: transparent;
}
.cid-v4HsmCRPSP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-v4HsmCRPSP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4HsmCRPSP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4HsmCRPSP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff0b0;
}
.cid-v4HsmCRPSP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-v4HsmCRPSP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4HsmCRPSP ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-v4HsmCRPSP .navbar-buttons {
  text-align: center;
}
.cid-v4HsmCRPSP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v4HsmCRPSP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5c0022;
}
.cid-v4HsmCRPSP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4HsmCRPSP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-v4HsmCRPSP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-v4HsmCRPSP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4HsmCRPSP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4HsmCRPSP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-v4HsmCRPSP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-v4HsmCRPSP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4HsmCRPSP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-v4HsmCRPSP .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-v4HsmCRPSP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-v4HsmCRPSP .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-v4HsmCRPSP .nav-link:hover,
.cid-v4HsmCRPSP .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-v4HsmCRPSP .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-v4HsmCRPSP .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-v4HsmCRPSP .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-v4HsmDn717 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bentourreisenl-1200x628.png");
}
.cid-v4HsmDn717 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4HsmDn717 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4HsmDn717 .row {
  margin: 0 -32px;
}
.cid-v4HsmDn717 .row .card {
  padding: 0 32px;
  justify-content: center;
}
.cid-v4HsmDn717 .title-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v4HsmDn717 .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v4HsmDn717 .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-v4HsmDn717 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v4HsmDn717 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v4HsmDn717 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v4HsmDn717 .title-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v4HsmDn717 .image-wrapper {
  padding: 12px;
  border: 1px solid #fff0b0;
  background-color: #73002a;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-v4HsmDn717 .image-wrapper {
    padding: 6px;
  }
}
.cid-v4HsmDn717 .image-wrapper .image-wrap {
  padding: 12px;
  background-color: #007371;
  border: 1px solid #fff0b0;
  box-shadow: 0 0.25rem 0.375rem -0.125rem #9797b9;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v4HsmDn717 .image-wrapper .image-wrap {
    padding: 6px;
  }
}
.cid-v4HsmDn717 .mbr-label {
  color: #73002a;
  text-align: center;
}
.cid-v4HsmDn717 .mbr-section-title {
  color: #181824;
}
.cid-v4HsmDn717 .mbr-section-title,
.cid-v4HsmDn717 .mbr-section-btn {
  text-align: center;
  color: #007371;
}
.cid-v4HsmDn717 .mbr-text,
.cid-v4HsmDn717 .text-wrapper {
  color: #5c0022;
  text-align: center;
}
.cid-v4HsmDOmkV {
  background-color: #fff0b0;
}
.cid-v4HsmDOmkV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4HsmDOmkV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4HsmElku1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #73002a;
}
.cid-v4HsmElku1 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v4HsmElku1 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v4HsmElku1 .row {
    text-align: center;
  }
  .cid-v4HsmElku1 .row > div {
    margin: auto;
  }
  .cid-v4HsmElku1 .social-row {
    justify-content: center;
  }
}
.cid-v4HsmElku1 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4HsmElku1 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v4HsmElku1 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4HsmElku1 .list {
    margin-bottom: 0rem;
  }
}
.cid-v4HsmElku1 .mbr-text {
  color: #ffffff;
}
.cid-v4HsmElku1 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v4HsmElku1 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v4HsmElku1 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v4HsmElku1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v4HsmElku1 H5 {
  color: #fff0b0;
}
.cid-v4HsCI3Tvr {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-v4HsCI3Tvr .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-v4HsCI3Tvr .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-v4HsCI3Tvr .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #fff0b0;
  display: flex;
  flex-direction: column;
}
.cid-v4HsCI3Tvr .navbar.opened {
  transition: all 0.2s;
  background: #fff0b0 !important;
}
.cid-v4HsCI3Tvr .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #ffe67d;
  color: #132c70;
  background: #fff0b0 !important;
}
.cid-v4HsCI3Tvr .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-v4HsCI3Tvr .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-v4HsCI3Tvr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4HsCI3Tvr .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-v4HsCI3Tvr .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-v4HsCI3Tvr .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-v4HsCI3Tvr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4HsCI3Tvr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.38571429vh;
  }
}
.cid-v4HsCI3Tvr .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-v4HsCI3Tvr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4HsCI3Tvr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4HsCI3Tvr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v4HsCI3Tvr .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-v4HsCI3Tvr .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-v4HsCI3Tvr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4HsCI3Tvr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-v4HsCI3Tvr .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-v4HsCI3Tvr .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-v4HsCI3Tvr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4HsCI3Tvr .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-v4HsCI3Tvr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4HsCI3Tvr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4HsCI3Tvr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v4HsCI3Tvr .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-v4HsCI3Tvr .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-v4HsCI3Tvr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4HsCI3Tvr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-v4HsCI3Tvr .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-v4HsCI3Tvr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-v4HsCI3Tvr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v4HsCI3Tvr .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-v4HsCI3Tvr .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-v4HsCI3Tvr .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-v4HsCI3Tvr .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-v4HsCI3Tvr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-v4HsCI3Tvr .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-v4HsCI3Tvr .navbar-brand {
  height: 4.1rem;
  min-height: 3rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-v4HsCI3Tvr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4HsCI3Tvr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4HsCI3Tvr .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-v4HsCI3Tvr .dropdown-item.active,
.cid-v4HsCI3Tvr .dropdown-item:active {
  background-color: transparent;
}
.cid-v4HsCI3Tvr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-v4HsCI3Tvr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4HsCI3Tvr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4HsCI3Tvr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff0b0;
}
.cid-v4HsCI3Tvr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-v4HsCI3Tvr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4HsCI3Tvr ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-v4HsCI3Tvr .navbar-buttons {
  text-align: center;
}
.cid-v4HsCI3Tvr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v4HsCI3Tvr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5c0022;
}
.cid-v4HsCI3Tvr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4HsCI3Tvr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-v4HsCI3Tvr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-v4HsCI3Tvr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4HsCI3Tvr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4HsCI3Tvr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-v4HsCI3Tvr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-v4HsCI3Tvr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4HsCI3Tvr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-v4HsCI3Tvr .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-v4HsCI3Tvr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-v4HsCI3Tvr .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-v4HsCI3Tvr .nav-link:hover,
.cid-v4HsCI3Tvr .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-v4HsCI3Tvr .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-v4HsCI3Tvr .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-v4HsCI3Tvr .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-v4HsCJefMF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/getyourguidl-1200x628.png");
}
.cid-v4HsCJefMF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4HsCJefMF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4HsCJefMF .row {
  margin: 0 -32px;
}
.cid-v4HsCJefMF .row .card {
  padding: 0 32px;
  justify-content: center;
}
.cid-v4HsCJefMF .title-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v4HsCJefMF .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v4HsCJefMF .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-v4HsCJefMF .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v4HsCJefMF .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v4HsCJefMF .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v4HsCJefMF .title-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v4HsCJefMF .image-wrapper {
  padding: 12px;
  border: 1px solid #fff0b0;
  background-color: #73002a;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-v4HsCJefMF .image-wrapper {
    padding: 6px;
  }
}
.cid-v4HsCJefMF .image-wrapper .image-wrap {
  padding: 12px;
  background-color: #007371;
  border: 1px solid #fff0b0;
  box-shadow: 0 0.25rem 0.375rem -0.125rem #9797b9;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v4HsCJefMF .image-wrapper .image-wrap {
    padding: 6px;
  }
}
.cid-v4HsCJefMF .mbr-label {
  color: #73002a;
  text-align: center;
}
.cid-v4HsCJefMF .mbr-section-title {
  color: #181824;
}
.cid-v4HsCJefMF .mbr-section-title,
.cid-v4HsCJefMF .mbr-section-btn {
  text-align: center;
  color: #007371;
}
.cid-v4HsCJefMF .mbr-text,
.cid-v4HsCJefMF .text-wrapper {
  color: #5c0022;
  text-align: center;
}
.cid-v4U4p0Agax {
  background-color: #fff0b0;
}
.cid-v4U4p0Agax .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4U4p0Agax .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4HsCLDrwk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #73002a;
}
.cid-v4HsCLDrwk .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v4HsCLDrwk .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v4HsCLDrwk .row {
    text-align: center;
  }
  .cid-v4HsCLDrwk .row > div {
    margin: auto;
  }
  .cid-v4HsCLDrwk .social-row {
    justify-content: center;
  }
}
.cid-v4HsCLDrwk .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4HsCLDrwk .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v4HsCLDrwk .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4HsCLDrwk .list {
    margin-bottom: 0rem;
  }
}
.cid-v4HsCLDrwk .mbr-text {
  color: #ffffff;
}
.cid-v4HsCLDrwk .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v4HsCLDrwk .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v4HsCLDrwk div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v4HsCLDrwk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v4HsCLDrwk H5 {
  color: #fff0b0;
}
.cid-v4HLwMyMrg {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-v4HLwMyMrg .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-v4HLwMyMrg .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-v4HLwMyMrg .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #fff0b0;
  display: flex;
  flex-direction: column;
}
.cid-v4HLwMyMrg .navbar.opened {
  transition: all 0.2s;
  background: #fff0b0 !important;
}
.cid-v4HLwMyMrg .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #ffe67d;
  color: #132c70;
  background: #fff0b0 !important;
}
.cid-v4HLwMyMrg .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-v4HLwMyMrg .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-v4HLwMyMrg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4HLwMyMrg .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-v4HLwMyMrg .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-v4HLwMyMrg .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-v4HLwMyMrg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4HLwMyMrg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.38571429vh;
  }
}
.cid-v4HLwMyMrg .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-v4HLwMyMrg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4HLwMyMrg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4HLwMyMrg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v4HLwMyMrg .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-v4HLwMyMrg .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-v4HLwMyMrg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4HLwMyMrg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-v4HLwMyMrg .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-v4HLwMyMrg .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-v4HLwMyMrg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4HLwMyMrg .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-v4HLwMyMrg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4HLwMyMrg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4HLwMyMrg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v4HLwMyMrg .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-v4HLwMyMrg .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-v4HLwMyMrg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4HLwMyMrg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-v4HLwMyMrg .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-v4HLwMyMrg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-v4HLwMyMrg .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v4HLwMyMrg .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-v4HLwMyMrg .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-v4HLwMyMrg .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-v4HLwMyMrg .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-v4HLwMyMrg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-v4HLwMyMrg .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-v4HLwMyMrg .navbar-brand {
  height: 4.1rem;
  min-height: 3rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-v4HLwMyMrg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4HLwMyMrg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4HLwMyMrg .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-v4HLwMyMrg .dropdown-item.active,
.cid-v4HLwMyMrg .dropdown-item:active {
  background-color: transparent;
}
.cid-v4HLwMyMrg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-v4HLwMyMrg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4HLwMyMrg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4HLwMyMrg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff0b0;
}
.cid-v4HLwMyMrg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-v4HLwMyMrg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4HLwMyMrg ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-v4HLwMyMrg .navbar-buttons {
  text-align: center;
}
.cid-v4HLwMyMrg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v4HLwMyMrg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5c0022;
}
.cid-v4HLwMyMrg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4HLwMyMrg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-v4HLwMyMrg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-v4HLwMyMrg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4HLwMyMrg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4HLwMyMrg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-v4HLwMyMrg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-v4HLwMyMrg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4HLwMyMrg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-v4HLwMyMrg .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-v4HLwMyMrg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-v4HLwMyMrg .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-v4HLwMyMrg .nav-link:hover,
.cid-v4HLwMyMrg .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-v4HLwMyMrg .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-v4HLwMyMrg .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-v4HLwMyMrg .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-v4HLwNrAuT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/travelsecurel-1-1200x628.png");
}
.cid-v4HLwNrAuT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4HLwNrAuT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4HLwNrAuT .row {
  margin: 0 -32px;
}
.cid-v4HLwNrAuT .row .card {
  padding: 0 32px;
  justify-content: center;
}
.cid-v4HLwNrAuT .title-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v4HLwNrAuT .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v4HLwNrAuT .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-v4HLwNrAuT .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v4HLwNrAuT .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v4HLwNrAuT .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v4HLwNrAuT .title-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v4HLwNrAuT .image-wrapper {
  padding: 12px;
  border: 1px solid #fff0b0;
  background-color: #73002a;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-v4HLwNrAuT .image-wrapper {
    padding: 6px;
  }
}
.cid-v4HLwNrAuT .image-wrapper .image-wrap {
  padding: 12px;
  background-color: #007371;
  border: 1px solid #fff0b0;
  box-shadow: 0 0.25rem 0.375rem -0.125rem #9797b9;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v4HLwNrAuT .image-wrapper .image-wrap {
    padding: 6px;
  }
}
.cid-v4HLwNrAuT .mbr-label {
  color: #73002a;
  text-align: center;
}
.cid-v4HLwNrAuT .mbr-section-title {
  color: #181824;
}
.cid-v4HLwNrAuT .mbr-section-title,
.cid-v4HLwNrAuT .mbr-section-btn {
  text-align: center;
  color: #007371;
}
.cid-v4HLwNrAuT .mbr-text,
.cid-v4HLwNrAuT .text-wrapper {
  color: #5c0022;
  text-align: center;
}
.cid-v4SIIoXfdB {
  background-color: #fff0b0;
}
.cid-v4SIIoXfdB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4SIIoXfdB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4HLwPrS9D {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #73002a;
}
.cid-v4HLwPrS9D .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v4HLwPrS9D .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v4HLwPrS9D .row {
    text-align: center;
  }
  .cid-v4HLwPrS9D .row > div {
    margin: auto;
  }
  .cid-v4HLwPrS9D .social-row {
    justify-content: center;
  }
}
.cid-v4HLwPrS9D .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4HLwPrS9D .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v4HLwPrS9D .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4HLwPrS9D .list {
    margin-bottom: 0rem;
  }
}
.cid-v4HLwPrS9D .mbr-text {
  color: #ffffff;
}
.cid-v4HLwPrS9D .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v4HLwPrS9D .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v4HLwPrS9D div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v4HLwPrS9D .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v4HLwPrS9D H5 {
  color: #fff0b0;
}
.cid-v4HLSD2lMi {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-v4HLSD2lMi .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-v4HLSD2lMi .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-v4HLSD2lMi .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #fff0b0;
  display: flex;
  flex-direction: column;
}
.cid-v4HLSD2lMi .navbar.opened {
  transition: all 0.2s;
  background: #fff0b0 !important;
}
.cid-v4HLSD2lMi .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #ffe67d;
  color: #132c70;
  background: #fff0b0 !important;
}
.cid-v4HLSD2lMi .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-v4HLSD2lMi .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-v4HLSD2lMi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4HLSD2lMi .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-v4HLSD2lMi .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-v4HLSD2lMi .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-v4HLSD2lMi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4HLSD2lMi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.38571429vh;
  }
}
.cid-v4HLSD2lMi .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-v4HLSD2lMi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4HLSD2lMi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4HLSD2lMi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v4HLSD2lMi .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-v4HLSD2lMi .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-v4HLSD2lMi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4HLSD2lMi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-v4HLSD2lMi .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-v4HLSD2lMi .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-v4HLSD2lMi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4HLSD2lMi .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-v4HLSD2lMi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4HLSD2lMi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4HLSD2lMi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v4HLSD2lMi .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-v4HLSD2lMi .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-v4HLSD2lMi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4HLSD2lMi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-v4HLSD2lMi .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-v4HLSD2lMi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-v4HLSD2lMi .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v4HLSD2lMi .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-v4HLSD2lMi .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-v4HLSD2lMi .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-v4HLSD2lMi .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-v4HLSD2lMi .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-v4HLSD2lMi .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-v4HLSD2lMi .navbar-brand {
  height: 4.1rem;
  min-height: 3rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-v4HLSD2lMi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4HLSD2lMi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4HLSD2lMi .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-v4HLSD2lMi .dropdown-item.active,
.cid-v4HLSD2lMi .dropdown-item:active {
  background-color: transparent;
}
.cid-v4HLSD2lMi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-v4HLSD2lMi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4HLSD2lMi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4HLSD2lMi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff0b0;
}
.cid-v4HLSD2lMi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-v4HLSD2lMi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4HLSD2lMi ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-v4HLSD2lMi .navbar-buttons {
  text-align: center;
}
.cid-v4HLSD2lMi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v4HLSD2lMi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5c0022;
}
.cid-v4HLSD2lMi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4HLSD2lMi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-v4HLSD2lMi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-v4HLSD2lMi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4HLSD2lMi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4HLSD2lMi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-v4HLSD2lMi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-v4HLSD2lMi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4HLSD2lMi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-v4HLSD2lMi .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-v4HLSD2lMi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-v4HLSD2lMi .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-v4HLSD2lMi .nav-link:hover,
.cid-v4HLSD2lMi .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-v4HLSD2lMi .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-v4HLSD2lMi .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-v4HLSD2lMi .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-v4HLSDGUKX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/travelsecurel-1200x628.png");
}
.cid-v4HLSDGUKX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4HLSDGUKX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4HLSDGUKX .row {
  margin: 0 -32px;
}
.cid-v4HLSDGUKX .row .card {
  padding: 0 32px;
  justify-content: center;
}
.cid-v4HLSDGUKX .title-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v4HLSDGUKX .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v4HLSDGUKX .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-v4HLSDGUKX .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v4HLSDGUKX .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v4HLSDGUKX .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v4HLSDGUKX .title-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v4HLSDGUKX .image-wrapper {
  padding: 12px;
  border: 1px solid #fff0b0;
  background-color: #73002a;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-v4HLSDGUKX .image-wrapper {
    padding: 6px;
  }
}
.cid-v4HLSDGUKX .image-wrapper .image-wrap {
  padding: 12px;
  background-color: #007371;
  border: 1px solid #fff0b0;
  box-shadow: 0 0.25rem 0.375rem -0.125rem #9797b9;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v4HLSDGUKX .image-wrapper .image-wrap {
    padding: 6px;
  }
}
.cid-v4HLSDGUKX .mbr-label {
  color: #73002a;
  text-align: center;
}
.cid-v4HLSDGUKX .mbr-section-title {
  color: #181824;
}
.cid-v4HLSDGUKX .mbr-section-title,
.cid-v4HLSDGUKX .mbr-section-btn {
  text-align: center;
  color: #007371;
}
.cid-v4HLSDGUKX .mbr-text,
.cid-v4HLSDGUKX .text-wrapper {
  color: #5c0022;
  text-align: center;
}
.cid-v4HLSEdczU {
  background-color: #fff0b0;
}
.cid-v4HLSEdczU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4HLSEdczU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4HLSETy1n {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #73002a;
}
.cid-v4HLSETy1n .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v4HLSETy1n .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v4HLSETy1n .row {
    text-align: center;
  }
  .cid-v4HLSETy1n .row > div {
    margin: auto;
  }
  .cid-v4HLSETy1n .social-row {
    justify-content: center;
  }
}
.cid-v4HLSETy1n .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4HLSETy1n .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v4HLSETy1n .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4HLSETy1n .list {
    margin-bottom: 0rem;
  }
}
.cid-v4HLSETy1n .mbr-text {
  color: #ffffff;
}
.cid-v4HLSETy1n .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v4HLSETy1n .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v4HLSETy1n div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v4HLSETy1n .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v4HLSETy1n H5 {
  color: #fff0b0;
}
.cid-v4HM71Cohr {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-v4HM71Cohr .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-v4HM71Cohr .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-v4HM71Cohr .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #fff0b0;
  display: flex;
  flex-direction: column;
}
.cid-v4HM71Cohr .navbar.opened {
  transition: all 0.2s;
  background: #fff0b0 !important;
}
.cid-v4HM71Cohr .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #ffe67d;
  color: #132c70;
  background: #fff0b0 !important;
}
.cid-v4HM71Cohr .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-v4HM71Cohr .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-v4HM71Cohr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4HM71Cohr .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-v4HM71Cohr .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-v4HM71Cohr .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-v4HM71Cohr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4HM71Cohr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.38571429vh;
  }
}
.cid-v4HM71Cohr .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-v4HM71Cohr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4HM71Cohr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4HM71Cohr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v4HM71Cohr .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-v4HM71Cohr .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-v4HM71Cohr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4HM71Cohr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-v4HM71Cohr .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-v4HM71Cohr .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-v4HM71Cohr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4HM71Cohr .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-v4HM71Cohr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4HM71Cohr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4HM71Cohr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v4HM71Cohr .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-v4HM71Cohr .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-v4HM71Cohr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4HM71Cohr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-v4HM71Cohr .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-v4HM71Cohr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-v4HM71Cohr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v4HM71Cohr .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-v4HM71Cohr .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-v4HM71Cohr .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-v4HM71Cohr .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-v4HM71Cohr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-v4HM71Cohr .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-v4HM71Cohr .navbar-brand {
  height: 4.1rem;
  min-height: 3rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-v4HM71Cohr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4HM71Cohr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4HM71Cohr .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-v4HM71Cohr .dropdown-item.active,
.cid-v4HM71Cohr .dropdown-item:active {
  background-color: transparent;
}
.cid-v4HM71Cohr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-v4HM71Cohr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4HM71Cohr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4HM71Cohr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff0b0;
}
.cid-v4HM71Cohr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-v4HM71Cohr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4HM71Cohr ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-v4HM71Cohr .navbar-buttons {
  text-align: center;
}
.cid-v4HM71Cohr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v4HM71Cohr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5c0022;
}
.cid-v4HM71Cohr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4HM71Cohr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-v4HM71Cohr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-v4HM71Cohr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4HM71Cohr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4HM71Cohr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-v4HM71Cohr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-v4HM71Cohr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4HM71Cohr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-v4HM71Cohr .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-v4HM71Cohr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-v4HM71Cohr .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-v4HM71Cohr .nav-link:hover,
.cid-v4HM71Cohr .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-v4HM71Cohr .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-v4HM71Cohr .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-v4HM71Cohr .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-v4HM72fgih {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/ervl-1200x628.png");
}
.cid-v4HM72fgih .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4HM72fgih .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4HM72fgih .row {
  margin: 0 -32px;
}
.cid-v4HM72fgih .row .card {
  padding: 0 32px;
  justify-content: center;
}
.cid-v4HM72fgih .title-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v4HM72fgih .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v4HM72fgih .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-v4HM72fgih .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v4HM72fgih .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v4HM72fgih .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v4HM72fgih .title-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v4HM72fgih .image-wrapper {
  padding: 12px;
  border: 1px solid #fff0b0;
  background-color: #73002a;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-v4HM72fgih .image-wrapper {
    padding: 6px;
  }
}
.cid-v4HM72fgih .image-wrapper .image-wrap {
  padding: 12px;
  background-color: #007371;
  border: 1px solid #fff0b0;
  box-shadow: 0 0.25rem 0.375rem -0.125rem #9797b9;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v4HM72fgih .image-wrapper .image-wrap {
    padding: 6px;
  }
}
.cid-v4HM72fgih .mbr-label {
  color: #73002a;
  text-align: center;
}
.cid-v4HM72fgih .mbr-section-title {
  color: #181824;
}
.cid-v4HM72fgih .mbr-section-title,
.cid-v4HM72fgih .mbr-section-btn {
  text-align: center;
  color: #007371;
}
.cid-v4HM72fgih .mbr-text,
.cid-v4HM72fgih .text-wrapper {
  color: #5c0022;
  text-align: center;
}
.cid-v4HM72RvE0 {
  background-color: #fff0b0;
}
.cid-v4HM72RvE0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4HM72RvE0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4HM73tgYZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #73002a;
}
.cid-v4HM73tgYZ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v4HM73tgYZ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v4HM73tgYZ .row {
    text-align: center;
  }
  .cid-v4HM73tgYZ .row > div {
    margin: auto;
  }
  .cid-v4HM73tgYZ .social-row {
    justify-content: center;
  }
}
.cid-v4HM73tgYZ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4HM73tgYZ .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v4HM73tgYZ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4HM73tgYZ .list {
    margin-bottom: 0rem;
  }
}
.cid-v4HM73tgYZ .mbr-text {
  color: #ffffff;
}
.cid-v4HM73tgYZ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v4HM73tgYZ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v4HM73tgYZ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v4HM73tgYZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v4HM73tgYZ H5 {
  color: #fff0b0;
}
.cid-v4I8rjHCIa {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-v4I8rjHCIa .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-v4I8rjHCIa .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-v4I8rjHCIa .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #fff0b0;
  display: flex;
  flex-direction: column;
}
.cid-v4I8rjHCIa .navbar.opened {
  transition: all 0.2s;
  background: #fff0b0 !important;
}
.cid-v4I8rjHCIa .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #ffe67d;
  color: #132c70;
  background: #fff0b0 !important;
}
.cid-v4I8rjHCIa .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-v4I8rjHCIa .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-v4I8rjHCIa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4I8rjHCIa .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-v4I8rjHCIa .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-v4I8rjHCIa .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-v4I8rjHCIa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4I8rjHCIa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.38571429vh;
  }
}
.cid-v4I8rjHCIa .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-v4I8rjHCIa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4I8rjHCIa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4I8rjHCIa .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v4I8rjHCIa .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-v4I8rjHCIa .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-v4I8rjHCIa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4I8rjHCIa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-v4I8rjHCIa .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-v4I8rjHCIa .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-v4I8rjHCIa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4I8rjHCIa .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-v4I8rjHCIa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4I8rjHCIa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4I8rjHCIa .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v4I8rjHCIa .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-v4I8rjHCIa .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-v4I8rjHCIa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4I8rjHCIa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-v4I8rjHCIa .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-v4I8rjHCIa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-v4I8rjHCIa .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v4I8rjHCIa .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-v4I8rjHCIa .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-v4I8rjHCIa .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-v4I8rjHCIa .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-v4I8rjHCIa .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-v4I8rjHCIa .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-v4I8rjHCIa .navbar-brand {
  height: 4.1rem;
  min-height: 3rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-v4I8rjHCIa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4I8rjHCIa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4I8rjHCIa .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-v4I8rjHCIa .dropdown-item.active,
.cid-v4I8rjHCIa .dropdown-item:active {
  background-color: transparent;
}
.cid-v4I8rjHCIa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-v4I8rjHCIa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4I8rjHCIa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4I8rjHCIa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff0b0;
}
.cid-v4I8rjHCIa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-v4I8rjHCIa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4I8rjHCIa ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-v4I8rjHCIa .navbar-buttons {
  text-align: center;
}
.cid-v4I8rjHCIa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v4I8rjHCIa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5c0022;
}
.cid-v4I8rjHCIa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4I8rjHCIa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-v4I8rjHCIa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-v4I8rjHCIa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4I8rjHCIa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4I8rjHCIa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-v4I8rjHCIa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-v4I8rjHCIa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4I8rjHCIa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-v4I8rjHCIa .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-v4I8rjHCIa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-v4I8rjHCIa .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-v4I8rjHCIa .nav-link:hover,
.cid-v4I8rjHCIa .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-v4I8rjHCIa .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-v4I8rjHCIa .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-v4I8rjHCIa .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-v4I8rk8Chs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/vivacruisesl-1200x628.png");
}
.cid-v4I8rk8Chs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4I8rk8Chs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4I8rk8Chs .row {
  margin: 0 -32px;
}
.cid-v4I8rk8Chs .row .card {
  padding: 0 32px;
  justify-content: center;
}
.cid-v4I8rk8Chs .title-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v4I8rk8Chs .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v4I8rk8Chs .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-v4I8rk8Chs .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v4I8rk8Chs .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v4I8rk8Chs .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v4I8rk8Chs .title-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v4I8rk8Chs .image-wrapper {
  padding: 12px;
  border: 1px solid #fff0b0;
  background-color: #73002a;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-v4I8rk8Chs .image-wrapper {
    padding: 6px;
  }
}
.cid-v4I8rk8Chs .image-wrapper .image-wrap {
  padding: 12px;
  background-color: #007371;
  border: 1px solid #fff0b0;
  box-shadow: 0 0.25rem 0.375rem -0.125rem #9797b9;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v4I8rk8Chs .image-wrapper .image-wrap {
    padding: 6px;
  }
}
.cid-v4I8rk8Chs .mbr-label {
  color: #73002a;
  text-align: center;
}
.cid-v4I8rk8Chs .mbr-section-title {
  color: #181824;
}
.cid-v4I8rk8Chs .mbr-section-title,
.cid-v4I8rk8Chs .mbr-section-btn {
  text-align: center;
  color: #007371;
}
.cid-v4I8rk8Chs .mbr-text,
.cid-v4I8rk8Chs .text-wrapper {
  color: #5c0022;
  text-align: center;
}
.cid-v4I8rkwG0Z {
  background-color: #fff0b0;
}
.cid-v4I8rkwG0Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4I8rkwG0Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4I8rkYwn2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #73002a;
}
.cid-v4I8rkYwn2 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v4I8rkYwn2 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v4I8rkYwn2 .row {
    text-align: center;
  }
  .cid-v4I8rkYwn2 .row > div {
    margin: auto;
  }
  .cid-v4I8rkYwn2 .social-row {
    justify-content: center;
  }
}
.cid-v4I8rkYwn2 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4I8rkYwn2 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v4I8rkYwn2 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4I8rkYwn2 .list {
    margin-bottom: 0rem;
  }
}
.cid-v4I8rkYwn2 .mbr-text {
  color: #ffffff;
}
.cid-v4I8rkYwn2 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v4I8rkYwn2 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v4I8rkYwn2 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v4I8rkYwn2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v4I8rkYwn2 H5 {
  color: #fff0b0;
}
