body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  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: 2.24rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.96rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #1ba21b !important;
}
.bg-success {
  background-color: #fcbf00 !important;
}
.bg-info {
  background-color: #b97d5f !important;
}
.bg-warning {
  background-color: #9b6349 !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1ba21b !important;
  border-color: #1ba21b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0f580f !important;
  border-color: #0f580f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0f580f !important;
  border-color: #0f580f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #dca700 !important;
  border-color: #dca700 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #856500 !important;
  border-color: #856500 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #856500 !important;
  border-color: #856500 !important;
}
.btn-info,
.btn-info:active {
  background-color: #b97d5f !important;
  border-color: #b97d5f !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: #86543b !important;
  border-color: #86543b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #86543b !important;
  border-color: #86543b !important;
}
.btn-success,
.btn-success:active {
  background-color: #fcbf00 !important;
  border-color: #fcbf00 !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: #a57d00 !important;
  border-color: #a57d00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #a57d00 !important;
  border-color: #a57d00 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #9b6349 !important;
  border-color: #9b6349 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #603d2d !important;
  border-color: #603d2d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #603d2d !important;
  border-color: #603d2d !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #000000 !important;
  border-color: #000000 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1ba21b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0f580f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1ba21b !important;
  border-color: #1ba21b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #dca700;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #856500 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #dca700 !important;
  border-color: #dca700 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b97d5f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #86543b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #b97d5f !important;
  border-color: #b97d5f !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fcbf00;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a57d00 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #fcbf00 !important;
  border-color: #fcbf00 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #9b6349;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #603d2d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #9b6349 !important;
  border-color: #9b6349 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #1ba21b !important;
}
.text-secondary {
  color: #dca700 !important;
}
.text-success {
  color: #fcbf00 !important;
}
.text-info {
  color: #b97d5f !important;
}
.text-warning {
  color: #9b6349 !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0c4b0c !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #765a00 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #967200 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #7c4d36 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #563728 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #1ba21b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #b97d5f;
}
.alert-warning {
  background-color: #9b6349;
}
.alert-danger {
  background-color: #000000;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1ba21b;
  border-color: #1ba21b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #1ba21b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #59e359;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fff2c9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #e0c5b8;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #cea896;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b3b3b3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  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: #1ba21b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  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: #1ba21b;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1ba21b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1ba21b;
}
.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: #1ba21b;
  border-bottom-color: #1ba21b;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #1ba21b !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: #dca700 !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='%231ba21b' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sKkOQ9FI13 .navbar-dropdown {
  position: relative !important;
}
.cid-sKkOQ9FI13 .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-sKkOQ9FI13 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sKkOQ9FI13 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sKkOQ9FI13 .dropdown-item:hover,
.cid-sKkOQ9FI13 .dropdown-item:focus {
  background: #1ba21b !important;
  color: white !important;
}
.cid-sKkOQ9FI13 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sKkOQ9FI13 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sKkOQ9FI13 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sKkOQ9FI13 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sKkOQ9FI13 .nav-link {
  position: relative;
}
.cid-sKkOQ9FI13 .container {
  display: flex;
  margin: auto;
}
.cid-sKkOQ9FI13 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sKkOQ9FI13 .dropdown-menu,
.cid-sKkOQ9FI13 .navbar.opened {
  background: #ffffff !important;
}
.cid-sKkOQ9FI13 .nav-item:focus,
.cid-sKkOQ9FI13 .nav-link:focus {
  outline: none;
}
.cid-sKkOQ9FI13 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sKkOQ9FI13 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sKkOQ9FI13 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sKkOQ9FI13 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sKkOQ9FI13 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sKkOQ9FI13 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sKkOQ9FI13 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sKkOQ9FI13 .navbar.opened {
  transition: all 0.3s;
}
.cid-sKkOQ9FI13 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sKkOQ9FI13 .navbar .navbar-logo img {
  width: auto;
}
.cid-sKkOQ9FI13 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sKkOQ9FI13 .navbar.collapsed {
  justify-content: center;
}
.cid-sKkOQ9FI13 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sKkOQ9FI13 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sKkOQ9FI13 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-sKkOQ9FI13 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sKkOQ9FI13 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sKkOQ9FI13 .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-sKkOQ9FI13 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sKkOQ9FI13 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sKkOQ9FI13 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sKkOQ9FI13 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sKkOQ9FI13 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sKkOQ9FI13 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sKkOQ9FI13 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sKkOQ9FI13 .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-sKkOQ9FI13 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sKkOQ9FI13 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sKkOQ9FI13 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sKkOQ9FI13 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sKkOQ9FI13 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sKkOQ9FI13 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sKkOQ9FI13 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sKkOQ9FI13 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sKkOQ9FI13 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sKkOQ9FI13 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sKkOQ9FI13 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sKkOQ9FI13 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sKkOQ9FI13 .dropdown-item.active,
.cid-sKkOQ9FI13 .dropdown-item:active {
  background-color: transparent;
}
.cid-sKkOQ9FI13 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sKkOQ9FI13 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sKkOQ9FI13 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sKkOQ9FI13 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sKkOQ9FI13 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sKkOQ9FI13 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sKkOQ9FI13 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sKkOQ9FI13 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sKkOQ9FI13 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sKkOQ9FI13 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sKkOQ9FI13 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sKkOQ9FI13 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sKkOQ9FI13 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sKkOQ9FI13 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sKkOQ9FI13 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sKkOQ9FI13 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sKkOQ9FI13 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sKkOQ9FI13 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sKkOQ9FI13 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sKkOQ9FI13 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sKkOQ9FI13 .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-sKkOQ9FI13 .navbar {
    height: 70px;
  }
  .cid-sKkOQ9FI13 .navbar.opened {
    height: auto;
  }
  .cid-sKkOQ9FI13 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-syvSmszemS {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-syvSmszemS .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-syvSmszemS .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-syvSmszemS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-syvSmszemS .mbr-text,
.cid-syvSmszemS .mbr-section-btn {
  text-align: left;
}
.cid-syvSmszemS .mbr-section-title {
  text-align: left;
}
.cid-sKkWpAuPOW {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/regio-rocket-hintergrund2-1900x1000.png");
}
.cid-sKkWpAuPOW .mbr-text,
.cid-sKkWpAuPOW .mbr-section-btn {
  color: #ffffff;
}
.cid-sKkWpAuPOW .btn {
  width: 100%;
}
.cid-sKkWpAuPOW .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-sKkWpAuPOW H1 {
  text-align: center;
  color: #1ba21b;
}
.cid-sKkWpAuPOW LABEL {
  text-align: left;
  color: #ffffff;
}
.cid-sKkWpAuPOW P {
  color: #ffffff;
}
.cid-lqGDHXxprG .trans-wave {
  pointer-events: none;
}
.cid-lqGDHXxprG .dentaura-container {
  height: 0px;
  position: relative;
  width: 100%;
}
.cid-lqGDHXxprG .dentaura-y-up {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-lqGDHXxprG .dentaura-cover {
  background: transparent;
  height: 600px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
}
.cid-lqGDHXxprG .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-lqGDHXxprG .hidden {
  display: none;
}
.cid-lqGDHXxprG .fil0 {
  fill: #ffffff;
  opacity: 0;
}
.cid-lqGDHXxprG .fil2 {
  fill: #f2f2f2;
  opacity: 0.7;
}
.cid-lqGDHXxprG .fil1 {
  fill: #f2f2f2;
  opacity: 1;
}
.cid-sKlSl5CdOd {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f2f2f2;
}
.cid-sKlSl5CdOd h3 {
  text-align: center;
  font-weight: 300;
}
.cid-sKlSl5CdOd .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-sKlSl5CdOd .mbr-section-subtitle {
  color: #767676;
}
.cid-sKlSl5CdOd .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-sKlSl5CdOd ellipse {
  stroke: white;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sKlSl5CdOd .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-sKlSl5CdOd .progress1 path {
  stroke: #1ba21b;
}
.cid-sKlSl5CdOd .progress2 path {
  stroke: #189018;
}
.cid-sKlSl5CdOd .progress3 path {
  stroke: #138213;
}
.cid-sKlSl5CdOd .progress4 path {
  stroke: #147a14;
}
.cid-sKlSl5CdOd .card-text {
  color: #767676;
}
.cid-sKlJccWsMd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKlJccWsMd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKlJccWsMd img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKlJccWsMd .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKlab3Y1nN {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f2f2f2;
}
@media (min-width: 1500px) {
  .cid-sKlab3Y1nN .container {
    max-width: 1400px;
  }
}
.cid-sKlab3Y1nN .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #fcbf00;
  margin-bottom: 2rem;
}
.cid-sKlab3Y1nN .card-wrapper {
  margin-top: 3rem;
}
.cid-sKlab3Y1nN .row {
  justify-content: center;
}
.cid-uhnzL9KcMA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhnzL9KcMA img,
.cid-uhnzL9KcMA .item-img {
  width: 100%;
}
.cid-uhnzL9KcMA .item:focus,
.cid-uhnzL9KcMA span:focus {
  outline: none;
}
.cid-uhnzL9KcMA .item-wrapper {
  position: relative;
}
.cid-uhnzL9KcMA .slide-content {
  position: relative;
  border-radius: 4px;
  background: #f2f2f2;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uhnzL9KcMA .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhnzL9KcMA .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uhnzL9KcMA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uhnzL9KcMA .mbr-section-title {
  color: #232323;
}
.cid-uhnzL9KcMA .mbr-text,
.cid-uhnzL9KcMA .mbr-section-btn {
  text-align: left;
}
.cid-uhnzL9KcMA .item-title {
  text-align: left;
}
.cid-uhnzL9KcMA .item-subtitle {
  text-align: left;
  color: #189018;
}
.cid-uhnzL9KcMA .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uhnzL9KcMA .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uhnzL9KcMA .embla__button--next,
.cid-uhnzL9KcMA .embla__button--prev {
  display: flex;
}
.cid-uhnzL9KcMA .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;
}
@media (max-width: 768px) {
  .cid-uhnzL9KcMA .embla__button {
    display: none;
  }
}
.cid-uhnzL9KcMA .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uhnzL9KcMA .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uhnzL9KcMA .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uhnzL9KcMA .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uhnzL9KcMA .embla__button {
    top: auto;
  }
}
.cid-uhnzL9KcMA .embla {
  position: relative;
  width: 100%;
}
.cid-uhnzL9KcMA .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uhnzL9KcMA .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uhnzL9KcMA .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uhnzL9KcMA .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uhnUM80Gn9 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-uhnUM80Gn9 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uhnUM80Gn9 .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-uhp0ZeyuZe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-uhp0ZeyuZe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhp0ZeyuZe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhp0ZeyuZe .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #1ba21b;
  margin-bottom: 2rem;
}
.cid-uhp0ZeyuZe .item-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uhovYhkLmw.popup-builder {
  background-color: #ffffff;
}
.cid-uhovYhkLmw.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uhovYhkLmw.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uhovYhkLmw .modal-content,
.cid-uhovYhkLmw .modal-dialog {
  height: auto;
}
.cid-uhovYhkLmw .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uhovYhkLmw .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uhovYhkLmw .form-wrapper .mbr-form .form-group,
  .cid-uhovYhkLmw .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uhovYhkLmw .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uhovYhkLmw .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uhovYhkLmw .mbr-text {
  text-align: center;
}
.cid-uhovYhkLmw .pt-0 {
  padding-top: 0 !important;
}
.cid-uhovYhkLmw .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uhovYhkLmw .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uhovYhkLmw .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uhovYhkLmw .modal-open {
  overflow: hidden;
}
.cid-uhovYhkLmw .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uhovYhkLmw .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uhovYhkLmw .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uhovYhkLmw .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uhovYhkLmw .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uhovYhkLmw .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uhovYhkLmw .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uhovYhkLmw .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uhovYhkLmw .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uhovYhkLmw .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uhovYhkLmw .modal-backdrop.fade {
  opacity: 0;
}
.cid-uhovYhkLmw .modal-backdrop.show {
  opacity: .5;
}
.cid-uhovYhkLmw .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uhovYhkLmw .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uhovYhkLmw .modal-header {
    padding: 1rem;
  }
}
.cid-uhovYhkLmw .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uhovYhkLmw .modal-header .close svg {
  fill: #353535;
}
.cid-uhovYhkLmw .modal-header .close:hover {
  opacity: 1;
}
.cid-uhovYhkLmw .modal-header .close:focus {
  outline: none;
}
.cid-uhovYhkLmw .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uhovYhkLmw .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uhovYhkLmw .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhovYhkLmw .modal-body {
    padding: 1rem;
  }
}
.cid-uhovYhkLmw .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uhovYhkLmw .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhovYhkLmw .modal-footer {
    padding: 1rem;
  }
}
.cid-uhovYhkLmw .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uhovYhkLmw .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uhovYhkLmw .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uhovYhkLmw .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uhovYhkLmw .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uhovYhkLmw .modal-lg,
  .cid-uhovYhkLmw .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uhovYhkLmw .modal-xl {
    max-width: 1140px;
  }
}
.cid-uhovYhkLmw .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uhovYhkLmw .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uhovYhkLmw .form-group {
  margin-bottom: 1rem;
}
.cid-uhovYhkLmw .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uhovYhkLmw .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uhovYhkLmw .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uhovYhkLmw .mbr-section-btn {
  margin: 0;
}
.cid-uhovYhkLmw .mbr-section-btn .btn {
  margin: 0;
}
.cid-uhnWUlyo62.popup-builder {
  background-color: #ffffff;
}
.cid-uhnWUlyo62.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uhnWUlyo62.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uhnWUlyo62 .modal-content,
.cid-uhnWUlyo62 .modal-dialog {
  height: auto;
}
.cid-uhnWUlyo62 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uhnWUlyo62 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uhnWUlyo62 .form-wrapper .mbr-form .form-group,
  .cid-uhnWUlyo62 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uhnWUlyo62 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uhnWUlyo62 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uhnWUlyo62 .mbr-text {
  text-align: center;
}
.cid-uhnWUlyo62 .pt-0 {
  padding-top: 0 !important;
}
.cid-uhnWUlyo62 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uhnWUlyo62 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uhnWUlyo62 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uhnWUlyo62 .modal-open {
  overflow: hidden;
}
.cid-uhnWUlyo62 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uhnWUlyo62 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uhnWUlyo62 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uhnWUlyo62 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uhnWUlyo62 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uhnWUlyo62 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uhnWUlyo62 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uhnWUlyo62 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uhnWUlyo62 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uhnWUlyo62 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uhnWUlyo62 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uhnWUlyo62 .modal-backdrop.show {
  opacity: .5;
}
.cid-uhnWUlyo62 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uhnWUlyo62 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uhnWUlyo62 .modal-header {
    padding: 1rem;
  }
}
.cid-uhnWUlyo62 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uhnWUlyo62 .modal-header .close svg {
  fill: #353535;
}
.cid-uhnWUlyo62 .modal-header .close:hover {
  opacity: 1;
}
.cid-uhnWUlyo62 .modal-header .close:focus {
  outline: none;
}
.cid-uhnWUlyo62 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uhnWUlyo62 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uhnWUlyo62 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhnWUlyo62 .modal-body {
    padding: 1rem;
  }
}
.cid-uhnWUlyo62 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uhnWUlyo62 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhnWUlyo62 .modal-footer {
    padding: 1rem;
  }
}
.cid-uhnWUlyo62 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uhnWUlyo62 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uhnWUlyo62 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uhnWUlyo62 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uhnWUlyo62 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uhnWUlyo62 .modal-lg,
  .cid-uhnWUlyo62 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uhnWUlyo62 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uhnWUlyo62 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uhnWUlyo62 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uhnWUlyo62 .form-group {
  margin-bottom: 1rem;
}
.cid-uhnWUlyo62 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uhnWUlyo62 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uhnWUlyo62 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uhnWUlyo62 .mbr-section-btn {
  margin: 0;
}
.cid-uhnWUlyo62 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uhnWV3rUvU.popup-builder {
  background-color: #ffffff;
}
.cid-uhnWV3rUvU.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uhnWV3rUvU.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uhnWV3rUvU .modal-content,
.cid-uhnWV3rUvU .modal-dialog {
  height: auto;
}
.cid-uhnWV3rUvU .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uhnWV3rUvU .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uhnWV3rUvU .form-wrapper .mbr-form .form-group,
  .cid-uhnWV3rUvU .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uhnWV3rUvU .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uhnWV3rUvU .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uhnWV3rUvU .mbr-text {
  text-align: center;
}
.cid-uhnWV3rUvU .pt-0 {
  padding-top: 0 !important;
}
.cid-uhnWV3rUvU .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uhnWV3rUvU .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uhnWV3rUvU .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uhnWV3rUvU .modal-open {
  overflow: hidden;
}
.cid-uhnWV3rUvU .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uhnWV3rUvU .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uhnWV3rUvU .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uhnWV3rUvU .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uhnWV3rUvU .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uhnWV3rUvU .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uhnWV3rUvU .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uhnWV3rUvU .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uhnWV3rUvU .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uhnWV3rUvU .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uhnWV3rUvU .modal-backdrop.fade {
  opacity: 0;
}
.cid-uhnWV3rUvU .modal-backdrop.show {
  opacity: .5;
}
.cid-uhnWV3rUvU .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uhnWV3rUvU .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uhnWV3rUvU .modal-header {
    padding: 1rem;
  }
}
.cid-uhnWV3rUvU .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uhnWV3rUvU .modal-header .close svg {
  fill: #353535;
}
.cid-uhnWV3rUvU .modal-header .close:hover {
  opacity: 1;
}
.cid-uhnWV3rUvU .modal-header .close:focus {
  outline: none;
}
.cid-uhnWV3rUvU .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uhnWV3rUvU .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uhnWV3rUvU .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhnWV3rUvU .modal-body {
    padding: 1rem;
  }
}
.cid-uhnWV3rUvU .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uhnWV3rUvU .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhnWV3rUvU .modal-footer {
    padding: 1rem;
  }
}
.cid-uhnWV3rUvU .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uhnWV3rUvU .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uhnWV3rUvU .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uhnWV3rUvU .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uhnWV3rUvU .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uhnWV3rUvU .modal-lg,
  .cid-uhnWV3rUvU .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uhnWV3rUvU .modal-xl {
    max-width: 1140px;
  }
}
.cid-uhnWV3rUvU .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uhnWV3rUvU .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uhnWV3rUvU .form-group {
  margin-bottom: 1rem;
}
.cid-uhnWV3rUvU .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uhnWV3rUvU .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uhnWV3rUvU .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uhnWV3rUvU .mbr-section-btn {
  margin: 0;
}
.cid-uhnWV3rUvU .mbr-section-btn .btn {
  margin: 0;
}
.cid-uhnWVLi3uH.popup-builder {
  background-color: #ffffff;
}
.cid-uhnWVLi3uH.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uhnWVLi3uH.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uhnWVLi3uH .modal-content,
.cid-uhnWVLi3uH .modal-dialog {
  height: auto;
}
.cid-uhnWVLi3uH .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uhnWVLi3uH .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uhnWVLi3uH .form-wrapper .mbr-form .form-group,
  .cid-uhnWVLi3uH .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uhnWVLi3uH .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uhnWVLi3uH .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uhnWVLi3uH .mbr-text {
  text-align: center;
}
.cid-uhnWVLi3uH .pt-0 {
  padding-top: 0 !important;
}
.cid-uhnWVLi3uH .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uhnWVLi3uH .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uhnWVLi3uH .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uhnWVLi3uH .modal-open {
  overflow: hidden;
}
.cid-uhnWVLi3uH .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uhnWVLi3uH .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uhnWVLi3uH .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uhnWVLi3uH .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uhnWVLi3uH .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uhnWVLi3uH .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uhnWVLi3uH .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uhnWVLi3uH .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uhnWVLi3uH .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uhnWVLi3uH .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uhnWVLi3uH .modal-backdrop.fade {
  opacity: 0;
}
.cid-uhnWVLi3uH .modal-backdrop.show {
  opacity: .5;
}
.cid-uhnWVLi3uH .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uhnWVLi3uH .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uhnWVLi3uH .modal-header {
    padding: 1rem;
  }
}
.cid-uhnWVLi3uH .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uhnWVLi3uH .modal-header .close svg {
  fill: #353535;
}
.cid-uhnWVLi3uH .modal-header .close:hover {
  opacity: 1;
}
.cid-uhnWVLi3uH .modal-header .close:focus {
  outline: none;
}
.cid-uhnWVLi3uH .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uhnWVLi3uH .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uhnWVLi3uH .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhnWVLi3uH .modal-body {
    padding: 1rem;
  }
}
.cid-uhnWVLi3uH .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uhnWVLi3uH .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhnWVLi3uH .modal-footer {
    padding: 1rem;
  }
}
.cid-uhnWVLi3uH .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uhnWVLi3uH .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uhnWVLi3uH .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uhnWVLi3uH .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uhnWVLi3uH .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uhnWVLi3uH .modal-lg,
  .cid-uhnWVLi3uH .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uhnWVLi3uH .modal-xl {
    max-width: 1140px;
  }
}
.cid-uhnWVLi3uH .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uhnWVLi3uH .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uhnWVLi3uH .form-group {
  margin-bottom: 1rem;
}
.cid-uhnWVLi3uH .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uhnWVLi3uH .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uhnWVLi3uH .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uhnWVLi3uH .mbr-section-btn {
  margin: 0;
}
.cid-uhnWVLi3uH .mbr-section-btn .btn {
  margin: 0;
}
.cid-uhnWWDuAGd.popup-builder {
  background-color: #ffffff;
}
.cid-uhnWWDuAGd.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uhnWWDuAGd.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uhnWWDuAGd .modal-content,
.cid-uhnWWDuAGd .modal-dialog {
  height: auto;
}
.cid-uhnWWDuAGd .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uhnWWDuAGd .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uhnWWDuAGd .form-wrapper .mbr-form .form-group,
  .cid-uhnWWDuAGd .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uhnWWDuAGd .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uhnWWDuAGd .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uhnWWDuAGd .mbr-text {
  text-align: center;
}
.cid-uhnWWDuAGd .pt-0 {
  padding-top: 0 !important;
}
.cid-uhnWWDuAGd .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uhnWWDuAGd .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uhnWWDuAGd .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uhnWWDuAGd .modal-open {
  overflow: hidden;
}
.cid-uhnWWDuAGd .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uhnWWDuAGd .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uhnWWDuAGd .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uhnWWDuAGd .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uhnWWDuAGd .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uhnWWDuAGd .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uhnWWDuAGd .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uhnWWDuAGd .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uhnWWDuAGd .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uhnWWDuAGd .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uhnWWDuAGd .modal-backdrop.fade {
  opacity: 0;
}
.cid-uhnWWDuAGd .modal-backdrop.show {
  opacity: .5;
}
.cid-uhnWWDuAGd .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uhnWWDuAGd .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uhnWWDuAGd .modal-header {
    padding: 1rem;
  }
}
.cid-uhnWWDuAGd .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uhnWWDuAGd .modal-header .close svg {
  fill: #353535;
}
.cid-uhnWWDuAGd .modal-header .close:hover {
  opacity: 1;
}
.cid-uhnWWDuAGd .modal-header .close:focus {
  outline: none;
}
.cid-uhnWWDuAGd .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uhnWWDuAGd .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uhnWWDuAGd .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhnWWDuAGd .modal-body {
    padding: 1rem;
  }
}
.cid-uhnWWDuAGd .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uhnWWDuAGd .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhnWWDuAGd .modal-footer {
    padding: 1rem;
  }
}
.cid-uhnWWDuAGd .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uhnWWDuAGd .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uhnWWDuAGd .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uhnWWDuAGd .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uhnWWDuAGd .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uhnWWDuAGd .modal-lg,
  .cid-uhnWWDuAGd .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uhnWWDuAGd .modal-xl {
    max-width: 1140px;
  }
}
.cid-uhnWWDuAGd .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uhnWWDuAGd .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uhnWWDuAGd .form-group {
  margin-bottom: 1rem;
}
.cid-uhnWWDuAGd .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uhnWWDuAGd .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uhnWWDuAGd .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uhnWWDuAGd .mbr-section-btn {
  margin: 0;
}
.cid-uhnWWDuAGd .mbr-section-btn .btn {
  margin: 0;
}
.cid-uhnWXqUsEA.popup-builder {
  background-color: #ffffff;
}
.cid-uhnWXqUsEA.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uhnWXqUsEA.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uhnWXqUsEA .modal-content,
.cid-uhnWXqUsEA .modal-dialog {
  height: auto;
}
.cid-uhnWXqUsEA .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uhnWXqUsEA .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uhnWXqUsEA .form-wrapper .mbr-form .form-group,
  .cid-uhnWXqUsEA .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uhnWXqUsEA .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uhnWXqUsEA .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uhnWXqUsEA .mbr-text {
  text-align: center;
}
.cid-uhnWXqUsEA .pt-0 {
  padding-top: 0 !important;
}
.cid-uhnWXqUsEA .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uhnWXqUsEA .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uhnWXqUsEA .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uhnWXqUsEA .modal-open {
  overflow: hidden;
}
.cid-uhnWXqUsEA .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uhnWXqUsEA .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uhnWXqUsEA .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uhnWXqUsEA .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uhnWXqUsEA .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uhnWXqUsEA .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uhnWXqUsEA .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uhnWXqUsEA .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uhnWXqUsEA .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uhnWXqUsEA .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uhnWXqUsEA .modal-backdrop.fade {
  opacity: 0;
}
.cid-uhnWXqUsEA .modal-backdrop.show {
  opacity: .5;
}
.cid-uhnWXqUsEA .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uhnWXqUsEA .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uhnWXqUsEA .modal-header {
    padding: 1rem;
  }
}
.cid-uhnWXqUsEA .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uhnWXqUsEA .modal-header .close svg {
  fill: #353535;
}
.cid-uhnWXqUsEA .modal-header .close:hover {
  opacity: 1;
}
.cid-uhnWXqUsEA .modal-header .close:focus {
  outline: none;
}
.cid-uhnWXqUsEA .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uhnWXqUsEA .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uhnWXqUsEA .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhnWXqUsEA .modal-body {
    padding: 1rem;
  }
}
.cid-uhnWXqUsEA .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uhnWXqUsEA .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhnWXqUsEA .modal-footer {
    padding: 1rem;
  }
}
.cid-uhnWXqUsEA .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uhnWXqUsEA .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uhnWXqUsEA .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uhnWXqUsEA .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uhnWXqUsEA .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uhnWXqUsEA .modal-lg,
  .cid-uhnWXqUsEA .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uhnWXqUsEA .modal-xl {
    max-width: 1140px;
  }
}
.cid-uhnWXqUsEA .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uhnWXqUsEA .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uhnWXqUsEA .form-group {
  margin-bottom: 1rem;
}
.cid-uhnWXqUsEA .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uhnWXqUsEA .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uhnWXqUsEA .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uhnWXqUsEA .mbr-section-btn {
  margin: 0;
}
.cid-uhnWXqUsEA .mbr-section-btn .btn {
  margin: 0;
}
.cid-uhnWYbMb8x.popup-builder {
  background-color: #ffffff;
}
.cid-uhnWYbMb8x.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uhnWYbMb8x.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uhnWYbMb8x .modal-content,
.cid-uhnWYbMb8x .modal-dialog {
  height: auto;
}
.cid-uhnWYbMb8x .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uhnWYbMb8x .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uhnWYbMb8x .form-wrapper .mbr-form .form-group,
  .cid-uhnWYbMb8x .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uhnWYbMb8x .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uhnWYbMb8x .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uhnWYbMb8x .mbr-text {
  text-align: center;
}
.cid-uhnWYbMb8x .pt-0 {
  padding-top: 0 !important;
}
.cid-uhnWYbMb8x .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uhnWYbMb8x .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uhnWYbMb8x .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uhnWYbMb8x .modal-open {
  overflow: hidden;
}
.cid-uhnWYbMb8x .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uhnWYbMb8x .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uhnWYbMb8x .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uhnWYbMb8x .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uhnWYbMb8x .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uhnWYbMb8x .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uhnWYbMb8x .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uhnWYbMb8x .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uhnWYbMb8x .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uhnWYbMb8x .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uhnWYbMb8x .modal-backdrop.fade {
  opacity: 0;
}
.cid-uhnWYbMb8x .modal-backdrop.show {
  opacity: .5;
}
.cid-uhnWYbMb8x .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uhnWYbMb8x .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uhnWYbMb8x .modal-header {
    padding: 1rem;
  }
}
.cid-uhnWYbMb8x .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uhnWYbMb8x .modal-header .close svg {
  fill: #353535;
}
.cid-uhnWYbMb8x .modal-header .close:hover {
  opacity: 1;
}
.cid-uhnWYbMb8x .modal-header .close:focus {
  outline: none;
}
.cid-uhnWYbMb8x .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uhnWYbMb8x .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uhnWYbMb8x .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhnWYbMb8x .modal-body {
    padding: 1rem;
  }
}
.cid-uhnWYbMb8x .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uhnWYbMb8x .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhnWYbMb8x .modal-footer {
    padding: 1rem;
  }
}
.cid-uhnWYbMb8x .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uhnWYbMb8x .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uhnWYbMb8x .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uhnWYbMb8x .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uhnWYbMb8x .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uhnWYbMb8x .modal-lg,
  .cid-uhnWYbMb8x .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uhnWYbMb8x .modal-xl {
    max-width: 1140px;
  }
}
.cid-uhnWYbMb8x .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uhnWYbMb8x .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uhnWYbMb8x .form-group {
  margin-bottom: 1rem;
}
.cid-uhnWYbMb8x .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uhnWYbMb8x .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uhnWYbMb8x .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uhnWYbMb8x .mbr-section-btn {
  margin: 0;
}
.cid-uhnWYbMb8x .mbr-section-btn .btn {
  margin: 0;
}
.cid-uhnWZb2231.popup-builder {
  background-color: #ffffff;
}
.cid-uhnWZb2231.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uhnWZb2231.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uhnWZb2231 .modal-content,
.cid-uhnWZb2231 .modal-dialog {
  height: auto;
}
.cid-uhnWZb2231 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uhnWZb2231 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uhnWZb2231 .form-wrapper .mbr-form .form-group,
  .cid-uhnWZb2231 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uhnWZb2231 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uhnWZb2231 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uhnWZb2231 .mbr-text {
  text-align: center;
}
.cid-uhnWZb2231 .pt-0 {
  padding-top: 0 !important;
}
.cid-uhnWZb2231 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uhnWZb2231 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uhnWZb2231 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uhnWZb2231 .modal-open {
  overflow: hidden;
}
.cid-uhnWZb2231 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uhnWZb2231 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uhnWZb2231 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uhnWZb2231 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uhnWZb2231 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uhnWZb2231 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uhnWZb2231 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uhnWZb2231 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uhnWZb2231 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uhnWZb2231 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uhnWZb2231 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uhnWZb2231 .modal-backdrop.show {
  opacity: .5;
}
.cid-uhnWZb2231 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uhnWZb2231 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uhnWZb2231 .modal-header {
    padding: 1rem;
  }
}
.cid-uhnWZb2231 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uhnWZb2231 .modal-header .close svg {
  fill: #353535;
}
.cid-uhnWZb2231 .modal-header .close:hover {
  opacity: 1;
}
.cid-uhnWZb2231 .modal-header .close:focus {
  outline: none;
}
.cid-uhnWZb2231 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uhnWZb2231 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uhnWZb2231 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhnWZb2231 .modal-body {
    padding: 1rem;
  }
}
.cid-uhnWZb2231 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uhnWZb2231 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhnWZb2231 .modal-footer {
    padding: 1rem;
  }
}
.cid-uhnWZb2231 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uhnWZb2231 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uhnWZb2231 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uhnWZb2231 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uhnWZb2231 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uhnWZb2231 .modal-lg,
  .cid-uhnWZb2231 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uhnWZb2231 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uhnWZb2231 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uhnWZb2231 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uhnWZb2231 .form-group {
  margin-bottom: 1rem;
}
.cid-uhnWZb2231 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uhnWZb2231 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uhnWZb2231 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uhnWZb2231 .mbr-section-btn {
  margin: 0;
}
.cid-uhnWZb2231 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uhozK47Ph1 {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/regio-rocket-hintergrund2-1900x1000.png");
}
.cid-uhozK47Ph1 .img-wrapper {
  text-align: center;
}
.cid-uhozK47Ph1 img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-uhozK47Ph1 .row {
  align-items: flex-start;
}
.cid-uhozK47Ph1 .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-uhozK47Ph1 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uhozK47Ph1 .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uhozK47Ph1 .card-wrapper {
    padding: 1rem;
  }
}
.cid-uhozK47Ph1 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uhozK47Ph1 .mbr-section-subtitle {
  color: #1ba21b;
  text-align: center;
}
.cid-uhozK47Ph1 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uhozK47Ph1 .mbr-text,
.cid-uhozK47Ph1 .mbr-section-btn {
  color: #000000;
}
.cid-uhoDE8yz8r .trans-wave {
  pointer-events: none;
}
.cid-uhoDE8yz8r .dentaura-container {
  height: 0px;
  position: relative;
  width: 100%;
}
.cid-uhoDE8yz8r .dentaura-y-up {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uhoDE8yz8r .dentaura-cover {
  background: transparent;
  height: 600px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
}
.cid-uhoDE8yz8r .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uhoDE8yz8r .hidden {
  display: none;
}
.cid-uhoDE8yz8r .fil0 {
  fill: #ffffff;
  opacity: 0;
}
.cid-uhoDE8yz8r .fil2 {
  fill: #f2f2f2;
  opacity: 0.7;
}
.cid-uhoDE8yz8r .fil1 {
  fill: #f2f2f2;
  opacity: 1;
}
.cid-sUxvUDYVLj {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #f2f2f2;
}
.cid-ugMJ0HhrgT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ugMJ0HhrgT img,
.cid-ugMJ0HhrgT .item-img {
  width: 100%;
}
.cid-ugMJ0HhrgT .item:focus,
.cid-ugMJ0HhrgT span:focus {
  outline: none;
}
.cid-ugMJ0HhrgT .item-wrapper {
  position: relative;
}
.cid-ugMJ0HhrgT .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ugMJ0HhrgT .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ugMJ0HhrgT .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-ugMJ0HhrgT .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ugMJ0HhrgT .mbr-section-title {
  color: #232323;
}
.cid-ugMJ0HhrgT .mbr-text,
.cid-ugMJ0HhrgT .mbr-section-btn {
  text-align: left;
}
.cid-ugMJ0HhrgT .item-title {
  text-align: left;
}
.cid-ugMJ0HhrgT .item-subtitle {
  text-align: left;
}
.cid-ugMJ0HhrgT .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-ugMJ0HhrgT .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-ugMJ0HhrgT .embla__button--next,
.cid-ugMJ0HhrgT .embla__button--prev {
  display: flex;
}
.cid-ugMJ0HhrgT .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;
}
@media (max-width: 768px) {
  .cid-ugMJ0HhrgT .embla__button {
    display: none;
  }
}
.cid-ugMJ0HhrgT .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ugMJ0HhrgT .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-ugMJ0HhrgT .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ugMJ0HhrgT .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ugMJ0HhrgT .embla__button {
    top: auto;
  }
}
.cid-ugMJ0HhrgT .embla {
  position: relative;
  width: 100%;
}
.cid-ugMJ0HhrgT .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ugMJ0HhrgT .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ugMJ0HhrgT .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ugMJ0HhrgT .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uhoJy6vUx4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/regio-rocket-hintergrund2-1900x1000.png");
}
.cid-uhoJy6vUx4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uhoJy6vUx4 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uhoJy6vUx4 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uhoJy6vUx4 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uhoJy6vUx4 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uhoJy6vUx4 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uhoJy6vUx4 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uhoJy6vUx4 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uhoJy6vUx4 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uhoJy6vUx4 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uhoJy6vUx4 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uhoJy6vUx4 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uhoJy6vUx4 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uhoJy6vUx4 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sKkOQ9FI13 .navbar-dropdown {
  position: relative !important;
}
.cid-sKkOQ9FI13 .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-sKkOQ9FI13 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sKkOQ9FI13 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sKkOQ9FI13 .dropdown-item:hover,
.cid-sKkOQ9FI13 .dropdown-item:focus {
  background: #1ba21b !important;
  color: white !important;
}
.cid-sKkOQ9FI13 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sKkOQ9FI13 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sKkOQ9FI13 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sKkOQ9FI13 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sKkOQ9FI13 .nav-link {
  position: relative;
}
.cid-sKkOQ9FI13 .container {
  display: flex;
  margin: auto;
}
.cid-sKkOQ9FI13 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sKkOQ9FI13 .dropdown-menu,
.cid-sKkOQ9FI13 .navbar.opened {
  background: #ffffff !important;
}
.cid-sKkOQ9FI13 .nav-item:focus,
.cid-sKkOQ9FI13 .nav-link:focus {
  outline: none;
}
.cid-sKkOQ9FI13 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sKkOQ9FI13 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sKkOQ9FI13 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sKkOQ9FI13 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sKkOQ9FI13 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sKkOQ9FI13 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sKkOQ9FI13 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sKkOQ9FI13 .navbar.opened {
  transition: all 0.3s;
}
.cid-sKkOQ9FI13 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sKkOQ9FI13 .navbar .navbar-logo img {
  width: auto;
}
.cid-sKkOQ9FI13 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sKkOQ9FI13 .navbar.collapsed {
  justify-content: center;
}
.cid-sKkOQ9FI13 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sKkOQ9FI13 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sKkOQ9FI13 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-sKkOQ9FI13 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sKkOQ9FI13 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sKkOQ9FI13 .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-sKkOQ9FI13 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sKkOQ9FI13 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sKkOQ9FI13 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sKkOQ9FI13 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sKkOQ9FI13 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sKkOQ9FI13 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sKkOQ9FI13 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sKkOQ9FI13 .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-sKkOQ9FI13 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sKkOQ9FI13 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sKkOQ9FI13 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sKkOQ9FI13 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sKkOQ9FI13 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sKkOQ9FI13 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sKkOQ9FI13 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sKkOQ9FI13 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sKkOQ9FI13 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sKkOQ9FI13 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sKkOQ9FI13 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sKkOQ9FI13 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sKkOQ9FI13 .dropdown-item.active,
.cid-sKkOQ9FI13 .dropdown-item:active {
  background-color: transparent;
}
.cid-sKkOQ9FI13 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sKkOQ9FI13 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sKkOQ9FI13 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sKkOQ9FI13 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sKkOQ9FI13 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sKkOQ9FI13 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sKkOQ9FI13 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sKkOQ9FI13 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sKkOQ9FI13 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sKkOQ9FI13 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sKkOQ9FI13 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sKkOQ9FI13 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sKkOQ9FI13 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sKkOQ9FI13 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sKkOQ9FI13 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sKkOQ9FI13 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sKkOQ9FI13 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sKkOQ9FI13 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sKkOQ9FI13 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sKkOQ9FI13 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sKkOQ9FI13 .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-sKkOQ9FI13 .navbar {
    height: 70px;
  }
  .cid-sKkOQ9FI13 .navbar.opened {
    height: auto;
  }
  .cid-sKkOQ9FI13 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sUxcCCGtBk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sUxcCCGtBk .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-sUxcCCGtBk .icon-box {
  background: #000000;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sUxcCCGtBk .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sUxcCCGtBk .card {
    margin-bottom: 2rem;
  }
  .cid-sUxcCCGtBk .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uhoUL5aUAI {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/regio-rocket-hintergrund2-1900x1000.png");
}
.cid-uhoUL5aUAI .img-wrapper {
  text-align: center;
}
.cid-uhoUL5aUAI img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-uhoUL5aUAI .row {
  align-items: flex-start;
}
.cid-uhoUL5aUAI .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-uhoUL5aUAI .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uhoUL5aUAI .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uhoUL5aUAI .card-wrapper {
    padding: 1rem;
  }
}
.cid-uhoUL5aUAI .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uhoUL5aUAI .mbr-section-subtitle {
  color: #1ba21b;
  text-align: center;
}
.cid-uhoUL5aUAI .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uhoUL5aUAI .mbr-text,
.cid-uhoUL5aUAI .mbr-section-btn {
  color: #000000;
}
.cid-sKnEyEYduY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f2f2;
}
.cid-sKnEyEYduY .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sKnEyEYduY form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sKnEyEYduY form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-sKnEyEYduY form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uhoJy6vUx4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/regio-rocket-hintergrund2-1900x1000.png");
}
.cid-uhoJy6vUx4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uhoJy6vUx4 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uhoJy6vUx4 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uhoJy6vUx4 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uhoJy6vUx4 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uhoJy6vUx4 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uhoJy6vUx4 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uhoJy6vUx4 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uhoJy6vUx4 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uhoJy6vUx4 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uhoJy6vUx4 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uhoJy6vUx4 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uhoJy6vUx4 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uhoJy6vUx4 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sKkOQ9FI13 .navbar-dropdown {
  position: relative !important;
}
.cid-sKkOQ9FI13 .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-sKkOQ9FI13 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sKkOQ9FI13 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sKkOQ9FI13 .dropdown-item:hover,
.cid-sKkOQ9FI13 .dropdown-item:focus {
  background: #1ba21b !important;
  color: white !important;
}
.cid-sKkOQ9FI13 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sKkOQ9FI13 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sKkOQ9FI13 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sKkOQ9FI13 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sKkOQ9FI13 .nav-link {
  position: relative;
}
.cid-sKkOQ9FI13 .container {
  display: flex;
  margin: auto;
}
.cid-sKkOQ9FI13 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sKkOQ9FI13 .dropdown-menu,
.cid-sKkOQ9FI13 .navbar.opened {
  background: #ffffff !important;
}
.cid-sKkOQ9FI13 .nav-item:focus,
.cid-sKkOQ9FI13 .nav-link:focus {
  outline: none;
}
.cid-sKkOQ9FI13 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sKkOQ9FI13 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sKkOQ9FI13 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sKkOQ9FI13 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sKkOQ9FI13 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sKkOQ9FI13 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sKkOQ9FI13 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sKkOQ9FI13 .navbar.opened {
  transition: all 0.3s;
}
.cid-sKkOQ9FI13 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sKkOQ9FI13 .navbar .navbar-logo img {
  width: auto;
}
.cid-sKkOQ9FI13 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sKkOQ9FI13 .navbar.collapsed {
  justify-content: center;
}
.cid-sKkOQ9FI13 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sKkOQ9FI13 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sKkOQ9FI13 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-sKkOQ9FI13 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sKkOQ9FI13 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sKkOQ9FI13 .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-sKkOQ9FI13 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sKkOQ9FI13 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sKkOQ9FI13 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sKkOQ9FI13 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sKkOQ9FI13 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sKkOQ9FI13 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sKkOQ9FI13 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sKkOQ9FI13 .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-sKkOQ9FI13 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sKkOQ9FI13 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sKkOQ9FI13 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sKkOQ9FI13 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sKkOQ9FI13 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sKkOQ9FI13 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sKkOQ9FI13 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sKkOQ9FI13 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sKkOQ9FI13 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sKkOQ9FI13 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sKkOQ9FI13 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sKkOQ9FI13 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sKkOQ9FI13 .dropdown-item.active,
.cid-sKkOQ9FI13 .dropdown-item:active {
  background-color: transparent;
}
.cid-sKkOQ9FI13 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sKkOQ9FI13 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sKkOQ9FI13 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sKkOQ9FI13 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sKkOQ9FI13 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sKkOQ9FI13 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sKkOQ9FI13 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sKkOQ9FI13 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sKkOQ9FI13 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sKkOQ9FI13 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sKkOQ9FI13 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sKkOQ9FI13 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sKkOQ9FI13 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sKkOQ9FI13 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sKkOQ9FI13 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sKkOQ9FI13 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sKkOQ9FI13 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sKkOQ9FI13 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sKkOQ9FI13 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sKkOQ9FI13 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sKkOQ9FI13 .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-sKkOQ9FI13 .navbar {
    height: 70px;
  }
  .cid-sKkOQ9FI13 .navbar.opened {
    height: auto;
  }
  .cid-sKkOQ9FI13 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugMPmGRDi9 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ugMPmGRDi9 p {
  font-style: normal;
  line-height: 1.7;
}
.cid-ugMPmGRDi9 h1,
.cid-ugMPmGRDi9 h2,
.cid-ugMPmGRDi9 h3,
.cid-ugMPmGRDi9 h4 {
  font-style: normal;
  line-height: 1.5;
}
.cid-ugMPmGRDi9 h3 {
  class: "mbr-section-title mbr-fonts-style mb-4";
  mbr-if: "showTitle";
  data-app-selector: ".mbr-section-title";
  mbr-theme-style: "display-2";
}
.cid-ugMOpxc2Uz {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhoJy6vUx4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/regio-rocket-hintergrund2-1900x1000.png");
}
.cid-uhoJy6vUx4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uhoJy6vUx4 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uhoJy6vUx4 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uhoJy6vUx4 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uhoJy6vUx4 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uhoJy6vUx4 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uhoJy6vUx4 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uhoJy6vUx4 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uhoJy6vUx4 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uhoJy6vUx4 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uhoJy6vUx4 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uhoJy6vUx4 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uhoJy6vUx4 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uhoJy6vUx4 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sKkOQ9FI13 .navbar-dropdown {
  position: relative !important;
}
.cid-sKkOQ9FI13 .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-sKkOQ9FI13 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sKkOQ9FI13 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sKkOQ9FI13 .dropdown-item:hover,
.cid-sKkOQ9FI13 .dropdown-item:focus {
  background: #1ba21b !important;
  color: white !important;
}
.cid-sKkOQ9FI13 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sKkOQ9FI13 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sKkOQ9FI13 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sKkOQ9FI13 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sKkOQ9FI13 .nav-link {
  position: relative;
}
.cid-sKkOQ9FI13 .container {
  display: flex;
  margin: auto;
}
.cid-sKkOQ9FI13 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sKkOQ9FI13 .dropdown-menu,
.cid-sKkOQ9FI13 .navbar.opened {
  background: #ffffff !important;
}
.cid-sKkOQ9FI13 .nav-item:focus,
.cid-sKkOQ9FI13 .nav-link:focus {
  outline: none;
}
.cid-sKkOQ9FI13 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sKkOQ9FI13 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sKkOQ9FI13 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sKkOQ9FI13 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sKkOQ9FI13 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sKkOQ9FI13 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sKkOQ9FI13 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sKkOQ9FI13 .navbar.opened {
  transition: all 0.3s;
}
.cid-sKkOQ9FI13 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sKkOQ9FI13 .navbar .navbar-logo img {
  width: auto;
}
.cid-sKkOQ9FI13 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sKkOQ9FI13 .navbar.collapsed {
  justify-content: center;
}
.cid-sKkOQ9FI13 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sKkOQ9FI13 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sKkOQ9FI13 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-sKkOQ9FI13 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sKkOQ9FI13 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sKkOQ9FI13 .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-sKkOQ9FI13 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sKkOQ9FI13 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sKkOQ9FI13 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sKkOQ9FI13 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sKkOQ9FI13 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sKkOQ9FI13 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sKkOQ9FI13 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sKkOQ9FI13 .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-sKkOQ9FI13 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sKkOQ9FI13 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sKkOQ9FI13 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sKkOQ9FI13 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sKkOQ9FI13 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sKkOQ9FI13 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sKkOQ9FI13 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sKkOQ9FI13 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sKkOQ9FI13 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sKkOQ9FI13 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sKkOQ9FI13 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sKkOQ9FI13 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sKkOQ9FI13 .dropdown-item.active,
.cid-sKkOQ9FI13 .dropdown-item:active {
  background-color: transparent;
}
.cid-sKkOQ9FI13 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sKkOQ9FI13 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sKkOQ9FI13 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sKkOQ9FI13 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sKkOQ9FI13 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sKkOQ9FI13 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sKkOQ9FI13 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sKkOQ9FI13 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sKkOQ9FI13 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sKkOQ9FI13 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sKkOQ9FI13 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sKkOQ9FI13 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sKkOQ9FI13 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sKkOQ9FI13 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sKkOQ9FI13 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sKkOQ9FI13 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sKkOQ9FI13 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sKkOQ9FI13 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sKkOQ9FI13 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sKkOQ9FI13 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sKkOQ9FI13 .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-sKkOQ9FI13 .navbar {
    height: 70px;
  }
  .cid-sKkOQ9FI13 .navbar.opened {
    height: auto;
  }
  .cid-sKkOQ9FI13 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sUXoweqU4Y {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhoJy6vUx4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/regio-rocket-hintergrund2-1900x1000.png");
}
.cid-uhoJy6vUx4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uhoJy6vUx4 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uhoJy6vUx4 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uhoJy6vUx4 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uhoJy6vUx4 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uhoJy6vUx4 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uhoJy6vUx4 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uhoJy6vUx4 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uhoJy6vUx4 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uhoJy6vUx4 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uhoJy6vUx4 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uhoJy6vUx4 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uhoJy6vUx4 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uhoJy6vUx4 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sKkOQ9FI13 .navbar-dropdown {
  position: relative !important;
}
.cid-sKkOQ9FI13 .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-sKkOQ9FI13 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sKkOQ9FI13 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sKkOQ9FI13 .dropdown-item:hover,
.cid-sKkOQ9FI13 .dropdown-item:focus {
  background: #1ba21b !important;
  color: white !important;
}
.cid-sKkOQ9FI13 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sKkOQ9FI13 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sKkOQ9FI13 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sKkOQ9FI13 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sKkOQ9FI13 .nav-link {
  position: relative;
}
.cid-sKkOQ9FI13 .container {
  display: flex;
  margin: auto;
}
.cid-sKkOQ9FI13 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sKkOQ9FI13 .dropdown-menu,
.cid-sKkOQ9FI13 .navbar.opened {
  background: #ffffff !important;
}
.cid-sKkOQ9FI13 .nav-item:focus,
.cid-sKkOQ9FI13 .nav-link:focus {
  outline: none;
}
.cid-sKkOQ9FI13 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sKkOQ9FI13 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sKkOQ9FI13 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sKkOQ9FI13 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sKkOQ9FI13 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sKkOQ9FI13 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sKkOQ9FI13 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sKkOQ9FI13 .navbar.opened {
  transition: all 0.3s;
}
.cid-sKkOQ9FI13 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sKkOQ9FI13 .navbar .navbar-logo img {
  width: auto;
}
.cid-sKkOQ9FI13 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sKkOQ9FI13 .navbar.collapsed {
  justify-content: center;
}
.cid-sKkOQ9FI13 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sKkOQ9FI13 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sKkOQ9FI13 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-sKkOQ9FI13 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sKkOQ9FI13 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sKkOQ9FI13 .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-sKkOQ9FI13 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sKkOQ9FI13 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sKkOQ9FI13 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sKkOQ9FI13 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sKkOQ9FI13 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sKkOQ9FI13 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sKkOQ9FI13 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sKkOQ9FI13 .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-sKkOQ9FI13 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sKkOQ9FI13 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sKkOQ9FI13 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sKkOQ9FI13 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sKkOQ9FI13 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sKkOQ9FI13 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sKkOQ9FI13 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sKkOQ9FI13 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sKkOQ9FI13 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sKkOQ9FI13 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sKkOQ9FI13 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sKkOQ9FI13 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sKkOQ9FI13 .dropdown-item.active,
.cid-sKkOQ9FI13 .dropdown-item:active {
  background-color: transparent;
}
.cid-sKkOQ9FI13 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sKkOQ9FI13 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sKkOQ9FI13 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sKkOQ9FI13 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sKkOQ9FI13 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sKkOQ9FI13 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sKkOQ9FI13 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sKkOQ9FI13 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sKkOQ9FI13 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sKkOQ9FI13 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sKkOQ9FI13 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sKkOQ9FI13 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sKkOQ9FI13 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sKkOQ9FI13 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sKkOQ9FI13 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sKkOQ9FI13 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sKkOQ9FI13 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sKkOQ9FI13 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sKkOQ9FI13 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sKkOQ9FI13 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sKkOQ9FI13 .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-sKkOQ9FI13 .navbar {
    height: 70px;
  }
  .cid-sKkOQ9FI13 .navbar.opened {
    height: auto;
  }
  .cid-sKkOQ9FI13 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugOPtpx3XB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ugOPtpx3XB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugOPtpx3XB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugOQ9WACyt {
  padding-top: 4rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/regio-rocket-hintergrund2-1900x1000.png");
}
.cid-ugOQ9WACyt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugOQ9WACyt .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-ugOQ9WACyt .container {
    padding: 0 30px;
  }
}
.cid-ugOQ9WACyt .row {
  justify-content: center;
}
.cid-ugOQ9WACyt .title-wrapper {
  margin-bottom: 140px;
}
.cid-ugOQ9WACyt .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-ugOQ9WACyt .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugOQ9WACyt .card:nth-child(3n) .card-wrapper {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media (max-width: 992px) {
  .cid-ugOQ9WACyt .card:nth-child(3n) .card-wrapper {
    margin: 50px 0 50px;
  }
}
.cid-ugOQ9WACyt .card .card-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 4px;
  padding: 45px 36px 66px;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: visible;
}
@media (max-width: 992px) {
  .cid-ugOQ9WACyt .card .card-wrapper {
    margin: 0 0 50px;
    padding: 45px 22px 66px;
  }
}
.cid-ugOQ9WACyt .card .card-wrapper .best-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -3.4rem;
  left: 0;
  width: 100%;
  min-height: 54px;
  background-color: #1ba21b;
  padding: 18px 8px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.cid-ugOQ9WACyt .card .card-wrapper .best-wrap .best-wrapper {
  width: 100%;
}
.cid-ugOQ9WACyt .card .card-wrapper .best-wrap .best-wrapper .mbr-best {
  margin-bottom: 0;
}
.cid-ugOQ9WACyt .card .card-wrapper .card-content .mbr-card-title {
  margin: 25px 0;
}
.cid-ugOQ9WACyt .card .card-wrapper .card-content .price-wrap .mbr-price {
  margin-bottom: 25px;
  position: relative;
  display: inline-flex;
}
.cid-ugOQ9WACyt .card .card-wrapper .card-content .price-wrap .mbr-price span {
  position: absolute;
  font-size: 50%;
  top: .4rem;
  left: -2rem;
}
.cid-ugOQ9WACyt .card .card-wrapper .card-content .mbr-desc {
  margin-bottom: 25px;
}
.cid-ugOQ9WACyt .card .card-wrapper .card-content .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-ugOQ9WACyt .card .card-wrapper .card-content .list .item-wrap {
  line-height: 1.625;
  margin-bottom: 10px;
}
.cid-ugOQ9WACyt .card .card-wrapper .mbr-section-btn {
  margin-top: 18px;
}
.cid-ugOQ9WACyt .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ugOQ9WACyt .mbr-text {
  color: #f2f2f2;
  text-align: center;
}
.cid-ugOQ9WACyt .mbr-best {
  color: #ffffff;
  text-align: center;
}
.cid-ugOQ9WACyt .mbr-card-title {
  color: #000000;
}
.cid-ugOQ9WACyt .mbr-price,
.cid-ugOQ9WACyt .price-wrap {
  color: #000000;
  text-align: center;
}
.cid-ugOQ9WACyt .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-ugOQ9WACyt .list {
  color: #000000;
  text-align: left;
}
.cid-ugOQ9WACyt .mbr-card-title,
.cid-ugOQ9WACyt .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-ugOY7eDHof {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ugOY7eDHof .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugOY7eDHof .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugOY7eDHof .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ugOY7eDHof .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ugOY7eDHof .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #1ba21b;
}
.cid-ugOY7eDHof .panel-body,
.cid-ugOY7eDHof .card-header {
  padding: 1rem 0;
}
.cid-ugOY7eDHof .panel-title-edit {
  color: #000000;
}
.cid-uhoJy6vUx4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/regio-rocket-hintergrund2-1900x1000.png");
}
.cid-uhoJy6vUx4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uhoJy6vUx4 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uhoJy6vUx4 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uhoJy6vUx4 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uhoJy6vUx4 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uhoJy6vUx4 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uhoJy6vUx4 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uhoJy6vUx4 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uhoJy6vUx4 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uhoJy6vUx4 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uhoJy6vUx4 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uhoJy6vUx4 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uhoJy6vUx4 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uhoJy6vUx4 .media-container-row .row-copirayt p {
  width: 100%;
}
