body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4.4rem;
  line-height: 1.125;
}
.display-1 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.8rem;
  line-height: 1.18;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.45;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-6 {
  font-family: 'Syne', sans-serif;
  font-size: 1.1rem;
  line-height: 1.7;
}
.display-6 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 1199x) {
  .display-1 {
    font-size: 3.652rem;
  }
  .display-2 {
    font-size: 2.288rem;
  }
  .display-5 {
    font-size: 1.1rem;
  }
}
@media (max-width: 991px) {
  .display-1 {
    font-size: 3.3rem;
  }
  .display-2 {
    font-size: 2.288rem;
  }
  .display-5 {
    font-size: 1.1rem;
  }
}
@media (max-width: 767px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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))));
  }
  .display-6 {
    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-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (max-width: 546px) {
  .display-1 {
    font-size: 1.804rem;
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.9rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.9rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.6rem 2.9rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #b81111 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #b81111 !important;
  border-color: #b81111 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(184, 17, 17, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #690a0a !important;
  border-color: #690a0a !important;
}
.btn-secondary,
.btn-secondary:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(20, 157, 204, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0c607d !important;
  border-color: #0c607d !important;
}
.btn-info,
.btn-info:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(130, 120, 110, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #534d46 !important;
  border-color: #534d46 !important;
}
.btn-success,
.btn-success:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(247, 237, 74, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #e0d40a !important;
  border-color: #e0d40a !important;
}
.btn-warning,
.btn-warning:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(135, 154, 159, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5c6e73 !important;
  border-color: #5c6e73 !important;
}
.btn-danger,
.btn-danger:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(177, 163, 116, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #84774a !important;
  border-color: #84774a !important;
}
.btn-white,
.btn-white:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(250, 250, 250, 0.5);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(35, 35, 35, 0.5);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: transparent !important;
  border-color: #b81111;
  color: #b81111;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b81111;
  box-shadow: -4px 4px 0 0 rgba(184, 17, 17, 0.5);
  left: 6px;
  top: -6px;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #b81111 !important;
  border-color: #b81111 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: transparent !important;
  border-color: #149dcc;
  color: #149dcc;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #149dcc;
  box-shadow: -4px 4px 0 0 rgba(20, 157, 204, 0.5);
  left: 6px;
  top: -6px;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: transparent !important;
  border-color: #82786e;
  color: #82786e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #82786e;
  box-shadow: -4px 4px 0 0 rgba(130, 120, 110, 0.5);
  left: 6px;
  top: -6px;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: transparent !important;
  border-color: #f7ed4a;
  color: #f7ed4a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #f7ed4a;
  box-shadow: -4px 4px 0 0 rgba(247, 237, 74, 0.5);
  left: 6px;
  top: -6px;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: transparent !important;
  border-color: #879a9f;
  color: #879a9f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #879a9f;
  box-shadow: -4px 4px 0 0 rgba(135, 154, 159, 0.5);
  left: 6px;
  top: -6px;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: transparent !important;
  border-color: #b1a374;
  color: #b1a374;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b1a374;
  box-shadow: -4px 4px 0 0 rgba(177, 163, 116, 0.5);
  left: 6px;
  top: -6px;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #232323;
  box-shadow: -4px 4px 0 0 rgba(35, 35, 35, 0.5);
  left: 6px;
  top: -6px;
}
.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 {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #fafafa;
  box-shadow: -4px 4px 0 0 rgba(250, 250, 250, 0.5);
  left: 6px;
  top: -6px;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #b81111 !important;
}
.text-secondary {
  color: #149dcc !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #5b0808 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #0b566f !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #7a6e45 !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]) {
  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]):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: #b81111;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-gallery-filter li.active .btn {
  background-color: #b81111;
  border-color: #b81111;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #b81111;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f05959;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #b81111 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control {
  font-family: 'Syne', sans-serif;
  font-size: 1.1rem;
  line-height: 1.7;
  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: #b81111 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Syne', sans-serif;
  font-size: 1.1rem;
  line-height: 1.7;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #b81111;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #b81111;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #b81111;
}
.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: #b81111;
  border-bottom-color: #b81111;
}
.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: #b81111 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #149dcc !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='%23b81111' %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-uh5ZCK3Ihk {
  background-image: url("../../../assets/images/haus-skizze-erstellen-1792x940.jpg");
}
.cid-uh5ZCK3Ihk .mbr-section-subtitle {
  color: #fff;
  text-transform: uppercase;
}
.cid-uh5ZCK3Ihk .mbr-section-title {
  color: #fff;
  margin-bottom: 40px;
}
.cid-uh5ZCK3Ihk .counter {
  color: #fff;
  display: inline-flex;
  background-color: #b81111;
  margin-top: 40px;
  margin-bottom: 0px;
  align-items: center;
  box-sizing: border-box;
  border-radius: 8px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 30px;
  padding-top: 10px;
  text-align: left;
  text-size-adjust: 100%;
  text-transform: none;
  box-shadow: rgba(255, 255, 255, 0.1) 0px -2px 0px 0px inset;
  width: 100%;
}
.cid-uh5ZCK3Ihk .number {
  padding-right: 20px;
  margin-bottom: 0px;
  font-size: 2.75rem;
  line-height: 50px;
}
.cid-uh5ZCK3Ihk .description {
  margin-bottom: 0px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 25px;
}
.cid-uh5ZCK3Ihk .link {
  display: inline-block;
}
.cid-uh5ZCK3Ihk .resume-link {
  display: inline-block;
  margin-top: 40px;
  color: #fff;
}
.cid-uh5ZCK3Ihk a::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 2px;
  margin-top: -3px;
  background-color: currentColor;
  transition-property: width;
  transition-timing-function: cubic-bezier(0.46, 0.03, 0.52, 0.96);
  vertical-align: middle;
  margin-right: 7px;
  transition-delay: 0s;
  transition-duration: 0.3s;
}
.cid-uh5ZCK3Ihk .link:hover a::before {
  width: 30px;
}
.cid-ugZgFyxOyl {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #b4a99c;
}
.cid-ugZgFyxOyl .mbr-section-subtitle {
  position: relative;
  margin-bottom: 3.75rem;
  color: #ffffff;
}
.cid-ugZgFyxOyl .mbr-section-subtitle::before {
  content: '"';
  position: absolute;
  left: -1.5rem;
  top: -0.2em;
  font-size: 1.8em;
}
@media (max-width: 546px) {
  .cid-ugZgFyxOyl .mbr-section-subtitle::before {
    content: none;
  }
}
@media (max-width: 786px) {
  .cid-ugZgFyxOyl .mbr-section-subtitle {
    margin-bottom: 1.875rem;
  }
}
.cid-ugZgFyxOyl .mbr-text {
  color: #1d1e22;
}
.cid-rEvgBYWIpJ {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-rEvgBYWIpJ h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rEvgBYWIpJ h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rEvgBYWIpJ h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ugZvRDbSUH {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #e9e9e9;
}
.cid-ugZvRDbSUH h3 {
  text-align: center;
}
.cid-ugZvRDbSUH h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 4px;
}
.cid-ugZvRDbSUH h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ugZvRDbSUH h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ugZvRDbSUH .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-ugZvRDbSUH .mbr-section-subtitle {
  color: #767676;
}
.cid-ugZvRDbSUH .pie_progress__number {
  text-align: center !important;
}
.cid-ugZvRDbSUH .card-title {
  margin-bottom: 0;
}
.cid-ugZvRDbSUH .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-ugZvRDbSUH .svg-gradient {
  position: absolute;
}
.cid-ugZvRDbSUH ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-ugZvRDbSUH path {
  stroke: #ed6031;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ugZvRDbSUH .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-rEvgJD8y5P {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #767676;
}
@media (max-width: 767px) {
  .cid-rEvgJD8y5P .content {
    text-align: center;
  }
  .cid-rEvgJD8y5P .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rEvgJD8y5P .img-logo img {
  height: 6rem;
}
.cid-rEvgJD8y5P .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rEvgJD8y5P .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-rEvgJD8y5P .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-rEvgJD8y5P .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-rEvgJD8y5P .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rEvgJD8y5P .social-list a:hover {
  opacity: 1;
}
.cid-rEvgJD8y5P .list {
  list-style-type: none;
  padding: 0;
}
.cid-rEvgJD8y5P .list li {
  padding-bottom: .5rem;
}
.cid-rEvgJD8y5P .list li:last-child {
  padding-bottom: 0;
}
.cid-rEvgJD8y5P .mbr-footer-list,
.cid-rEvgJD8y5P .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-rEvgJD8y5P .mbr-footer-list,
  .cid-rEvgJD8y5P .form-text,
  .cid-rEvgJD8y5P .footer-title,
  .cid-rEvgJD8y5P .footer-main-title,
  .cid-rEvgJD8y5P .form-text,
  .cid-rEvgJD8y5P .list {
    text-align: center !important;
  }
  .cid-rEvgJD8y5P .mbr-form,
  .cid-rEvgJD8y5P .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-rEvgJD8y5P .footer-main-title {
  color: #ffffff;
}
.cid-ssGlalKs45 .navbar-dropdown {
  position: relative !important;
}
.cid-ssGlalKs45 .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-ssGlalKs45 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ssGlalKs45 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ssGlalKs45 .dropdown-item:hover,
.cid-ssGlalKs45 .dropdown-item:focus {
  background: #b81111 !important;
  color: white !important;
}
.cid-ssGlalKs45 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ssGlalKs45 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ssGlalKs45 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ssGlalKs45 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ssGlalKs45 .nav-link {
  position: relative;
}
.cid-ssGlalKs45 .container {
  display: flex;
  margin: auto;
}
.cid-ssGlalKs45 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ssGlalKs45 .dropdown-menu,
.cid-ssGlalKs45 .navbar.opened {
  background: #9a0712 !important;
}
.cid-ssGlalKs45 .nav-item:focus,
.cid-ssGlalKs45 .nav-link:focus {
  outline: none;
}
.cid-ssGlalKs45 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ssGlalKs45 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ssGlalKs45 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ssGlalKs45 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ssGlalKs45 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ssGlalKs45 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ssGlalKs45 .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: #9a0712;
  color: #ffffff;
}
.cid-ssGlalKs45 .navbar.opened {
  transition: all 0.3s;
}
.cid-ssGlalKs45 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ssGlalKs45 .navbar .navbar-logo img {
  width: auto;
}
.cid-ssGlalKs45 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ssGlalKs45 .navbar.collapsed {
  justify-content: center;
}
.cid-ssGlalKs45 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ssGlalKs45 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ssGlalKs45 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ssGlalKs45 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ssGlalKs45 .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-ssGlalKs45 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ssGlalKs45 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ssGlalKs45 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ssGlalKs45 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ssGlalKs45 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ssGlalKs45 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ssGlalKs45 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ssGlalKs45 .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-ssGlalKs45 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ssGlalKs45 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ssGlalKs45 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ssGlalKs45 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ssGlalKs45 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ssGlalKs45 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ssGlalKs45 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ssGlalKs45 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ssGlalKs45 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ssGlalKs45 .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-ssGlalKs45 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ssGlalKs45 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ssGlalKs45 .dropdown-item.active,
.cid-ssGlalKs45 .dropdown-item:active {
  background-color: transparent;
}
.cid-ssGlalKs45 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ssGlalKs45 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ssGlalKs45 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ssGlalKs45 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9a0712;
}
.cid-ssGlalKs45 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ssGlalKs45 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ssGlalKs45 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ssGlalKs45 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ssGlalKs45 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ssGlalKs45 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ssGlalKs45 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ssGlalKs45 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssGlalKs45 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssGlalKs45 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ssGlalKs45 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssGlalKs45 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ssGlalKs45 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ssGlalKs45 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssGlalKs45 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ssGlalKs45 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ssGlalKs45 .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-ssGlalKs45 .navbar {
    height: 70px;
  }
  .cid-ssGlalKs45 .navbar.opened {
    height: auto;
  }
  .cid-ssGlalKs45 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 600px) {
  .cid-ssGlalKs45 .navbar-caption {
    display: none;
  }
  .cid-ssGlalKs45 img {
    display: none;
  }
}
.cid-ssGl9gxuM2 {
  background-image: url("../../../assets/images/haus-skizze-erstellen-1792x940.jpg");
}
.cid-ssGl9gxuM2 .mbr-section-subtitle {
  color: #fff;
  text-transform: uppercase;
}
.cid-ssGl9gxuM2 .mbr-section-title {
  color: #fff;
  margin-bottom: 40px;
}
.cid-ssGl9gxuM2 .counter {
  color: #fff;
  display: inline-flex;
  background-color: #b81111;
  margin-top: 40px;
  margin-bottom: 0px;
  align-items: center;
  box-sizing: border-box;
  border-radius: 8px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 30px;
  padding-top: 10px;
  text-align: left;
  text-size-adjust: 100%;
  text-transform: none;
  box-shadow: rgba(255, 255, 255, 0.1) 0px -2px 0px 0px inset;
  width: 100%;
}
.cid-ssGl9gxuM2 .number {
  padding-right: 20px;
  margin-bottom: 0px;
  font-size: 2.75rem;
  line-height: 50px;
}
.cid-ssGl9gxuM2 .description {
  margin-bottom: 0px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 25px;
}
.cid-ssGl9gxuM2 .link {
  display: inline-block;
}
.cid-ssGl9gxuM2 .resume-link {
  display: inline-block;
  margin-top: 40px;
  color: #fff;
}
.cid-ssGl9gxuM2 a::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 2px;
  margin-top: -3px;
  background-color: currentColor;
  transition-property: width;
  transition-timing-function: cubic-bezier(0.46, 0.03, 0.52, 0.96);
  vertical-align: middle;
  margin-right: 7px;
  transition-delay: 0s;
  transition-duration: 0.3s;
}
.cid-ssGl9gxuM2 .link:hover a::before {
  width: 30px;
}
.cid-ssJVKYrZU0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ssJVKYrZU0 .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1000px) {
  .cid-ssJVKYrZU0 .text-wrapper {
    padding: 2rem 0;
  }
}
.cid-ssJVKYrZU0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ssJVKYrZU0 {
    margin-bottom: 2rem;
  }
}
.cid-ssJVKYrZU0 .main-heading {
  margin-bottom: 20px;
}
.cid-ssJVKYrZU0 .text-block {
  color: #565A69;
  margin-bottom: 50px;
}
.cid-ssJVKYrZU0 .name {
  margin-bottom: 8px;
  font-size: 20px;
}
.cid-ssJVKYrZU0 .progress {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  height: 4px;
}
.cid-ssJVKYrZU0 .progress-bar {
  position: absolute;
  background-color: #b81111;
  height: 4px;
}
.cid-ssJVKYrZU0 .progress1 {
  width: 70%;
}
.cid-ssJVKYrZU0 .progress2 {
  width: 90%;
}
.cid-ssJVKYrZU0 .progress3 {
  width: 85%;
}
.cid-ssJVKYrZU0 img {
  border-radius: 10px;
}
.cid-u94Po4uXwc {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-u94Po4uXwc .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-u94Po4uXwc .card-wrap {
  background-color: #b81111;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-u94Po4uXwc .card-wrap:hover h4,
.cid-u94Po4uXwc .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-u94Po4uXwc h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-u94Po4uXwc h3:after {
  content: "";
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-u94Po4uXwc img {
  width: 100%;
}
.cid-u94Po4uXwc h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-u94Po4uXwc h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-u94Po4uXwc .card-title1,
.cid-u94Po4uXwc .title-wrap1 {
  color: #ffffff;
}
.cid-u94Po4uXwc .card-title,
.cid-u94Po4uXwc .title-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u94Po4uXwc .mdpb {
    padding-bottom: 2rem;
  }
  .cid-u94Po4uXwc .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-u94Po4uXwc H3 {
  color: #ffffff;
}
.cid-ssGlbrFMaI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-ssGlbrFMaI .mbr-section-title {
  margin-bottom: 50px;
  color: #ffffff;
}
.cid-ssGlbrFMaI .line {
  width: 100%;
  background-color: #a3a6b2;
  height: 2px;
  margin: 0 0 30px;
  padding: 0;
}
.cid-ssGlbrFMaI .date {
  color: #ffffff;
}
.cid-ssGlbrFMaI .workplace {
  color: #ffffff;
}
.cid-ssGlbrFMaI .description {
  color: #a3a6b2;
}
.cid-ssGlbrFMaI .inline {
  margin-bottom: 30px;
}
.cid-ssGlbrFMaI .button-top {
  margin-top: 50px;
  padding: 0;
}
.cid-ssGlbrFMaI .btn {
  margin: 0;
}
@media (max-width: 450px) {
  .cid-ssGlbrFMaI .button-top {
    margin-top: 0px;
  }
}
.cid-uh6cFJmKW3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uh6cFJmKW3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh6cFJmKW3 .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-uh6cFJmKW3 .container {
    padding: 0 22px;
  }
}
.cid-uh6cFJmKW3 .row {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uh6cFJmKW3 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uh6cFJmKW3 .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uh6cFJmKW3 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #e9e9e9;
  border-radius: 0 !important;
}
.cid-uh6cFJmKW3 .item .item-wrapper .item-content {
  padding: 25px 30px;
}
@media (max-width: 992px) {
  .cid-uh6cFJmKW3 .item .item-wrapper .item-content {
    padding: 25px 20px;
    margin-bottom: 20px;
  }
}
.cid-uh6cFJmKW3 .item .item-wrapper .item-content .card-title {
  margin-bottom: 0;
}
.cid-uh6cFJmKW3 .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uh6cFJmKW3 .item .item-wrapper .item-img {
  display: flex;
  justify-content: flex-end;
}
.cid-uh6cFJmKW3 .item .item-wrapper .item-img img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100% 0 0 0 !important;
}
.cid-uh6cFJmKW3 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uh6cFJmKW3 .card-title {
  color: #000305;
}
.cid-uh6cFJmKW3 .card-text {
  color: #000305;
}
.cid-ssJVP4kWnq {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ssJVP4kWnq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ssJVP4kWnq .row {
  flex-direction: row-reverse;
}
.cid-ssJVP4kWnq img {
  width: 100%;
  border-radius: 10px;
}
.cid-uh5eVcZjPD {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-uh5eVcZjPD h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uh5eVcZjPD h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uh5eVcZjPD h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uh5eVcZjPD .mbr-text,
.cid-uh5eVcZjPD .mbr-section-btn {
  color: #767676;
}
.cid-uh5eW7kKDy {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #e9e9e9;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uh5eW7kKDy .container-fluid {
  padding: 0;
}
.cid-uh5eW7kKDy .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uh5eW7kKDy .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uh5eW7kKDy .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uh5eW7kKDy .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uh5eW7kKDy .mbr-gallery-item {
  padding: 0px !important;
}
.cid-uh5eW7kKDy .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-uh5eW7kKDy .mbr-gallery-filter .btn {
  color: #74a3c7 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 5px 12px;
}
.cid-uh5eW7kKDy .mbr-gallery-filter ul {
  display: block;
}
.cid-uh5eW7kKDy .mbr-gallery-filter ul li {
  position: relative;
  margin: 5px;
}
.cid-uh5eW7kKDy .mbr-gallery-filter li.active .btn {
  color: #333333 !important;
  background: transparent;
  border: 1px solid #dddfe0 !important;
}
.cid-uh5eW7kKDy .mbr-gallery-filter .btn::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #333333 !important;
}
.cid-uh5eW7kKDy .mbr-gallery-title {
  display: block;
  display: none !important;
  width: 100%;
  margin: 0;
  padding: 1rem 0 1rem 1rem;
  color: #222;
  text-align: left;
}
.cid-uh5eW7kKDy .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-uh5eW7kKDy .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 47px);
  top: calc(50% - 24px);
}
.cid-uh5eW7kKDy .icon-focus:before {
  content: '\e96b';
}
.cid-uh5eW7kKDy .icon-focus {
  transition: all .3s;
  font-size: 3rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px padding: 0 8px;
  border-radius: 50%;
  color: #ffffff !important;
}
.cid-uh5eW7kKDy .icon-focus::after {
  border: 2px solid #fff;
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  border-radius: 50%;
  width: 90px;
  height: 90px;
}
.cid-uh5eW7kKDy .mbr-section-title {
  margin: 0;
}
.cid-ssGlbUJ9cu {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #e9e9e9;
}
.cid-ssGlbUJ9cu .button-padding {
  padding: 0;
}
.cid-ssGlbUJ9cu .btn {
  margin: 0;
}
.cid-ssGlbUJ9cu .title {
  padding-bottom: 30px;
  margin-bottom: 0px;
}
.cid-ssGlbUJ9cu .mbr-text {
  padding-bottom: 30px;
  margin-bottom: 0;
}
.cid-ssGlbUJ9cu .card-title {
  padding-bottom: 5px;
  margin: 0;
  color: #a3a6b2;
}
.cid-uhc3rzuVZn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0a0a;
}
.cid-uhc3rzuVZn .row {
  justify-content: center;
}
.cid-uhc3rzuVZn .mbr-section-title {
  color: #FFFFFF;
  width: 100%;
}
.cid-uhc3rzuVZn .mbr-section-subtitle {
  color: #FFFFFF;
  width: 100%;
  margin-top: 24px;
}
.cid-uhc3rzuVZn .col-title {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 56px;
}
.cid-uhc3rzuVZn .cards-wrapper {
  position: relative;
  padding: 0 !important;
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
}
.cid-uhc3rzuVZn .number-line {
  position: absolute;
  left: 19px;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uhc3rzuVZn .number-line {
    display: none !important;
  }
}
.cid-uhc3rzuVZn .card {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uhc3rzuVZn .card:not(:nth-child(2)) {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .cid-uhc3rzuVZn .card:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 50%;
    left: 19px;
    z-index: 9;
    width: 2px;
    height: 50%;
    background-color: #0a0a0a;
  }
  .cid-uhc3rzuVZn .card:nth-child(6)::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 19px;
    z-index: 9;
    width: 2px;
    height: 50%;
    background-color: #0a0a0a;
  }
}
.cid-uhc3rzuVZn .card-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  overflow: visible;
}
.cid-uhc3rzuVZn .card-number-container {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: flex-start;
  min-width: 120px;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #0a0a0a;
}
@media (max-width: 991px) {
  .cid-uhc3rzuVZn .card-number-container {
    position: absolute;
    left: 24px;
    top: -19px;
    min-width: auto;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 50%;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uhc3rzuVZn .card-number-container {
    left: 16px;
  }
}
.cid-uhc3rzuVZn .card-number {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border: 2px solid #ffffff;
  font-size: 1rem;
  color: #ffffff;
  border-radius: 50%;
}
.cid-uhc3rzuVZn .card-box {
  display: flex;
  align-items: center;
  flex-grow: 1;
  padding: 24px;
  border: 2px solid #ffffff;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .cid-uhc3rzuVZn .card-box {
    padding: 16px;
    flex-wrap: wrap;
  }
}
.cid-uhc3rzuVZn .card-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 240px;
  padding: 40px;
  border-radius: 12px;
  margin-right: 24px;
  overflow: hidden;
  background: linear-gradient(135deg, #161616, #2c2d2e);
}
@media (max-width: 767px) {
  .cid-uhc3rzuVZn .card-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uhc3rzuVZn .img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.cid-uhc3rzuVZn .img-wrap img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.cid-uhc3rzuVZn .card-text-container {
  width: 100%;
}
.cid-uhc3rzuVZn .card-title {
  color: #FFFFFF;
  width: 100%;
  margin-bottom: 0;
}
.cid-uhc3rzuVZn .card-subtitle {
  color: #FFFFFF;
  width: 100%;
  margin-bottom: 0;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .cid-uhc3rzuVZn .card-subtitle {
    margin-top: 8px;
  }
}
.cid-uhc3rzuVZn .card-text {
  color: #FFFFFF;
  width: 100%;
  margin-bottom: 0;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-uhc3rzuVZn .card-text {
    margin-top: 16px;
  }
}
.cid-u94PspAZxA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u94PspAZxA .main,
.cid-u94PspAZxA .main-reverse {
  margin: 0;
  background: #b81111;
}
.cid-u94PspAZxA .text-element {
  background: #b81111;
  padding: 3rem 2rem;
  min-height: 314px;
}
.cid-u94PspAZxA .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-u94PspAZxA .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u94PspAZxA .card {
  padding: 0;
  border: 1px solid rgba(120, 130, 140, 0.13);
  display: flex;
}
.cid-u94PspAZxA .image-element img {
  width: 100%;
  height: 100%;
  min-height: 314px;
  object-fit: cover;
}
.cid-u94PspAZxA .mbr-iconfont {
  font-size: 3rem;
  color: #82786e;
}
@media (max-width: 991px) {
  .cid-u94PspAZxA .main-reverse {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-u94PspAZxA .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-u94PspAZxA .image-element,
  .cid-u94PspAZxA .text-element {
    margin-bottom: 0;
  }
  .cid-u94PspAZxA .main:first-child {
    padding-top: 0;
  }
}
.cid-u94PspAZxA .mbr-section-subtitle,
.cid-u94PspAZxA .card-text,
.cid-u94PspAZxA .mbr-section-btn {
  color: #8d97ad;
}
.cid-u94PspAZxA .card-text,
.cid-u94PspAZxA .mbr-section-btn {
  color: #ffffff;
}
.cid-ssGlcsy3JZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-ssGlcsy3JZ .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-ssGlcsy3JZ .team-card:hover {
  transform: translateY(-10px);
}
.cid-ssGlcsy3JZ .card-wrap {
  background: #ffffff;
  border-radius: 5px;
}
.cid-ssGlcsy3JZ .card-wrap .image-wrap img {
  width: 100%;
}
.cid-ssGlcsy3JZ .social-row {
  padding-top: 20px;
  text-align: center;
}
.cid-ssGlcsy3JZ .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #9a0712;
  transition: all 0.3s;
}
.cid-ssGlcsy3JZ .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #9a0712;
  font-size: 1.5rem;
}
.cid-ssGlcsy3JZ .social-row .soc-item:hover {
  background-color: #9a0712;
}
.cid-ssGlcsy3JZ .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-ssGlcsy3JZ img {
  border-radius: 10px;
}
.cid-ssGlcsy3JZ .header {
  margin-bottom: 50px;
  align-items: center;
}
.cid-ssGlcsy3JZ .content-wrap {
  padding: 0;
}
.cid-ssGlcsy3JZ .mbr-role {
  color: #a3a6b2;
  margin: 0;
  padding-top: 20px;
}
.cid-ssGlcsy3JZ .card-title {
  margin: 0;
  padding-top: 20px;
}
.cid-ssGlcsy3JZ .card-text {
  margin: 0;
  padding-top: 20px;
}
@media (max-width: 1000px) {
  .cid-ssGlcsy3JZ .social-row {
    margin-bottom: 25px;
  }
}
.cid-ssGlcsy3JZ .mbr-section-title {
  color: #000000;
}
.cid-ssGlcxMZeN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/landscape-digital-shutterstock-670986484-1900x850.jpg");
}
.cid-ssGlcxMZeN .contacts-name {
  padding-bottom: 5px;
  margin: 0;
  color: #c9c9c9;
}
.cid-ssGlcxMZeN .contacts-info {
  padding-bottom: 30px;
  color: #ffffff;
  margin: 0;
}
.cid-ssGlcxMZeN .margin {
  margin-bottom: 10px;
}
.cid-ssGlcxMZeN .mbr-section-title {
  color: #c9c9c9;
  margin-bottom: 20px;
  padding: 0;
}
.cid-ssGlcxMZeN .description {
  color: #ffffff;
  margin-bottom: 50px;
  padding: 0;
}
.cid-ssGlcxMZeN .title {
  font-size: 24px;
}
.cid-ssGlcxMZeN .form-heading {
  margin-bottom: 40px;
}
.cid-ssGlcxMZeN label {
  color: #ffffff;
  margin-bottom: 5px;
}
.cid-ssGlcxMZeN input,
.cid-ssGlcxMZeN textarea {
  background-color: #3F424E;
  margin-bottom: 30px;
}
.cid-ssGlcxMZeN .gray-button {
  margin: 0;
  background-color: #3F424E;
  color: #ffffff;
}
.cid-ssGlcxMZeN .mbr-section-btn {
  margin: 0;
  padding: 0;
}
.cid-ssGlcxMZeN .form-group {
  padding: 0 5px;
  margin: 0;
}
.cid-ssGlcxMZeN .left-side {
  padding: 0;
}
@media (max-width: 1000px) {
  .cid-ssGlcxMZeN .gray-button {
    margin-bottom: 50px;
    margin-top: 0px;
  }
}
.cid-ssGlcxMZeN .gray-button:hover {
  background-color: #5e6068;
}
.cid-ssGlcxMZeN ::placeholder {
  color: #a3a6b2;
}
.cid-ssJWVduStJ {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ssJWVduStJ .mbr-social-likes {
  font-size: 0;
}
.cid-ssJWVduStJ .socicon-bg-facebook {
  color: #ffffff;
}
.cid-ssJWVduStJ .socicon-bg-facebook:hover {
  background: #b81111;
}
.cid-ssJWVduStJ .socicon-bg-twitter {
  color: #ffffff;
}
.cid-ssJWVduStJ .socicon-bg-twitter:hover {
  background: #b81111;
}
.cid-ssJWVduStJ .socicon-bg-behance {
  color: #ffffff;
}
.cid-ssJWVduStJ .socicon-bg-behance:hover {
  background: #b81111;
}
.cid-ssJWVduStJ .socicon-bg-instagram {
  color: #ffffff;
}
.cid-ssJWVduStJ .socicon-bg-instagram:hover {
  background: #b81111;
}
.cid-ssJWVduStJ .btn-social {
  background: #000000;
  font-size: 25px;
  border-radius: 10%;
  padding: 0px;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-ssJWVduStJ .btn-social i {
  top: 0;
  line-height: 40px;
  width: 40px;
}
.cid-ssJWVduStJ [class^="socicon-"]:before,
.cid-ssJWVduStJ [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-ssGld77nMp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-ssGld77nMp .media-container-row .mbr-text {
  text-align: left;
}
.cid-uh0Iz3zo61 .navbar {
  background: #1d1e22;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-uh0Iz3zo61 .navbar-dropdown.bg-color.transparent.opened {
  background: #1d1e22;
}
.cid-uh0Iz3zo61 a {
  font-style: normal;
}
.cid-uh0Iz3zo61 .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-uh0Iz3zo61 .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-uh0Iz3zo61 .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-uh0Iz3zo61 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uh0Iz3zo61 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uh0Iz3zo61 .nav-item:focus,
.cid-uh0Iz3zo61 .nav-link:focus {
  outline: none;
}
.cid-uh0Iz3zo61 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uh0Iz3zo61 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uh0Iz3zo61 .menu-logo {
  margin-right: auto;
}
.cid-uh0Iz3zo61 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uh0Iz3zo61 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uh0Iz3zo61 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-uh0Iz3zo61 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uh0Iz3zo61 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uh0Iz3zo61 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uh0Iz3zo61 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uh0Iz3zo61 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uh0Iz3zo61 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uh0Iz3zo61 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uh0Iz3zo61 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uh0Iz3zo61 .dropdown .dropdown-menu {
  background: #1d1e22;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uh0Iz3zo61 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uh0Iz3zo61 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uh0Iz3zo61 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uh0Iz3zo61 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uh0Iz3zo61 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uh0Iz3zo61 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uh0Iz3zo61 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uh0Iz3zo61 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uh0Iz3zo61 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uh0Iz3zo61 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uh0Iz3zo61 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uh0Iz3zo61 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uh0Iz3zo61 button.navbar-toggler:focus {
  outline: none;
}
.cid-uh0Iz3zo61 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uh0Iz3zo61 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uh0Iz3zo61 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uh0Iz3zo61 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uh0Iz3zo61 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uh0Iz3zo61 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uh0Iz3zo61 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uh0Iz3zo61 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uh0Iz3zo61 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uh0Iz3zo61 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uh0Iz3zo61 .collapsed .btn {
  display: -webkit-flex;
}
.cid-uh0Iz3zo61 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uh0Iz3zo61 .collapsed .navbar-collapse.collapsing,
.cid-uh0Iz3zo61 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uh0Iz3zo61 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uh0Iz3zo61 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uh0Iz3zo61 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uh0Iz3zo61 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uh0Iz3zo61 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uh0Iz3zo61 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uh0Iz3zo61 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uh0Iz3zo61 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uh0Iz3zo61 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uh0Iz3zo61 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uh0Iz3zo61 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uh0Iz3zo61 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uh0Iz3zo61 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uh0Iz3zo61 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uh0Iz3zo61 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uh0Iz3zo61 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uh0Iz3zo61 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uh0Iz3zo61 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uh0Iz3zo61.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uh0Iz3zo61 img {
    height: 3.8rem !important;
  }
  .cid-uh0Iz3zo61 .icon-wrap {
    margin-top: 1rem;
  }
  .cid-uh0Iz3zo61 .menu-wrap {
    flex-direction: column;
  }
  .cid-uh0Iz3zo61 .btn {
    display: -webkit-flex;
  }
  .cid-uh0Iz3zo61 button.navbar-toggler {
    display: block;
  }
  .cid-uh0Iz3zo61 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-uh0Iz3zo61 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uh0Iz3zo61 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uh0Iz3zo61 .navbar-collapse.collapsing,
  .cid-uh0Iz3zo61 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uh0Iz3zo61 .navbar-collapse.collapsing .navbar-nav,
  .cid-uh0Iz3zo61 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uh0Iz3zo61 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uh0Iz3zo61 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uh0Iz3zo61 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uh0Iz3zo61 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uh0Iz3zo61 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uh0Iz3zo61 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uh0Iz3zo61 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uh0Iz3zo61 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uh0Iz3zo61 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uh0Iz3zo61 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uh0Iz3zo61 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uh0Iz3zo61 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uh0Iz3zo61 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-uh0Iz3zo61 .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-uh0Iz3zo61 .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-uh0Iz3zo61 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uh0Iz3zo61 .nav-link:hover,
.cid-uh0Iz3zo61 .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-uh0Iz46C8C {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-uh0Iz46C8C h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uh0Iz46C8C h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uh0Iz46C8C h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uh0Iz4pQEx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uh0Iz4pQEx .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-uh0Iz4pQEx .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/csm-freund-lederboden-lederwaende-ledersaeulen-lederdecke-hotel-pension-gerl-05-ff684f2afe-1000x646.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-uh0Iz4pQEx .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #000000;
  z-index: 2;
  opacity: 1;
}
.cid-uh0Iz4pQEx .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-uh0Iz4pQEx .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-uh0Iz4pQEx .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-uh0Iz4pQEx .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-uh0Iz4pQEx .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-uh0Iz4pQEx .col:hover .box-title2,
.cid-uh0Iz4pQEx .col:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-uh0Iz4pQEx .box-title2,
.cid-uh0Iz4pQEx .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-uh0Iz4pQEx .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #000000;
}
.cid-uh0Iz4pQEx .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-uh0Iz4pQEx .img-content {
    opacity: 1;
  }
  .cid-uh0Iz4pQEx .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-uh0Iz4pQEx .box-content {
    width: 100%;
  }
  .cid-uh0Iz4pQEx .box-title2,
  .cid-uh0Iz4pQEx .box-text2 {
    color: #ffffff !important;
  }
  .cid-uh0Iz4pQEx .content-block,
  .cid-uh0Iz4pQEx .content1 {
    padding: 3rem 1rem;
  }
}
.cid-uh0Iz4pQEx .box-text1 {
  color: #333333;
}
.cid-uh0Iz4pQEx .box-title2 {
  color: #ffffff;
}
.cid-uh0Iz4KLVB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uh0Iz4KLVB .content-block {
  max-width: 350px;
  padding: 4rem 3rem;
  z-index: 5;
  position: relative;
}
.cid-uh0Iz4KLVB .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/765-393555546-800x500.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-uh0Iz4KLVB .block2 {
  background-image: url("../../../assets/images/765-1562040638-554x481.jpg");
}
.cid-uh0Iz4KLVB .block2:hover .block2-over {
  opacity: 0;
}
.cid-uh0Iz4KLVB .block1 {
  background-image: url("../../../assets/images/2b-muratura-opus-incertum-geopietra-201012-reld1d30fd5-800x600.jpeg");
}
.cid-uh0Iz4KLVB .block1:hover .block1-over {
  opacity: 0;
}
.cid-uh0Iz4KLVB .block1-over {
  position: absolute;
  transition: all 0.6s;
  width: 100%;
  background-color: #cc2952;
  opactiy: 1;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-uh0Iz4KLVB .block2-over {
  position: absolute;
  transition: all 0.6s;
  width: 100%;
  background-color: #ed6031;
  opactiy: 1;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-uh0Iz4KLVB .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #29a7c6;
  z-index: 2;
  opacity: 1;
}
.cid-uh0Iz4KLVB .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-uh0Iz4KLVB .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-uh0Iz4KLVB .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-uh0Iz4KLVB .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-uh0Iz4KLVB .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-uh0Iz4KLVB .col:hover .box-title2,
.cid-uh0Iz4KLVB .col:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-uh0Iz4KLVB .box-title2,
.cid-uh0Iz4KLVB .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-uh0Iz4KLVB .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #29a7c6;
}
.cid-uh0Iz4KLVB .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
.cid-uh0Iz4KLVB .content2 {
  z-index: 2;
  max-width: 450px;
  margin-bottom: -1rem;
  position: relative;
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 0s;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uh0Iz4KLVB .img-content {
    opacity: 1;
  }
  .cid-uh0Iz4KLVB .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-uh0Iz4KLVB .box-content {
    width: 100%;
  }
  .cid-uh0Iz4KLVB .box-title2,
  .cid-uh0Iz4KLVB .box-text2 {
    color: #ffffff !important;
  }
  .cid-uh0Iz4KLVB .content-block,
  .cid-uh0Iz4KLVB .content1 {
    padding: 3rem 1rem;
  }
}
.cid-uh0Iz4KLVB .box-text1 {
  color: #333333;
}
.cid-uh0Iz4KLVB .box-title2 {
  color: #ffffff;
}
.cid-uh0Iz4KLVB .block1-text,
.cid-uh0Iz4KLVB .mbr-section-btn {
  color: #ffffff;
}
.cid-uh0Iz4KLVB .block2-text,
.cid-uh0Iz4KLVB .mbr-section-btn {
  color: #ffffff;
}
.cid-uh0Iz4KLVB .block2-title {
  color: #333333;
}
.cid-uh0Iz4KLVB .block1-subtitle {
  color: #ffffff;
}
.cid-uh0Iz4KLVB .block2-subtitle {
  color: #ffffff;
}
.cid-uh0Iz54z3B {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uh0Iz54z3B .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-uh0Iz54z3B .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/30171498-1716087125093365-7382105517902944675-o-2000x1333.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-uh0Iz54z3B .block2 {
  background: #000000;
  display: flex;
  justify-content: center;
}
.cid-uh0Iz54z3B p {
  margin-left: 10rem;
  max-width: 450px;
}
.cid-uh0Iz54z3B .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #ed6031;
  z-index: 2;
  opacity: 1;
}
.cid-uh0Iz54z3B .box-title2,
.cid-uh0Iz54z3B .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-uh0Iz54z3B .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-uh0Iz54z3B .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-uh0Iz54z3B .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-uh0Iz54z3B .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-uh0Iz54z3B .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-uh0Iz54z3B .col:hover .box-title2,
.cid-uh0Iz54z3B .col:hover .box-text2 {
  color: #000000;
  transition-delay: 0.3s;
}
.cid-uh0Iz54z3B .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #ed6031;
}
.cid-uh0Iz54z3B .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-uh0Iz54z3B .img-content {
    opacity: 1;
  }
  .cid-uh0Iz54z3B .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-uh0Iz54z3B .box-content {
    width: 100%;
  }
  .cid-uh0Iz54z3B .box-title2,
  .cid-uh0Iz54z3B .box-text2 {
    color: #000000 !important;
  }
  .cid-uh0Iz54z3B p {
    margin-left: 0;
  }
  .cid-uh0Iz54z3B .content-block,
  .cid-uh0Iz54z3B .content1 {
    padding: 3rem 1rem;
  }
}
.cid-uh0Iz54z3B .box-text1 {
  color: #333333;
}
.cid-uh0Iz54z3B .box-title2 {
  color: #ffffff;
}
.cid-uh0Iz54z3B .box-text2 {
  color: #ffffff;
}
.cid-uh0Iz54z3B .mbr-text,
.cid-uh0Iz54z3B .mbr-section-btn {
  color: #ffffff;
}
.cid-uh0Iz54z3B H2 {
  color: #ffffff;
}
.cid-uh0Iz54z3B H3 {
  color: #ffffff;
}
.cid-uh0Iz5nrAJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uh0Iz5nrAJ .mbr-text {
    text-align: center;
  }
}
.cid-uh0Iz5nrAJ .container-fluid {
  padding: 0;
}
.cid-uh0Iz5nrAJ .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-uh0Iz5nrAJ img {
  height: 100%;
  object-fit: cover;
}
.cid-uh0Iz5nrAJ .mbr-figure {
  height: 100%;
}
.cid-uh0Iz5nrAJ .col-lg-6 {
  padding: 0;
}
.cid-uh0Iz5nrAJ .row {
  margin: 0;
}
.cid-uh0Iz5HFfl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e9e9e9;
}
.cid-uh0Iz5HFfl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh0Iz5HFfl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh0Iz5HFfl .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-uh0Iz5HFfl .container-fluid {
    padding: 0 12px;
  }
}
.cid-uh0Iz5HFfl .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uh0Iz5HFfl .container {
    padding: 0 20px;
  }
}
.cid-uh0Iz5HFfl .row {
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  margin-top: -2px;
}
.cid-uh0Iz5HFfl .card {
  padding: 0;
}
.cid-uh0Iz5HFfl .card:last-child {
  padding: 0 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uh0Iz5HFfl .card:last-child {
    align-items: center;
    padding: 0 20px;
  }
}
.cid-uh0Iz5HFfl .image-wrap {
  border-right: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
}
.cid-uh0Iz5HFfl .image-wrap:first-child {
  display: flex;
  justify-content: flex-end;
}
.cid-uh0Iz5HFfl .image-wrap:first-child img {
  width: 500px;
  height: 500px;
  object-fit: cover;
  border-radius: 100%;
  border: 2px solid #d7d7d7;
}
.cid-uh0Iz5HFfl .image-wrap:nth-child(2n) {
  border-bottom: 2px solid #d7d7d7;
}
.cid-uh0Iz5HFfl .image-wrap:nth-child(2n) img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-right: 2px solid #d7d7d7;
}
.cid-uh0Iz5HFfl .image-wrap:last-child {
  display: flex;
  justify-content: flex-end;
  border-bottom: none;
}
@media (max-width: 992px) {
  .cid-uh0Iz5HFfl .image-wrap:last-child {
    border-bottom: 2px solid #d7d7d7;
  }
}
.cid-uh0Iz5HFfl .image-wrap:last-child img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-bottom-right-radius: 100%;
  border: 2px solid #d7d7d7;
  border-top: 0;
}
.cid-uh0Iz5HFfl .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uh0Iz5HFfl .title-wrapper .mbr-section-title {
    padding: 64px 20px 0;
    margin-bottom: 50px;
  }
}
.cid-uh0Iz5HFfl .cards .card-wrapper {
  margin-bottom: 64px;
  padding: 32px;
  border: 2px solid #d7d7d7;
}
@media (max-width: 992px) {
  .cid-uh0Iz5HFfl .cards .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uh0Iz5HFfl .cards .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uh0Iz5HFfl .mbr-section-title {
  color: #ffffff;
}
.cid-uh0Iz5HFfl .mbr-text {
  color: #1d1d1d;
}
.cid-uh0Iz62NIm {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uh0Iz62NIm h3 {
  text-align: center;
}
.cid-uh0Iz62NIm h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 4px;
}
.cid-uh0Iz62NIm h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uh0Iz62NIm h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uh0Iz62NIm .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-uh0Iz62NIm .mbr-section-subtitle {
  color: #767676;
}
.cid-uh0Iz62NIm .pie_progress__number {
  text-align: center !important;
}
.cid-uh0Iz62NIm .card-title {
  margin-bottom: 0;
}
.cid-uh0Iz62NIm .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-uh0Iz62NIm .svg-gradient {
  position: absolute;
}
.cid-uh0Iz62NIm ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-uh0Iz62NIm path {
  stroke: #ed6031;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uh0Iz62NIm .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-uh0Iz6nf3F {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-uh0Iz6nf3F .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-uh0Iz6nf3F .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uh0Iz6nf3F .image-block:hover:before {
  opacity: 0.4;
}
.cid-uh0Iz6nf3F .image-block:hover .wrap {
  opacity: 1;
}
.cid-uh0Iz6nf3F .image-block:hover img {
  transform: scale(1.05);
}
.cid-uh0Iz6nf3F .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-uh0Iz6nf3F h4 {
  letter-spacing: 2px;
}
.cid-uh0Iz6nf3F figcaption {
  position: relative;
}
.cid-uh0Iz6nf3F figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uh0Iz6nf3F img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-uh0Iz6nf3F .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-uh0Iz6nf3F .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-uh0Iz6nf3F .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-uh0Iz6nf3F .image-block:before {
    opacity: 0.4;
  }
  .cid-uh0Iz6nf3F .image-block .wrap {
    opacity: 1;
  }
}
.cid-uh0Iz6Ic2z {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uh0Iz6Ic2z h3 {
  text-align: center;
}
.cid-uh0Iz6Ic2z h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 4px;
}
.cid-uh0Iz6Ic2z h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uh0Iz6Ic2z h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uh0Iz6Ic2z .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-uh0Iz6Ic2z .mbr-section-subtitle {
  color: #767676;
}
.cid-uh0Iz6Ic2z .pie_progress__number {
  text-align: center !important;
}
.cid-uh0Iz6Ic2z .card-title {
  margin-bottom: 0;
}
.cid-uh0Iz6Ic2z .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-uh0Iz6Ic2z .svg-gradient {
  position: absolute;
}
.cid-uh0Iz6Ic2z ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-uh0Iz6Ic2z path {
  stroke: #ed6031;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uh0Iz6Ic2z .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-uh0Iz79z99 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-uh0Iz79z99 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uh0Iz79z99 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uh0Iz79z99 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uh0Iz79z99 .mbr-text,
.cid-uh0Iz79z99 .mbr-section-btn {
  color: #767676;
}
.cid-uh0Iz7suZp {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #e9e9e9;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uh0Iz7suZp .container-fluid {
  padding: 0;
}
.cid-uh0Iz7suZp .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uh0Iz7suZp .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uh0Iz7suZp .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uh0Iz7suZp .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uh0Iz7suZp .mbr-gallery-item {
  padding: 0px !important;
}
.cid-uh0Iz7suZp .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-uh0Iz7suZp .mbr-gallery-filter .btn {
  color: #74a3c7 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 5px 12px;
}
.cid-uh0Iz7suZp .mbr-gallery-filter ul {
  display: block;
}
.cid-uh0Iz7suZp .mbr-gallery-filter ul li {
  position: relative;
  margin: 5px;
}
.cid-uh0Iz7suZp .mbr-gallery-filter li.active .btn {
  color: #333333 !important;
  background: transparent;
  border: 1px solid #dddfe0 !important;
}
.cid-uh0Iz7suZp .mbr-gallery-filter .btn::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #333333 !important;
}
.cid-uh0Iz7suZp .mbr-gallery-title {
  display: block;
  display: none !important;
  width: 100%;
  margin: 0;
  padding: 1rem 0 1rem 1rem;
  color: #222;
  text-align: left;
}
.cid-uh0Iz7suZp .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-uh0Iz7suZp .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 47px);
  top: calc(50% - 24px);
}
.cid-uh0Iz7suZp .icon-focus:before {
  content: '\e96b';
}
.cid-uh0Iz7suZp .icon-focus {
  transition: all .3s;
  font-size: 3rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px padding: 0 8px;
  border-radius: 50%;
  color: #ffffff !important;
}
.cid-uh0Iz7suZp .icon-focus::after {
  border: 2px solid #fff;
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  border-radius: 50%;
  width: 90px;
  height: 90px;
}
.cid-uh0Iz7suZp .mbr-section-title {
  margin: 0;
}
.cid-uh0Iz7Yo3H {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uh0Iz7Yo3H .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-uh0Iz7Yo3H h5 {
  padding-bottom: 2rem;
}
.cid-uh0Iz7Yo3H textarea {
  min-height: 150px;
}
.cid-uh0Iz7Yo3H .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-uh0Iz7Yo3H h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uh0Iz7Yo3H h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uh0Iz7Yo3H h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uh0Iz7Yo3H .form-control,
.cid-uh0Iz7Yo3H .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border-color: #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-uh0Iz7Yo3H .form-control input::-webkit-input-placeholder,
.cid-uh0Iz7Yo3H .field-input input::-webkit-input-placeholder,
.cid-uh0Iz7Yo3H .form-control textarea::-webkit-input-placeholder,
.cid-uh0Iz7Yo3H .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uh0Iz7Yo3H .form-control input:-moz-placeholder,
.cid-uh0Iz7Yo3H .field-input input:-moz-placeholder,
.cid-uh0Iz7Yo3H .form-control textarea:-moz-placeholder,
.cid-uh0Iz7Yo3H .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uh0Iz7Yo3H .form-control:hover,
.cid-uh0Iz7Yo3H .field-input:hover,
.cid-uh0Iz7Yo3H .form-control:focus,
.cid-uh0Iz7Yo3H .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uh0Iz7Yo3H .form-control:hover input::-webkit-input-placeholder,
.cid-uh0Iz7Yo3H .field-input:hover input::-webkit-input-placeholder,
.cid-uh0Iz7Yo3H .form-control:focus input::-webkit-input-placeholder,
.cid-uh0Iz7Yo3H .field-input:focus input::-webkit-input-placeholder,
.cid-uh0Iz7Yo3H .form-control:hover textarea::-webkit-input-placeholder,
.cid-uh0Iz7Yo3H .field-input:hover textarea::-webkit-input-placeholder,
.cid-uh0Iz7Yo3H .form-control:focus textarea::-webkit-input-placeholder,
.cid-uh0Iz7Yo3H .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uh0Iz7Yo3H .form-control:hover input:-moz-placeholder,
.cid-uh0Iz7Yo3H .field-input:hover input:-moz-placeholder,
.cid-uh0Iz7Yo3H .form-control:focus input:-moz-placeholder,
.cid-uh0Iz7Yo3H .field-input:focus input:-moz-placeholder,
.cid-uh0Iz7Yo3H .form-control:hover textarea:-moz-placeholder,
.cid-uh0Iz7Yo3H .field-input:hover textarea:-moz-placeholder,
.cid-uh0Iz7Yo3H .form-control:focus textarea:-moz-placeholder,
.cid-uh0Iz7Yo3H .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uh0Iz7Yo3H .jq-number__spin:hover,
.cid-uh0Iz7Yo3H .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uh0Iz7Yo3H .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uh0Iz7Yo3H .jq-selectbox li,
.cid-uh0Iz7Yo3H .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uh0Iz7Yo3H .jq-selectbox li:hover,
.cid-uh0Iz7Yo3H .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uh0Iz7Yo3H .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uh0Iz7Yo3H .jq-number__spin.minus:hover:after,
.cid-uh0Iz7Yo3H .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uh0Iz7Yo3H .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uh0Iz7Yo3H .jq-number__spin.minus:after,
.cid-uh0Iz7Yo3H .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uh0Iz7Yo3H input::-webkit-clear-button {
  display: none;
}
.cid-uh0Iz7Yo3H input::-webkit-inner-spin-button {
  display: none;
}
.cid-uh0Iz7Yo3H input::-webkit-outer-spin-button {
  display: none;
}
.cid-uh0Iz7Yo3H input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uh0Iz7Yo3H H5 {
  text-align: center;
  color: #000000;
}
.cid-uh0Iz7Yo3H P {
  text-align: center;
  color: #767676;
}
.cid-uh0Iz7Yo3H H3 {
  color: #e1201d;
}
.cid-uh0Iz8oOIN {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uh0Iz8oOIN .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-uh0Iz8oOIN .card-wrap {
  background-color: #232323;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uh0Iz8oOIN .card-wrap:hover h4,
.cid-uh0Iz8oOIN .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-uh0Iz8oOIN h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uh0Iz8oOIN h3:after {
  content: "";
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-uh0Iz8oOIN img {
  width: 100%;
}
.cid-uh0Iz8oOIN h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uh0Iz8oOIN h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uh0Iz8oOIN .card-title1,
.cid-uh0Iz8oOIN .title-wrap1 {
  color: #ffffff;
}
.cid-uh0Iz8oOIN .card-title,
.cid-uh0Iz8oOIN .title-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uh0Iz8oOIN .mdpb {
    padding-bottom: 2rem;
  }
  .cid-uh0Iz8oOIN .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-uh0Iz8oOIN H3 {
  color: #ffffff;
}
.cid-uh0Iz8ONVS {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uh0Iz8ONVS .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-uh0Iz8ONVS .card-wrap {
  background-color: #232323;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uh0Iz8ONVS .card-wrap:hover h4,
.cid-uh0Iz8ONVS .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-uh0Iz8ONVS h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uh0Iz8ONVS h3:after {
  content: "";
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-uh0Iz8ONVS img {
  width: 100%;
}
.cid-uh0Iz8ONVS h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uh0Iz8ONVS h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uh0Iz8ONVS .card-title1,
.cid-uh0Iz8ONVS .title-wrap1 {
  color: #ffffff;
}
.cid-uh0Iz8ONVS .card-title,
.cid-uh0Iz8ONVS .title-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uh0Iz8ONVS .mdpb {
    padding-bottom: 2rem;
  }
  .cid-uh0Iz8ONVS .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-uh0Iz8ONVS H3 {
  color: #ffffff;
}
.cid-uh0Iz99BcL {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uh0Iz99BcL .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-uh0Iz99BcL .card-wrap {
  background-color: #232323;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uh0Iz99BcL .card-wrap:hover h4,
.cid-uh0Iz99BcL .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-uh0Iz99BcL h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uh0Iz99BcL h3:after {
  content: "";
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-uh0Iz99BcL img {
  width: 100%;
}
.cid-uh0Iz99BcL h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uh0Iz99BcL h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uh0Iz99BcL .card-title1,
.cid-uh0Iz99BcL .title-wrap1 {
  color: #ffffff;
}
.cid-uh0Iz99BcL .card-title,
.cid-uh0Iz99BcL .title-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uh0Iz99BcL .mdpb {
    padding-bottom: 2rem;
  }
  .cid-uh0Iz99BcL .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-uh0Iz99BcL H3 {
  color: #ffffff;
}
.cid-uh0Iz9u29y {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #b4a99c;
}
.cid-uh0Iz9u29y .mbr-section-subtitle {
  position: relative;
  margin-bottom: 3.75rem;
  color: #ffffff;
}
.cid-uh0Iz9u29y .mbr-section-subtitle::before {
  content: '"';
  position: absolute;
  left: -1.5rem;
  top: -0.2em;
  font-size: 1.8em;
}
@media (max-width: 546px) {
  .cid-uh0Iz9u29y .mbr-section-subtitle::before {
    content: none;
  }
}
@media (max-width: 786px) {
  .cid-uh0Iz9u29y .mbr-section-subtitle {
    margin-bottom: 1.875rem;
  }
}
.cid-uh0Iz9u29y .mbr-text {
  color: #1d1e22;
}
.cid-uh0Iz9Pulv {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #e9e9e9;
}
.cid-uh0Iz9Pulv h3 {
  text-align: center;
}
.cid-uh0Iz9Pulv h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 4px;
}
.cid-uh0Iz9Pulv h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uh0Iz9Pulv h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uh0Iz9Pulv .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-uh0Iz9Pulv .mbr-section-subtitle {
  color: #767676;
}
.cid-uh0Iz9Pulv .pie_progress__number {
  text-align: center !important;
}
.cid-uh0Iz9Pulv .card-title {
  margin-bottom: 0;
}
.cid-uh0Iz9Pulv .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-uh0Iz9Pulv .svg-gradient {
  position: absolute;
}
.cid-uh0Iz9Pulv ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-uh0Iz9Pulv path {
  stroke: #ed6031;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uh0Iz9Pulv .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-uh0IzabFTX {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #767676;
}
@media (max-width: 767px) {
  .cid-uh0IzabFTX .content {
    text-align: center;
  }
  .cid-uh0IzabFTX .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uh0IzabFTX .img-logo img {
  height: 6rem;
}
.cid-uh0IzabFTX .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uh0IzabFTX .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-uh0IzabFTX .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uh0IzabFTX .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-uh0IzabFTX .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uh0IzabFTX .social-list a:hover {
  opacity: 1;
}
.cid-uh0IzabFTX .list {
  list-style-type: none;
  padding: 0;
}
.cid-uh0IzabFTX .list li {
  padding-bottom: .5rem;
}
.cid-uh0IzabFTX .list li:last-child {
  padding-bottom: 0;
}
.cid-uh0IzabFTX .mbr-footer-list,
.cid-uh0IzabFTX .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-uh0IzabFTX .mbr-footer-list,
  .cid-uh0IzabFTX .form-text,
  .cid-uh0IzabFTX .footer-title,
  .cid-uh0IzabFTX .footer-main-title,
  .cid-uh0IzabFTX .form-text,
  .cid-uh0IzabFTX .list {
    text-align: center !important;
  }
  .cid-uh0IzabFTX .mbr-form,
  .cid-uh0IzabFTX .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-uh0IzabFTX .footer-main-title {
  color: #ffffff;
}
.cid-uh0IzaGb1K {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1281.jpg");
}
.cid-uh0IzaGb1K .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-uh0IzaGb1K .content-panel {
  padding: 3rem;
  background-color: #232323;
}
@media (min-width: 767px) {
  .cid-uh0IzaGb1K .text-block {
    padding-right: 0;
    padding-left: 0;
  }
}
.cid-uh0IzaGb1K .google-map {
  width: 100%;
  height: 30rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-uh0IzaGb1K .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-uh0IzaGb1K .google-map iframe .place-card {
  margin-left: 40px !important;
}
.cid-uh0IzaGb1K .google-map .place-card {
  margin-left: 40px !important;
}
