.btn {
  border-width: 2px;
}
body {
  font-family: Syne;
}
.display-1 {
  font-family: 'Lato', sans-serif;
  font-size: 2.1rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 2.625rem;
}
.display-2 {
  font-family: 'Lato', sans-serif;
  font-size: 1.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-4 {
  font-family: 'Lato', sans-serif;
  font-size: 0.7rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 0.875rem;
}
.display-5 {
  font-family: 'NEONLEDLight';
  font-size: 1.4375rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.796875rem;
}
.display-7 {
  font-family: 'Lato', sans-serif;
  font-size: 1.0525rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.315625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 1.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.47rem;
    font-size: calc( 1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.56rem;
    font-size: calc( 0.895rem + (0.7 - 0.895) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.895rem + (0.7 - 0.895) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.15rem;
    font-size: calc( 1.153125rem + (1.4375 - 1.153125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.153125rem + (1.4375 - 1.153125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.842rem;
    font-size: calc( 1.018375rem + (1.0525 - 1.018375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.018375rem + (1.0525 - 1.018375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.mbr-section-btn {
  text-transform: uppercase;
  margin-top: 24px;
}
.mbr-section-title {
  text-transform: uppercase;
  margin: 0;
}
.price {
  padding: 0;
  margin: 0;
  margin-top: 2px;
}
.mbr-section-subtitle {
  padding: 0;
  margin: 0;
  margin-top: 9px;
}
.mbr-text {
  padding: 0;
  margin: 0;
}
/*.mbr-section-btn {
border: 2px solid @primaryColor;
background-color: rgba(0, 0, 0, 0);
text-transform: uppercase;
display: inline-block;
color: #000000;
margin: 0;
margin-top: 24px;
}

.mbr-section-btn:hover {
background-color: @primaryColor;
border: 2px solid @primaryColor;
}

.btn-txt {
    color: #000000;
    display: inline-block;

}

.mbr-section-btn:hover .btn-txt {
    color: #ffffff;
}*/
.btn {
  padding: 0.6rem 2.8rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 2.8rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 2.8rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 2.8rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #ffd008 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffd008 !important;
}
.bg-danger {
  background-color: #d13bf3 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffd008 !important;
  border-color: #ffd008 !important;
  color: #000000 !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: #b08f00 !important;
  border-color: #ffd008 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b08f00 !important;
  border-color: #ffd008 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #000000 !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: #ff0f0f !important;
  border-color: #ff6666 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff6666 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #47b5ed !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #47b5ed !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #40b0bf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #40b0bf !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffd008 !important;
  border-color: #ffd008 !important;
  color: #000000 !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: #b08f00 !important;
  border-color: #ffd008 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #b08f00 !important;
  border-color: #ffd008 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d13bf3 !important;
  border-color: #d13bf3 !important;
  color: #000000 !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: #a80ccb !important;
  border-color: #d13bf3 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a80ccb !important;
  border-color: #d13bf3 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #000000 !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: #ffffff !important;
  background-color: #d4d4d4 !important;
  border-color: #ffffff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #ffffff !important;
  background-color: #d4d4d4 !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black: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-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #2b2b2b !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: #2b2b2b !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffd008;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #ffd008 !important;
  border-color: #ffd008;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffd008 !important;
  border-color: #ffd008 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffd008;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: #ffd008 !important;
  border-color: #ffd008;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffd008 !important;
  border-color: #ffd008 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #d13bf3;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #d13bf3 !important;
  border-color: #d13bf3;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d13bf3 !important;
  border-color: #d13bf3 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #ffd008 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffd008 !important;
}
.text-danger {
  color: #d13bf3 !important;
}
.text-white {
  color: #ffffff;
}
.text-black {
  color: #000000;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ff0000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a18200 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #9c0cbc !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #000000;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #ffffff;
}
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;
  transition: all 0.2s ease-in-out;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  /*transition: background-position 0s ease-in-out;*/
  /*background-image: linear-gradient(currentColor 50%, currentColor 50%);*/
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffd008;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffd008;
}
.alert-danger {
  background-color: #d13bf3;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffd008;
  border-color: #ffd008;
  /*.color: contrast(@primaryColor, darken(@primaryColor, 45%), #ffffff, 60%);*/
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffd008;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff7d4;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff7d4;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fefbff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Lato', sans-serif;
  font-size: 0.7rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 0.875rem;
}
.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: @primaryColor!important;*/
}
.form-control:-webkit-input-placeholder {
  font-family: 'Lato', sans-serif;
  font-size: 0.7rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 0.875rem;
}
blockquote {
  border-color: #ffd008;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffd008;
  color: #000000;
}
.jq-number__spin {
  transition: 0s ease;
}
.jq-number__spin:hover {
  border-color: #ffd008;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0s;
  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: #ffd008;
  border-bottom-color: #ffd008;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffd008 !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: #ff6666 !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='%23ffd008' %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 0s;
}
.cid-sv2BSB8scu {
  padding-top: 9rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/web-vorlage2-2-2000x1200.jpeg");
}
.cid-sv2BSB8scu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sv2BSB8scu .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sv2BSB8scu .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  margin: 0;
}
.cid-sv2BSB8scu .mbr-fullscreen {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  padding: 0;
  padding-bottom: 100px;
}
.cid-urbG9WZQIa {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1206.png");
}
@media (min-width: 1500px) {
  .cid-urbG9WZQIa .container {
    max-width: 1400px;
  }
}
.cid-urbG9WZQIa .card-wrapper {
  background: #040d21;
  padding: 30px;
}
.cid-urbG9WZQIa .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-urbG9WZQIa .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff2b09;
  margin-bottom: 2rem;
}
.cid-urbG9WZQIa .row {
  justify-content: center;
}
.cid-urbG9WZQIa img {
  padding-bottom: 20px;
  height: 140px;
  width: auto;
  margin: auto;
}
.cid-urbG9WZQIa .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 70px;
  color: #ffd008;
}
.cid-urbG9WZQIa .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-urbG9WZQIa .card-title,
.cid-urbG9WZQIa .iconfont-wrapper {
  color: #ffd008;
}
.cid-uDEkvj5BJ5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1-1920x1206.png");
}
@media (min-width: 1500px) {
  .cid-uDEkvj5BJ5 .container {
    max-width: 1400px;
  }
}
.cid-uDEkvj5BJ5 .card-wrapper {
  background: #040d21;
  padding: 30px;
}
.cid-uDEkvj5BJ5 .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-uDEkvj5BJ5 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff2b09;
  margin-bottom: 2rem;
}
.cid-uDEkvj5BJ5 .row {
  justify-content: center;
}
.cid-uDEkvj5BJ5 img {
  padding-bottom: 20px;
  height: 140px;
  width: auto;
  margin: auto;
}
.cid-uDEkvj5BJ5 .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 70px;
}
.cid-uDEkvj5BJ5 .card-text {
  color: #ffffff;
}
.cid-sVwiGcuJN9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sVwiGcuJN9 .col-lg-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.cid-sVwiGcuJN9 .social-row {
  display: flex;
  margin-bottom: 1rem;
}
.cid-sVwiGcuJN9 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  padding-right: 3px;
  transition: all 0.3s;
}
.cid-sVwiGcuJN9 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #ffffff;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-sVwiGcuJN9 .social-row {
    justify-content: center;
  }
}
.cid-sVwiGcuJN9 img {
  transition: all 0.3s;
}
.cid-sVwiGcuJN9 img:hover {
  transform: scale(1.1);
}
.cid-sVwiGcuJN9 img,
.cid-sVwiGcuJN9 .item-img {
  width: 100%;
  overflow: hidden;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-sVwiGcuJN9 .item:focus,
.cid-sVwiGcuJN9 span:focus {
  outline: none;
}
.cid-sVwiGcuJN9 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sVwiGcuJN9 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sVwiGcuJN9 .item {
  padding: 0;
  margin: 0;
}
.cid-sVwiGcuJN9 .item-content {
  padding: 1rem;
  border: 1px solid #efefef;
}
.cid-sVwiGcuJN9 .item-wrapper {
  position: relative;
  margin-right: -1px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sVwiGcuJN9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sVwiGcuJN9 .mbr-section-title {
  color: #000000;
}
.cid-sVwiGcuJN9 .item-title {
  color: #000000;
  text-align: center;
}
.cid-sVwiGcuJN9 .item-subtitle {
  color: #e6c63b;
  text-align: center;
}
.cid-sOG879CPDO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpeg");
}
.cid-sOG879CPDO .left-side {
  text-align: left;
  padding: 5rem;
}
.cid-sOG879CPDO .row {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-sOG879CPDO .mbr-section-btn {
    margin-bottom: 25px;
  }
  .cid-sOG879CPDO .mbr-section-title {
    margin-top: 25px;
  }
  .cid-sOG879CPDO .left-side {
    padding: 1rem;
  }
}
.cid-sOG879CPDO .mbr-section-subtitle {
  color: #f8cc0a;
  text-transform: uppercase;
}
.cid-sOG879CPDO .mbr-text {
  color: #ffffff;
  padding-top: 10px;
}
.cid-sOG879CPDO .mbr-section-title {
  color: #ffe885;
}
.cid-u8jRJNotxV {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpeg");
}
.cid-u8jRJNotxV img {
  border-radius: 0px;
  padding-top: 32px;
}
.cid-u8jRJNotxV .features-image:nth-child(-n+4) img {
  padding-top: 0px;
}
.cid-u8jRJNotxV .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-u8jRJNotxV .date {
  text-transform: uppercase;
  color: #ffd008;
  text-align: left;
  padding-top: 1rem;
}
.cid-u8jRJNotxV .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-u8jRJNotxV .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
@media (max-width: 690px) {
  .cid-u8jRJNotxV img {
    padding-top: 1rem;
  }
}
.cid-ti5cNzKrRp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ti5cNzKrRp .left-side {
  text-align: left;
  padding: 5rem;
}
.cid-ti5cNzKrRp .row {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-ti5cNzKrRp .mbr-section-btn {
    margin-bottom: 25px;
  }
  .cid-ti5cNzKrRp .mbr-section-title {
    margin-top: 25px;
  }
  .cid-ti5cNzKrRp .left-side {
    padding: 1rem;
  }
}
.cid-ti5cNzKrRp .mbr-section-subtitle {
  color: #0be95b;
  text-transform: uppercase;
}
.cid-ti5cNzKrRp .mbr-text {
  color: #626262;
  padding-top: 10px;
}
.cid-ti5cNzKrRp .row {
  flex-direction: row-reverse;
}
.cid-ti5cNzKrRp .mbr-section-title {
  color: #c800bd;
}
.cid-u8jRP7zjmy {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u8jRP7zjmy img {
  border-radius: 0px;
  padding-top: 32px;
}
.cid-u8jRP7zjmy .features-image:nth-child(-n+4) img {
  padding-top: 0px;
}
.cid-u8jRP7zjmy .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-u8jRP7zjmy .date {
  text-transform: uppercase;
  color: #ffd008;
  text-align: left;
  padding-top: 1rem;
}
.cid-u8jRP7zjmy .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-u8jRP7zjmy .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
@media (max-width: 690px) {
  .cid-u8jRP7zjmy img {
    padding-top: 1rem;
  }
}
.cid-u0i5wo5a9H {
  background-color: #eccd44;
}
.cid-u0i5wo5a9H .left-side {
  text-align: left;
  padding-left: 5rem;
}
.cid-u0i5wo5a9H .row {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-u0i5wo5a9H .mbr-section-btn {
    margin-bottom: 25px;
  }
}
.cid-u0i5wo5a9H .mbr-section-subtitle {
  color: #ff00c4;
  text-align: center;
}
.cid-u0i5wo5a9H .row {
  flex-direction: row-reverse;
}
.cid-u0i5wo5a9H .left-side {
  padding-left: 15px;
  padding-right: 5rem;
}
@media (max-width: 690px) {
  .cid-u0i5wo5a9H .mbr-section-title {
    margin-top: 25px;
  }
  .cid-u0i5wo5a9H .left-side {
    padding-right: 15px;
    padding-left: 15px;
  }
  .cid-u0i5wo5a9H .right-side {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.cid-u0i5wo5a9H .button-align {
  width: 100%;
}
.cid-u0i5wo5a9H .mbr-text {
  padding-top: 10px;
}
.cid-u0i5wo5a9H .mbr-text,
.cid-u0i5wo5a9H .button-align {
  text-align: center;
  color: #ffffff;
}
.cid-u0i5wo5a9H .mbr-section-title {
  text-align: center;
  color: #2299aa;
}
.cid-urbIYQbddZ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f4ca4b;
}
.cid-urbIYQbddZ img {
  border-radius: 0px;
  padding-top: 32px;
}
.cid-urbIYQbddZ .features-image:nth-child(-n+4) img {
  padding-top: 0px;
}
.cid-urbIYQbddZ .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-urbIYQbddZ .date {
  text-transform: uppercase;
  color: #ffd008;
  text-align: left;
  padding-top: 1rem;
}
.cid-urbIYQbddZ .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-urbIYQbddZ .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
@media (max-width: 690px) {
  .cid-urbIYQbddZ img {
    padding-top: 1rem;
  }
}
.cid-tyjdmgGqHR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyjdmgGqHR .left-side {
  text-align: left;
  padding: 5rem;
}
.cid-tyjdmgGqHR .row {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-tyjdmgGqHR .mbr-section-btn {
    margin-bottom: 25px;
  }
  .cid-tyjdmgGqHR .mbr-section-title {
    margin-top: 25px;
  }
  .cid-tyjdmgGqHR .left-side {
    padding: 1rem;
  }
}
.cid-tyjdmgGqHR .mbr-section-subtitle {
  color: #f8cc0a;
  text-transform: uppercase;
}
.cid-tyjdmgGqHR .mbr-text {
  color: #626262;
  padding-top: 10px;
}
.cid-tyjdmgGqHR .mbr-section-title {
  color: #01527c;
}
.cid-u8jRPGhyWR {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u8jRPGhyWR img {
  border-radius: 0px;
  padding-top: 32px;
}
.cid-u8jRPGhyWR .features-image:nth-child(-n+4) img {
  padding-top: 0px;
}
.cid-u8jRPGhyWR .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-u8jRPGhyWR .date {
  text-transform: uppercase;
  color: #ffd008;
  text-align: left;
  padding-top: 1rem;
}
.cid-u8jRPGhyWR .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-u8jRPGhyWR .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
@media (max-width: 690px) {
  .cid-u8jRPGhyWR img {
    padding-top: 1rem;
  }
}
.cid-uDEsxZpbyh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpeg");
}
.cid-uDEsxZpbyh .left-side {
  text-align: left;
  padding: 5rem;
}
.cid-uDEsxZpbyh .row {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-uDEsxZpbyh .mbr-section-btn {
    margin-bottom: 25px;
  }
  .cid-uDEsxZpbyh .mbr-section-title {
    margin-top: 25px;
  }
  .cid-uDEsxZpbyh .left-side {
    padding: 1rem;
  }
}
.cid-uDEsxZpbyh .mbr-section-subtitle {
  color: #ffe161;
  text-transform: uppercase;
}
.cid-uDEsxZpbyh .mbr-text {
  color: #bed3f9;
  padding-top: 10px;
}
.cid-uDEsxZpbyh .row {
  flex-direction: row-reverse;
}
.cid-uDEsxZpbyh .mbr-section-title {
  color: #bed3f9;
}
.cid-sOJ9HvgeIZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1272.jpeg");
}
.cid-sOJ9HvgeIZ .left-side {
  text-align: left;
  padding: 5rem;
}
.cid-sOJ9HvgeIZ .row {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-sOJ9HvgeIZ .mbr-section-btn {
    margin-bottom: 25px;
  }
  .cid-sOJ9HvgeIZ .mbr-section-title {
    margin-top: 25px;
  }
  .cid-sOJ9HvgeIZ .left-side {
    padding: 1rem;
  }
}
.cid-sOJ9HvgeIZ .mbr-section-subtitle {
  color: #00b54c;
  text-transform: uppercase;
}
.cid-sOJ9HvgeIZ .mbr-text {
  color: #626262;
  padding-top: 10px;
}
.cid-sOJ9HvgeIZ .mbr-section-title {
  color: #626262;
}
.cid-tyjhTsN8og {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/web-vorlage2-1-2000x1200.jpeg");
}
.cid-tyjhTsN8og .carousel,
.cid-tyjhTsN8og .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tyjhTsN8og .item-wrapper {
  width: 100%;
}
.cid-tyjhTsN8og .carousel-caption {
  bottom: 40px;
}
.cid-tyjhTsN8og .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tyjhTsN8og .carousel-control {
  color: #000000;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 50px;
  transition: all 0.3s;
}
.cid-tyjhTsN8og .carousel-control.carousel-control-prev {
  left: -100px;
  margin-left: 2.5rem;
}
.cid-tyjhTsN8og .carousel-control.carousel-control-next {
  right: -100px;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tyjhTsN8og .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tyjhTsN8og .carousel-control:hover {
  color: #ffd008;
}
.cid-tyjhTsN8og .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
@media (min-width: 990px) {
  .cid-tyjhTsN8og .mobi-mbri-arrow-next {
    margin-left: -50px;
  }
  .cid-tyjhTsN8og .mobi-mbri-arrow-prev {
    margin-right: -50px;
  }
}
.cid-tyjhTsN8og .carousel-indicators {
  display: none;
}
.cid-tyjhTsN8og .text-content {
  width: 100%;
}
.cid-tyjhTsN8og .left-side {
  text-align: left;
}
.cid-tyjhTsN8og .row {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-tyjhTsN8og .carousel-control {
    display: none;
  }
}
.cid-tyjhTsN8og .mbr-section-subtitle {
  color: #e6c63b;
  text-transform: uppercase;
}
.cid-tyjhTsN8og .mbr-text {
  color: #ffffff;
  padding-top: 10px;
}
.cid-tyjhTsN8og .mbr-section-title {
  color: #ffffff;
}
.cid-sOGbvCBiqr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-sOGbvCBiqr .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-sOGbvCBiqr .card-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
  margin-bottom: 2rem;
  display: flex;
  background: #010436;
}
.cid-sOGbvCBiqr .card-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
@media (max-width: 991px) {
  .cid-sOGbvCBiqr .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sOGbvCBiqr .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-sOGbvCBiqr .mbr-iconfont {
  font-size: 4rem;
  padding-right: 2rem;
  color: #ffd008;
}
@media (max-width: 767px) {
  .cid-sOGbvCBiqr .mbr-iconfont {
    font-size: 2.8rem;
  }
}
.cid-sOGbvCBiqr .mbr-section-subtitle {
  color: #696969;
}
.cid-sOGbvCBiqr P {
  color: #ffffff;
}
.cid-sOGbvCBiqr .card-title {
  color: #ffe161;
}
.cid-sOGedqPTnH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeeee;
}
.cid-sOGedqPTnH .item-wrapper {
  width: 100%;
}
.cid-sOGedqPTnH .row {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-sOGedqPTnH .mbr-section-btn {
    margin-bottom: 25px;
  }
  .cid-sOGedqPTnH .mbr-section-title {
    margin-top: 25px;
  }
}
.cid-sOGedqPTnH .mbr-section-subtitle {
  color: #000000;
  text-transform: uppercase;
}
.cid-sOGedqPTnH .mbr-text {
  color: #626262;
  padding-top: 10px;
  font-style: italic;
}
.cid-sOGedqPTnH .mbr-section-btn {
  border: 2px solid #ffd008;
}
.cid-sOGedqPTnH .mbr-section-btn:hover {
  background-color: #ffd008;
  border: 2px solid #ffd008;
}
.cid-sOGedqPTnH .text {
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-sOGedqPTnH P {
  color: #f2f2f2;
}
.cid-sOGedqPTnH H5 {
  color: #ffe161;
}
.cid-sv2C6Wc5zB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sv2C6Wc5zB .item-wrapper {
  width: 100%;
}
.cid-sv2C6Wc5zB .row {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-sv2C6Wc5zB .mbr-section-btn {
    margin-bottom: 25px;
  }
  .cid-sv2C6Wc5zB .mbr-section-title {
    margin-top: 25px;
  }
}
.cid-sv2C6Wc5zB .mbr-section-subtitle {
  color: #000000;
  text-transform: uppercase;
}
.cid-sv2C6Wc5zB .mbr-text {
  color: #626262;
  padding-top: 10px;
  font-style: italic;
}
.cid-sv2C6Wc5zB .mbr-section-btn {
  border: 2px solid #ffd008;
}
.cid-sv2C6Wc5zB .mbr-section-btn:hover {
  background-color: #ffd008;
  border: 2px solid #ffd008;
}
.cid-sv2C6Wc5zB .text {
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-sv2C6Wc5zB H5 {
  color: #ffe161;
}
.cid-sv2BwvlIqT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sv2BwvlIqT nav.navbar {
  position: fixed;
}
.cid-sv2BwvlIqT .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-sv2BwvlIqT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sv2BwvlIqT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sv2BwvlIqT .dropdown-item:hover,
.cid-sv2BwvlIqT .dropdown-item:focus {
  background: #ffd008 !important;
  color: white !important;
}
.cid-sv2BwvlIqT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sv2BwvlIqT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sv2BwvlIqT .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-sv2BwvlIqT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sv2BwvlIqT .nav-link {
  position: relative;
  padding: 0;
}
.cid-sv2BwvlIqT .container {
  display: flex;
  margin: auto;
}
.cid-sv2BwvlIqT .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sv2BwvlIqT .dropdown-menu,
.cid-sv2BwvlIqT .navbar.opened {
  background: #000000 !important;
}
.cid-sv2BwvlIqT .nav-item:focus,
.cid-sv2BwvlIqT .nav-link:focus {
  outline: none;
}
.cid-sv2BwvlIqT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sv2BwvlIqT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sv2BwvlIqT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sv2BwvlIqT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sv2BwvlIqT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sv2BwvlIqT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sv2BwvlIqT .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: #000000;
}
.cid-sv2BwvlIqT .navbar.opened {
  transition: all 0.3s;
}
.cid-sv2BwvlIqT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sv2BwvlIqT .navbar .navbar-logo img {
  width: auto;
  display: inline;
}
.cid-sv2BwvlIqT .navbar.collapsed {
  justify-content: center;
}
.cid-sv2BwvlIqT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sv2BwvlIqT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sv2BwvlIqT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sv2BwvlIqT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sv2BwvlIqT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sv2BwvlIqT .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-sv2BwvlIqT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sv2BwvlIqT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sv2BwvlIqT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sv2BwvlIqT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sv2BwvlIqT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sv2BwvlIqT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sv2BwvlIqT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sv2BwvlIqT .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-sv2BwvlIqT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sv2BwvlIqT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sv2BwvlIqT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sv2BwvlIqT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sv2BwvlIqT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sv2BwvlIqT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sv2BwvlIqT .navbar.navbar-short {
  min-height: 60px;
}
.cid-sv2BwvlIqT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sv2BwvlIqT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sv2BwvlIqT .navbar-brand {
  display: inline-flex;
  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;
  width: auto;
}
.cid-sv2BwvlIqT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sv2BwvlIqT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sv2BwvlIqT .dropdown-item.active,
.cid-sv2BwvlIqT .dropdown-item:active {
  background-color: transparent;
}
.cid-sv2BwvlIqT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sv2BwvlIqT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sv2BwvlIqT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sv2BwvlIqT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sv2BwvlIqT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sv2BwvlIqT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sv2BwvlIqT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sv2BwvlIqT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sv2BwvlIqT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sv2BwvlIqT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
}
.cid-sv2BwvlIqT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sv2BwvlIqT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sv2BwvlIqT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sv2BwvlIqT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sv2BwvlIqT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sv2BwvlIqT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sv2BwvlIqT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sv2BwvlIqT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sv2BwvlIqT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sv2BwvlIqT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sv2BwvlIqT .icons-menu {
  flex-wrap: nowrap;
  display: inline;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  padding: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sv2BwvlIqT .navbar {
    height: 70px;
  }
  .cid-sv2BwvlIqT .navbar.opened {
    height: auto;
  }
  .cid-sv2BwvlIqT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sv2BwvlIqT .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transform: translate3d(0, 0, 0);
  transition: all 0.3s;
}
.cid-sv2BwvlIqT .nav-link:hover .line-animation {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.cid-sv2BwvlIqT .justify-space-between {
  width: 100%;
}
.cid-sv2BwvlIqT .icons {
  width: auto;
  display: inline;
}
.cid-sv2BwvlIqT span {
  display: inline;
}
.cid-sv2BwvlIqT .row {
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.cid-sv2BwvlIqT a {
  display: inline;
}
.cid-sv2BwvlIqT img {
  display: inline;
}
.cid-sv2BwvlIqT .mbr-section-subtitle {
  color: #ffe885;
  margin-top: 0px;
}
@media (max-width: 600px) {
  .cid-sv2BwvlIqT .mbr-section-subtitle {
    margin-bottom: 25px;
  }
  .cid-sv2BwvlIqT .icons {
    margin-bottom: 25px;
  }
  .cid-sv2BwvlIqT .navbar-brand {
    padding-bottom: 0;
  }
}
